/* Google Fonts--- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


BODY {
	margin: 0px;
	background-color: #212121;
	font-family: 'arial';
	}

@media only screen and (max-width: 6000px){ 

A {
	text-decoration: none;
	color:black;
	}	
	
A:hover {
	text-decoration: underline;	
	}

H1 {
	font-family: 'Open Sans', verdana, arial;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 5px;
	color: #3A3A3A;
	}
	
H1 a {
	color: #3A3A3A;
	}

H1 a:hover {
	color: #C31C2B;	
	}
	
.h1_top a {
	font-size: 26px;
	line-height: 28px;
	}	

.h1_inside a {
	color: white;	
	font-size: 26px;
	/*padding-left: 3px;*/
	}

.h1_inside {
	color: white;	
	font-size: 26px;
	}

H2 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 33px;
	color: #3A3A3A;
	font-family: 'open sans'
	}

H2 a {
	color: #3A3A3A;
	}

H2 a:hover {
	color: #C31C2B;	
	}

H3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 33px;
	color: #3A3A3A;
	font-family: 'open sans'
	}

H3 a {
	color: #3A3A3A;
	}

H3 a:hover {
	color: #C31C2B;	
	}

.h3_mid {
	font-size: 20px;
	line-height: 24px;
	hyphens: auto;	
	}	

H4 {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 24px;
	font-family: 'open sans';
	margin-bottom: 5px;
	min-width: 300px;
	}

H4 a {
	color: black;
	}

H4 a:hover {
	color: #C31C2B;	
	}
	

H5 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'open sans';
	}

H5 a {
	color: black;
	margin-bottom: 5px;
	}

H5 a:hover {
	color: #C31C2B;	
	}

FORM {
	font-size:15px;
	line-height: 24px;
	}

.inputtext {
	border-radius: 3px;
	padding: 2px;
	width: 90%;
	min-width: 150px;
	}

.inputselect {
	width: calc(90% + 5px);
	min-width: 155px;
	height: 25px;
	border-radius: 5px;
	border-style: inset;
	}
	
.inputtext_plz {
    width: 50px;
    border-radius: 5px;
    height: 20px;
    margin-right: 10px;
    }	
    
.inputtext_ort {
    width: calc(90% - 65px);
    min-width: 93px;
    border-radius: 5px;
    height: 20px;
}    

.inputbutton {
	width: calc(100% - 12px);
	float:left;
	margin-bottom:10px;
	padding:15px 5px 10px 5px;
	border-radius: 3px;
	border: 1px solid #C31C2B;	
	background-color: white;
	height: 25px;
	color: #C31C2B;
	text-align:center;
	}

.smallbutton {
	border-radius: 5px;
	height: 30px;
	width: 100px;
	background-color: white;
	margin: 0px 10px 0px 10px;
	border: 1px solid #C31C2B;	
	color: #C31C2B;
	cursor:pointer;	
	}

.inputbutton:hover, .smallbutton:hover  {
 	box-shadow: 3px 3px 3px 3px #ccc;
	cursor:pointer;
	}
	
TABLE {
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	margin-bottom: 10px;
	}	
	
.table_header {
	background-color: #C31C2B;
	color: white;
	text-align: left;
	padding: 2px;	
	}

.table_subheader {
	font-size: 11px;
	line-height: 13px;
	vertical-align: top;		
	color: #3a3a3a;
	}	

.table_subheader.right {
	text-align: right;
	}
	
.table_subheader a {
	color: #C31C2B;
	text-decoration: underline;
	}	

	
.table_cell {
	border-bottom: 1px dotted darkgray;	
	vertical-align: top;	
	}	

.table_cell.right {
	text-align: right;
	}

.main_link {
	font-weight: bold;
	color: #C31C2B;
	}

#contentLayer {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 30%;
	z-index: 5;
	}

#container0 {
	width: 1350px;
	margin: 10px auto 10px auto; 
	position: relative;
	z-index: 1;
	}

#container {
	float:left;
	width: 994px;
	max-width: 994px;
	min-width: 310px;
	background-color: darkgray;
	}

header {
	padding: 10px;
	width: calc(100% - 20px);	
	max-width: 954px;
	background-color: #A9A9A9;
	
	}

#header_logo {
	float:left;
	margin-bottom: 10px;
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -0px -106px;
	width: 224px;
	height: 60px;

	}	
	
#header_right{
	float:left;
	width: calc(100% - 225px);
	}	
	
	
#header_menu {
	position: relative;
	top: -5px;
	float:left;
	width: 500px;
	margin-left: 10%;
	font-family: 'Open Sans';
	font-size: 14px;
	}

#header_menu a {
	color: #3a3a3a;
	
	}	

#header_menu a:hover {
	color: white;
	}	
	
.header_menu_item {
	float:left;
	line-height: 18px;
	padding: 0px 20px 0px 20px;
	}

.header_menu_item_border {
	border-right: 1px solid white;
	}

#header_search {
	margin-top: 20px;
	width: 300px;
	height: 35px;	
	margin-left: calc(100% - 300px);
	}

#header_search a {
	color:white;
	letter-spacing: 1px;
	}

.suchfeld {
	width: 280px;
	height: 20px;
	float:left;
	display:inline;
	background-color:white;
	border: 1px solid #D1D1D1;
	margin-right: 3px;
	padding: 2px;
	margin-bottom: 3px;
	color:black;
	}

#suchstring {
	padding: 0px;
	width: 85%;
	font-size: 16px;
	color: #595959;
	padding-left:5px;
	border: 0px;
	margin-top: 1px;
	float:left
	}

.suchlupe {
	width: 20px;
	height: 20px;
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -60px -78px;
	overflow: hidden;
	border: 0px;
	}

.suchlupe:hover {
	cursor: pointer;
	}

#bigmac {
	display:none;	
	float:left;
	margin-left: calc(100% - 280px);

	position: relative;
	border: 1px solid #3B3B3B;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	height: 30px;
	padding: 3px 4px 3px;
	width: 25px;
	background: #626568;
	background: linear-gradient(to bottom,  #626568 0%,#3B3B3B 100%);
	}

#bigmac div {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px 2px 4px 2px;
	height: 3px;
	margin-top: 4px;
	width: 90%;
	}


#navi {
	clear:both;
	width: 100%;
	height: 30px;
	max-width: 994px;
	background-color:#4d4d4d;	
	}

.navi_element {
	float:left;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 1%;
	padding-right: 1%;
	font-family: 'Open Sans';
	font-size: 14px;
	color: white;
	border-right: 1px solid white;
	}

.navi_element_active {
	float:left;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 2%;
	padding-right: 2%;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #C31C2B;
	cursor: pointer;	
	background-color: white;	
	}
	
.navi_element a {	
	color: white;
	}

.navi_element:hover {
	color: #C31C2B;
	cursor: pointer;	
	background-color: white;	
	}

#subnavi {
	height: 0px;
	width: 100%;
	max-width: 994px;
	background-color:white;	
	overflow: hidden;
	}

.subnavi_element {
	float:left;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 4px;
	font-family: 'Open Sans';
	font-size: 12px; 
	background-color:white;	
	color: #4d4d4d;
	border-right: 1px solid darkgray;
	}
	
.subnavi_element a {	
	color: #4d4d4d;
	}

.subnavi_element:hover {
	color: #C31C2B;
	cursor: pointer;	
	}

#subnavi_archiv {
	height: 22px;
	width: 100%;
	max-width: 994px;
	background-color:white;	
	overflow: hidden;
	}

#subnavi_startups {
	height: 22px;
	width: 100%;
	max-width: 994px;
	background-color:white;	
	overflow: hidden;
	}

nav { 
	display:none;
	opacity: 0; 
	left: 0px; 
	top: 0px; 
	position: fixed;
	z-index: 0; 
	width: 70%; 
	height: 100%; 
	box-sizing: border-box; 
	overflow-x: hidden; 
	overflow-y: auto; 
	background: #3e3c3d; 
	background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%); 
	} 

nav ul { 
     list-style: none; 
     margin: 0; 
     width: 100%; 
     padding: 0; 
 	color: darkgray;
 	} 
 
nav ul a { 
    color: #fff; 
    text-decoration: none; 
	}  
	
nav li { 
     position: relative; 
     font-size: 1em; 
     font-weight: bold; 
     border-bottom: 1px solid #222222; 
     border-top: 1px solid #444444; 
     padding: 10px 0px 10px 10px; 
 	} 
 
nav li div { 
	padding-left: 20px;
	font-weight: normal;
	}


#content {
	width: 100%;
	height: auto;
	}

.mainrow {
	float:left;
	width: calc(100% - 15px);		
	max-width: 640px;
	min-width: 310px;	
	height: auto;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 16px;
	line-height: 24px;

	}

/* LINKS */ 
.page_turn {
	clear:both;
	width: 100%;
	height: 40px;
	}

.page_turn a {
	color: #C31C2B
	}	
	
 .page_turn_left {
 	position: relative;
 	width: 33.4%; 
 	float: left
	}

 .page_turn_mid {
 	position: relative;
 	width: 33%; 
 	float: left;
	text-align: center;
	color: black;
	}
	
	
.page_turn_preview {	
	width: 680px;
 	overflow:hidden;	
	position: absolute;
	z-index: 50000;
 	display: none;
 	top: -515px;
	transform: scale(0.3);
	transform-origin: bottom left;     
    }

#left_preview {
	margin-left: 15px;	
	}

#right_preview {
	margin-left: -13px;	
	}


.main_link_next {
     margin-right: 12px;
	float:right;
	width: 100%;
	height: 20px;
     margin-bottom: 10px;
     border-left: 1px solid #C31C2B;
	}

.main_link_next_arrow {
	width: 10px;
	height: 18px;
	margin-right: -11px;
	margin-top: 1px;
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -187px 0px;
	float:right;
     border-left: 1px solid #C31C2B;
	}

.main_link_prev {
     margin-left: 12px;
	float:left;
	width: 100%;
	height: 20px;
     margin-bottom: 10px;
     border-right: 1px solid #C31C2B;
	}

.main_link_prev_arrow {
	width: 10px;
	height: 18px;
	margin-left: -11px;
	margin-top: 1px;
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -175px 0px;
	float:left;
     border-right: 1px solid #C31C2B;
	}

.main_link_text_prev {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #F2F2F2;  
	height: 20px;
	line-height: 20px;	
	text-align:center;
     background: #3e3c3d; 
     background: linear-gradient(to right, #2d2c2d 20%, #3e3c3d  100%); 
	}	

.main_link_prev:hover .main_link_text_prev, .main_link_next:hover .main_link_text{
	text-decoration: none;
     background: linear-gradient(to right, #000000 20%, #2d2c2d  100%); 
	}	

.main_link_text_next {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #F2F2F2;  
	height: 20px;
	line-height: 20px;
	text-align:center;
     background: #3e3c3d; 
     background: linear-gradient(to right, #3e3c3d 20%, #2d2c2d  100%); 
	}	

.main_link_next:hover .main_link_text_next, .main_link_next:hover .main_link_text{
	text-decoration: none;
     background: linear-gradient(to right, #2d2c2d 20%, #000000  100%); 
	}

.red_panel {
	width: calc(100% - 22px);
	float:left;
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #C31C2B;	
	border-radius: 6px;
	}

.news_panel1 {
	float: left;
	min-height: 380px;
	width: calc(100% - 20px);	
	
	max-width: 618px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 6px;
	}
	
.news_panel2 {
	float:left;
	width: calc(50% - 42px);	
	min-height: 200px;
	margin-top: 5px;
	margin-left: 15px;
	padding: 10px 10px 0px 10px;
	background-color: #F2F2F2;
	border-radius: 6px;
	margin-bottom: 0px;
	}

.news_panel3 {
	float:left;
	width: calc(100% - 335px);
	min-width: 300px;
	min-height: 250px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding: 10px 10px 0px 10px;
	background-color: #F2F2F2;
	border-radius: 6px;	
	}

.news_panel4 {
	float:left;
	width: calc(100% - 20px);	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #F2F2F2;
	border-radius: 6px;
	}

.news_panel_feature {
	float:left;
	width: calc(100% - 20px);	
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
	background-color: #FCFCFC;
	}

	
.news_textbox {
	width: calc(100% - 20px);	
	padding: 10px;
	float:left;
	background-color: #CDCDCD;
	font-size: 15px;
	margin-bottom: 20px;
	}
		
.autor_social_media {
	margin-top: 20px;
	height: 60px;	
	}

.news_bildquelle {
	width: 100%;
	font-size: 10px;
	text-align:left;
	margin: 3px;
	line-height: 12px;
	}

.news_datum {
	color: #8B8B8B;
	font-weight: bold;
	}

.news_autor {
	float: left;
	width: 50%;
	color: #8B8B8B;
	font-weight: bold;
	margin-bottom: 10px;
	}	

.news_sm_icons {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	}	

.linkedin_div {
	float:left;
	width: 90px;
	margin-top: -3px;	
	}

.twitter_div {
	float:left;
	width: 90px;
	height: 30px;	
	text-align:left;
	}

.facebook_div {
	height: 20px !important;
	width: 100px !important;
	float:left;
	}


#icon_facebook {
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -40px -75px;
	height: 20px;width: 20px;
	overflow:hidden;
	float:left;
	margin-right:5px; 		
	}

#icon_twitter {
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -0px -75px;
	height: 20px;width: 20px;overflow:hidden;float:left;margin-right:5px;		
	float:left;}

#icon_google {
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -20px -75px;
	height: 20px;width: 20px;overflow:hidden;float:left;margin-right:5px;		
	float:left;}

.news_icons {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #3a3a3a;
	}
		
.news_icon {
	text-align:center;
	float:right;
	width: 53px;
	height: 20px;
	padding-top:0px;
	border: 1px solid #ccc;
	margin-left: 20px;
	padding-left: 22px;	
	background-repeat:no-repeat;	
	}

.news_icon:hover {
	cursor: pointer;
	box-shadow: 0px 3px 3px 0px #ccc;
	}

.news_icon_pdf {
	background-image: url(/bilder/layout/icon_pdf.png);
	}

.news_icon_mail {
	background-image: url(/bilder/layout/icon_mail.png);	
	}

.news_icon_print {
	background-image: url(/bilder/layout/icon_print.png);	
	}

.news_spitzmark
	{
	font-size: 14px;
	font-weight: bold;
	color: #C31C2B;	
	}

#news_mailform_div {
	height: 0px;
	margin-top: 15px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: darkgray;
	overflow:hidden;
	padding-left: 10px;
	}

.news_lead
	{
	line-height: 24px;
	margin-bottom: 10px;	
	margin-top: 10px;	
	hyphens: auto;	
	}

.news_lead_h1
	{
	width: 100%;
	line-height: 24px;
	margin-top: 10px;	
	}

.news_bildlegende {
	background-color: #CDCDCD; 
	margin-top: -10px;
	margin-bottom: 10px;	
	padding: 10px;
	font-size: 12px;	
	line-height: 18px;	
	width: calc(100% - 20px);	
	}

.news_listing {
	line-height: 22px;	
	}

.news_listing a {
	color: black;
	}
.news_listing a:hover {
	color: #C31C2B;
	text-decoration: underline;	
	}

.news_body
	{
	width: 100%;
	min-width: 280px;
	margin-bottom: 20px;
	font-size: 15px;	
	line-height: 22px;
	hyphens: auto;	
	text-align: justify;	
	}

.news_body a {
	color: #C31C2B;
	font-weight: bold;	
	}
.news_body a:hover {
	text-decoration: underline;	
	}

.news_boxtext {
	font-size: 13px;	
	line-height: 20px;
	margin-bottom: 10px;
	}
	

.news_title_inside_div
	{
	z-index: 2;
	position: relative;
	max-width: 635px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	width: calc(100% - 5px);
	padding-left: 5px;
	text-align: left;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* W3C */
	}

.news_title_inside_div2_top
	{
	z-index: 2;
	position: relative;
	max-width: 635px;
	margin-left: auto;
	padding-left: 5px;
	margin-right: auto;
	height: 80px;
	width: calc(100% - 5px);
	text-align: left;
	}

.news_title_inside_div2_bottom
	{
	z-index: 2;
	position: relative;
	max-width: 635px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: calc(100% - 5px);
	padding-left: 5px;
	text-align: left;
	background-color: black;
	background-color:rgba(0,0,0,0.7);	
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.90) 100%); /* W3C */
	}

.news_img_top_div {
	position: relative;
	width: 100%;
	max-height: 360px;
	overflow:hidden;
	}

.news_img_top_oben_div {
	 top: -50px;
	 margin-bottom: -50px;
	}	

.news_img_top_oben_div2 {
	 top: -90px;
	 margin-bottom: -90px;
	}	

	
.news_img_top {
	width: 100%;
	max-width: 640px;
	height: auto;
	}	

.news_title_div
	{
	width: 100%;
	max-width: 640px;
	min-height: 30px;
	text-align: left;
	}


.news_title_div_h1
	{
	display: none;
	width: 100%;
	max-width: 640px;
	height: auto;
	min-height: 30px;
	text-align: left;
	}
	
.news_title_div h1 {
	font-size: 32px;
	}


.news_title_div_h2
	{
	max-width: 640px;
	width: 100%;
	min-height: 35px;
	text-align: left;
	}

.news_img_div {
	float:left;
	max-width: 35%;
	min-width: 200px;
	max-height: 250px;
	
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	
	background-color: #EAEAEA;
	}

.news_img_div_feature {
	float:left;
	max-width: 50%;
	min-width: 200px;
	max-height: 260px;
	
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	
	background-color: #EAEAEA;
	}


.news_img_div_h1 {
	float:left;
	max-width: 60%;
	min-width: 160px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #EAEAEA;
	}

.news_img_div_h3 {
	float:left;
	max-width: 130px;
	min-width: 120px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #EAEAEA;
	}

.news_img_div_quer {
	width: 100%;
	margin-right: 15px;
	background-color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
	}

.news_img_div_hoch {
	float:left;
	width: 45%;
	max-width: 300px;
	margin-right: 15px;
	max-height: 360px;
	background-color: white;
	text-align:center;
	}
	
.news_img_div_hoch_250 {
	float:left;
	width: 30%;
	max-width: 300px;
	margin-right: 15px;
	max-height: 250px;
	background-color: white;
	text-align:center;	
	}	

.news_img {
	width: 100%;
	max-width: 340px;
}

.news_img_quer {
	max-height: 160px;
	width: auto;
	max-width: 100%;
}

.news_img_quer_feature {
	max-height: 250px;
	width: 100%;
	max-width: 100%;
	}

.news_img_quer_h1 {
	max-height: 300px;
	width: 100%;
	max-width: 340px;
}


.news_img_hoch {
	width: auto;
	max-width: 280px;
	max-height: 380px;
}
.news_img_hoch_250	{
	width: auto;
	max-width: 280px;
	max-height: 250px;
	
	}

.news_img_hoch_h2 {
	height: 100vh; /* 1 vh = 1 viewport unit = 1% */
	max-height: 240px;
	max-width: 100%;
}

.news_img_hoch_h3 {
	height: 100vh; /* 1 vh = 1 viewport unit = 1% */
	max-height: 160px;
	max-width: 150px;
	}

.news_img_hoch_h3b {
	max-height: 160px;
	max-width: 130px;
	}

	
.artikel_img_div {
	float:left;
	width: 280px;	
	margin-right: 15px;
	min-width: 150px;
	}
	
.artikel_img_quer {
	width: 100%;
	}
	
.news_kommentar_legende
	{
	float:left;
	width: 25%;	
	height: auto;
	}	

.news_kommentar_input {
	width: 70%;	
	font-size: 15px;
	height: 22px;
	margin-bottom: 5px;
	display:inline;
	border: 1px solid darkgray;
	}
	
.news_kommentar_text {
	width: 97%;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 15px;
	}	

.news_kommentar_button {
	width: 95%;
	height: 30px;
	color: #C31C2B;
	background-color: white;
	cursor: pointer;
	border: 1px solid darkgray;
	margin-bottom: 10px;
	text-align: center;
	}
		
.news_kommentar_button:hover {
	color: #C31C2B;
	background-color: white;
	box-shadow:         0px 3px 3px 0px #ccc;	
	}
	
		
.close {
	float:right;
	cursor:pointer;
	color:white;	
	margin-right: 15px;
	font-weight: bold;
	}

.event_div {
	float:left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #929292;
	}	
	
.event_logo {
	max-width: 180px;
	float:right;
	margin: 0px 0px 10px 15px;
	}
		
.event_title_div {
	float:left;
	width: calc(100% - 199px);
	}

.event_tagline {
	margin-left: 10px;
	}
	
/* teaser box */

.teaserrow {
	float:left;
	width: 310px;
	min-width: 310px;
	height: auto;
	margin-top: 10px;
	margin-left: 1.5%;
	text-align:center;
	}
.teaserrow h5 {
	color: #C31C2B;	
	}

.teaserbox {
	float:left;
	width: 310px;
	min-height: 50px;
	margin-bottom: 10px;
	text-align:left;
	}

.teaserbox_register {
	float:left;
	width: 310px;
	height: 105px;
	margin-bottom: 45px;
	text-align:left;
	}

#slider_container {
	overflow:hidden;
	}

#slider_floater {
	height: 280px;
	width:300%;
	}
	
.slider_panel {
	float:left;
	padding-right: 10px;	
	width: calc(33.3% - 10px);	
	overflow:hidden;
	}	

.teaserbox_title {	
	padding-left: 5px;
	padding-top: 1px;
	height: 20px;
	font-size: 14px; 
	overflow:hidden;
	/*border-right: 1px solid #C8C8C8;*/
	border-left: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	color: white;
	background-color: #4d4d4d;	
	}

.teaserbox_title_register {	
	font-size: 12px; 
	border-left: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	background-color: #4d4d4d;	
	}

.teaserbox_content {
	height: 100%;
	padding: 5px;
	border-left: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	background-color: #F2F2F2;
	font-size: 14px;
	line-height: 21px;
	}

.teaserbox_content  a {
	color: #3A3A3A;
	}

.teaserbox_content a:hover {
	color: #C31C2B;	
	}
	
.teaserbox_content .main_link  {
	display: inline-block;
	margin-left: 0px;
	font-weight: bold;
	color: #C31C2B;
	}

.teaserbox_content .title {
	font-weight: bold;
	}


.teaserbox_content .logo {
	text-align: center;
	}
	
.teaserbox_content .box80 {
	min-height: 75px;
	width: 295px;
	}

.teaserbox_content .halfimg {
	width: 40%;
	max-width: 200px;
	margin-right: 10px;
	float:left;
	}

.teaserbox_title_register_active {
	float: left;
	text-align: center;
	padding: 2px 2px 2px 2px;
	color: black;
	background-color: #F2F2F2;	
	cursor: pointer;
	}

.teaserbox_title_register_inactive {
	float: left;
	text-align: center;
	padding: 2px 2px 0px 2px;
	color: white;
	}

.teaserbox_title_register_inactive:hover {
	color: white;
	cursor: pointer;		
	}

.teaserbox_content_bullet {
	width: 15px;
	text-align:center;
	float:left;
	color: #3A3A3A;
	}

.teaserbox_content_num {
	width: 20px;
	text-align:right;
	float:left;
	margin-right: 5px;
	color: #3A3A3A;
	}
	
.teaserbox_content_item {
	position: relative;
	margin-left: 15px;
	}

.percent40 {width: 40%;float:left;}
.percent50 {width: 50%;float:left;}

.teaserbox_content_img {
	position: relative;
	height: 75px;
	width: 300px;
	margin-top: 5px;
	border-bottom: 1px dotted darkgray;
	margin-bottom: 5px;
	}

.teaser_img_div {
	float:left;
	width: 100px;
	height: auto;
	margin: 0px 10px 5px 0px;
	max-height: 70px;
	overflow:hidden;
	text-align:center;
	background-color: white;
	}

	
#register_neueste {
	width: 80px;
	}

#register_empfehlungen {
	width: 108px;
	}

#register_meistgelesene {
	width: 109px;
	}
	
#menu_float {
	position:absolute;
	width:260px;
}
	
#swico_logo {
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: -81px -51px;
	width: 164px;
	height: 54px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	}


/* ads */
.rectangle {
	float:left;
	min-width: 0px;
	margin-bottom: 10px;
	}

.rectangle_center_div {
	width:300px;
	height: 250px;
	margin:auto
	}

#rectangle_top {
	float:left;
	min-width: 310px;

	}
	
.rectangle_content {
	float:left;
	width: 300px;
	min-height: 255px;
	padding-top: 5px;
	margin-bottom: 10px;
	background-color: white;
	text-align:center;
	overflow:hidden;
	}

.rectangle_artikel {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	}

.rectangle_artikel_mid {
	margin-top: 15px;
	}
	
#mobile-banner {
	background-color: #f2f2f2;
	width: 100%;
	text-align:center;
	display:none;
	margin-bottom: 5px;
	border-radius: 3px;
	}	
		
#maxiboard
	{
	margin-bottom: 10px;	
	max-width: 1170px;
	min-height: 118px;
	}

#maxiboard2 {
	width: 100%;
	max-width: 994px;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 5px;	
	}	

.cornerbutton {
	width: 160px;
	float:left;
	}

.sky {
	float:left;
	min-width: 161px;
	margin-left: 10px;
	}
	
#sky_floater {
	position:relative;
	}	

#skipper {
	width: 160px;
	margin-left: 10px;
	}

#sponsorbutton_div {
	display:none;
	}
	
.sponsorbutton_header
	{
	clear:both;
	position: relative;	
	clear: both;		
	color: darkgray;
	font-size: 12px;
	padding-top: 40px;
	border-bottom: 1px solid darkgray;
	padding-bottom: 10px;
	}

.sponsorbutton_item {
	margin-top: 10px;
	}

#footer {
	clear:both;
	font-family: verdana, arial;	
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	min-height: 200px;
	padding-bottom: 10px;
	background-color: #4d4d4d;
	border-bottom: 20px solid #212121;
	/*border-bottom: 10px solid black;
	/*background: linear-gradient(to bottom, rgba(100,100,100,0.30) 100%,rgba(100,100,100,0.70) 100%); /* W3C */
	}

#footer h5 {
	color: white;
	margin: 0px;
	padding-bottom: 10px;	
	}

#footer a {
	color: #F2F2F2;
	}

#footer a:hover {
	color: white;	
	text-decoration: underline;
	}

#footer_section1 {
	float:left;
	width: 18%;
	padding: 2% 4% 0% 5%	
	}

#footer_section2 {
	float:left;
	width: 17%;
	padding: 2% 4% 0% 0%	
	}

#footer_section3 {
	float:left;
	width: 20%;
	padding: 2% 5% 0% 0%	
	}

#footer_section4 {
	float:left;
	width: 24%;
	padding: 2% 2% 0% 0%;	
	}

.sm_icon_container
	{
	height: 15px;	
	margin-bottom: 5px;	
	}
	
#sitm_logo
	{
	display: inline-block;		
	height: 25px;
	width: 70px;
	background-image: url(/bilder/layout/itr_sprite_all.png);
	background-position: 0px -50px;
	overflow:hidden;
	margin-top: 15px;
	text-indent:-9999em;	
	}

.uv_letter_container {
	width: 100%;
	padding-bottom: 30px;	
	}

.uv_letter {
	border: 1px solid #C31C2B;
	padding: 2px;
	margin: 2px;
	width: 24px;
	height: 15px;
	color: #C31C2B;
	font-size: 14px;
	line-height:15px;
	float:left;
	text-align:center;	
	}

.uv_letter:hover {
	color:white;
	background-color: #C31C2B;;
	}

.margintop10 {margin-top: 10px;}
.margintop20 {margin-top: 20px;}
.marginbot10 {margin-bottom: 10px;}
.marginbot20 {margin-bottom: 20px;}
.maxheight80 {max-height: 80px;}

.red {
	color: #C31C2B;	
	}

.clear
	{
	clear:both;	
	}

.active {
	color: #C31C2B;	
	}

.separator_dotted {
	border-bottom:1px dotted #929292;
	margin-bottom: 10px;
	}

.jcarousel {
	width: 600px;
	}

.hideme{
   display:none;
   visibility: hidden;
   height: 0px;
	}


.inhalt_heft {
	margin-bottom: 10px;
	}

.inhalt_cover {
	float:left;
	width: 33%;
	margin-right: 20px;	
	margin-top: 5px;
	}
	
.inhalt_cover img {
	width: 100%;
	}	

.inhalt_item {
	margin-top: 8px;
	}	

.inhalt_page {
	max-width: 30px !important;
	min-width: 20px;
	float:left;
	flex-basis: 0;
    flex-grow: 0;	
	}	

.inhalt_content {
	margin-left: 30px; 
	}
	

/*  ADBLOCKER HINT */	

.hint_adblocker {
	position:fixed;
	bottom: 20px;
	right: 20px;
	height: 90px; 
	width: 320px;
	padding: 3px 3px 8px 8px;
	background-color: white;
	border: 1px solid darkgray;
	box-shadow: 3px 3px 3px darkgray;
	color: #6B6B6B;
	z-index: 10000;
	opacity: 1;
	display: none;
	}	

.hint_logo {
	float:left;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	}	
	
.hint_content {
	float:left;
	width: 235px;
	font-size: 12px;

	}

.hint_close {
	width: 100%;
	text-align:right;
	line-height: 20px;	
	}
	
.hint_close:hover {
	font-weight: bold;
	cursor: pointer;
	}	

.hint_title {
	font-weight: bold;
	position: relative;
	top: -12px;
	width: 200px;	
	}

.hint_text {
	position: relative;
	top: -5px;
	line-height: 19px;
	}



/* Cookie-Hinweis */

	.consent-div {
		background-color: #F1F1F1;
		opacity: 0.9;
		position: fixed;
		z-index: 99999999;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: auto !important;
		}
	
	 .consent-text {
		padding: 20px;
		font-family: arial;
		width: calc(100% - 160px);
		float:left;
		hyphens: auto;
		}
			
	 .consent-button {
		background-color: #03248A;
		color: white;
		border-radius: 10px;
		vertical-align: center;
		height: 40px;
		margin-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		border-style: none;
		}





}




/* 1110 or smaller */
@media only screen and (max-width: 1110px){ 

#container0 {
	width: 100%;
	}

#sky_panel {
	display:none;
	}

.cornerbutton {
	display:none;
	}

#sponsorbutton_div {
	display:none;	
	}

}

/* 992 or smaller */
@media only screen and (max-width: 994px){ 

#container {
	width: 100%;
	}

#maxiboard {
	display:none;
	}

#maxiboard2 {
	display:none;
	}

.mainrow {
	max-width: 97%;
	width: 100%;
	}

.navi_element {
	font-size: 13px;
	padding-left: 1.1%;
	padding-right: 1.1%;
	}
	
.subnavi_element {
	padding-left: 1.1%;
	padding-right: 1.1%;
	}	
	
.news_title_inside_div {
	max-width: 640px;
	}

.news_panel1 {
	margin-bottom: 0px;
	}

.news_panel2 {
	height: auto;	
	width: calc(50% - 42px);	
	margin-top: 10px;
	}

.news_title_div
	{
	max-width: 100%;
	}

.news_img_top_div
	{
	width: 100%;
	background-color: #EAEAEA;
	margin-left: auto;
	margin-right: auto;	
	text-align:center;
	}
	
.news_img_top {
	max-width: 640px;
	}	

.news_img_div_hoch {
	height: auto;
	max-height: none;
	}	

.news_img_hoch_h2 {
	height: auto;
	}

.news_img_hoch_h3 {
	/*width: 100%;*/
	height:auto;
	}


.news_img_div_h3 {
	max-width: 40%;
	}
	
.news_panel1 {
	max-width: 100%;
	min-height: 200px;
	height: auto;
	}
	
.teaserrow {
	width: 100%;
	margin-left: 15px
	}

.teaserbox {
	width: calc(50% - 18px);	
	height: 258px;
	margin-right: 10px;
	overflow:hidden;
	}
.teaserbox.swico {
	height: 100px;
	}

.teaserbox_register {
	margin-bottom: 0px;
	width: calc(50% - 20px);	
	height: 250px;
	margin-right: 10px;
	overflow:hidden;
	}

.rectangle {
	width: 48.4%;
 	margin-left: 1%;
 	height: 258px;
	}

	
#rectangle_top {
	width: 48.5%;
	
	}


 	
#panel_empfehlungen {
	height: 250px;
	}	
}

.jcarousel {
	width: 85vw;
	max-width: 6000px;
	}

#menu_float {
	width: 100%;	
	}



/* 680 or smaller */
@media only screen and (max-width: 680px){ 


H3 {
	font-size: 20px;
	line-height: 24px;
	}
	
table {
	font-size: 11px;
	}	

#container0 {
	margin: 0px;
	}


.mainrow {	
	margin-left: 0px;
	width: calc(100% - 5px);
	padding: 5px 5px 0px 5px;
	margin-top: 5px;
	}

#header_logo {
	float:left;
	}
	
#header_right{
	width: 100%;
	}


#header_menu {
	margin-left:1%;
	width: 300px;
	font-size: 12px;
	}

.header_menu_item {
	padding: 0px 10px 0px 10px;
	}

#header_search {
	margin-left: 0%;
	width: 99.5%;	
	}

.suchfeld {
	width: 98%		
	}

#bigmac {
	display:block;		
	}

#mobile-banner {
	display:block;
	}


#navi {
	display:none;
	}
	
#subnavi {
	display:none;
	}
	
	
nav { 
	display:block;
}

#content {
	min-width: 310px;
	}

.autor_social_media {
	height: 90px;	
	}

.news_sm_icons {
	width: 100%;
	}
	
.news_panel1 {
	margin-left: 0px;
	width: calc(100% - 10px);
	padding: 5px 5px 5px 5px;
	}

.news_panel2 {
	margin-left: 5px;
	width: calc(100% - 20px);
	min-height: 160px;
	padding: 5px 5px 0px 5px;
	}

.news_panel3 {
	margin-left: 0px;
	width: calc(100% - 10px);
	min-height: 160px;
	padding: 5px 5px 0px 5px;
	}

.news_panel4 {
	margin-left: 0px;
	width: calc(100% - 10px);
	min-height: 160px;
	height: auto;
	padding: 5px 5px 0px 5px;
	}

.news_title_div_h1 {
	display: block;
	}


.news_img_div_h1 {
	max-width: 50%;
}

.news_img_div {
	width: 150px;
	min-width: 150px;
	}
	
.news_img_top_oben_div {
	 top: 0px;
	 margin-bottom: 0px;
	 margin-top: 5px;
	}		

.news_img_top_oben_div2 {
	 top: 0px;
	 margin-bottom: 0px;
	}		

.news_img_div_hoch {
	max-width: 200px;	
	}

.news_img_div_quer {
	width: 150px;
	float:left;
}	

.news_img {
	max-width: 200px;	
	}

.news_img_hoch {
	width: 100%;	
	}

.artikel_img_div {
	width: 40%;	
	margin-right: 15px;
	}

.page_turn_mid {
	font-size: 12px;
	}

.teaserrow {	
	margin-left: 0px;
	width: calc(100% - 10px);
	padding: 5px 5px 0px 5px;
	margin-top: 5px;
	}

.teaserbox {
	float:none;
	width: 100%;	
	margin-right: 5px;
	}

.teaserbox_register {
	float:none;
	width: 100%;	
	margin-bottom: 10px;
	}

#register_neueste {
	width: 70px;
	}

#register_empfehlungen {
	width: 106px;
	}

#register_meistgelesene {
	width: 107px;
	}


.rectangle {
	min-width: 300px;
	width: 100%;
	margin-left:0px;
	}
	
.rectangle div {
	margin: 0 auto;
	}	
	
#rectangle_top {
	width: 99%;
	background-color: white;
	min-height: 255px;
	padding-top: 5px;	
	}

#rectangle_top div {
	margin: 0 auto;
	}

.rectangle_content {
	width: calc(100% - 0px);
	display: block;	
	min-width: 302px;
	text-align:center;
	}

.rectangle_content div {
	margin: 0 auto;
	}
	
.rectangle_artikel{
	width: 100%;
	}

#footer {
	font-size: 10px;
	line-height: 15px;
	}
	
#footer h5 {
	font-size: 12px;
	}	

.hide {
	display:none;	
	}

}


/* 500 or smaller */
@media only screen and (max-width: 500px){ 

#container {
	overflow-x:hidden;	
	}

.news_title_div_h2 {
	hyphens: auto;	
	font-size: 24px;	
	}

.news_lead {
	hyphens: auto;	
	}

.news_lead_h1 {
	hyphens: auto;	
	}
	
.main_link_text_next {
	font-size: 11px;
	line-height: 18px;
	}	

.main_link_text_prev {
	font-size: 11px;
	line-height: 18px;
	}	


.event_logo {
	float:left;
	margin-left: 0;
	}	
	
.event_title_div {
	float:left;
	width: 98%;
	}

#bildergalerie_select {
	display:none;
	}
	
#footer {
	font-size: 9px;
	}
	
.navi_element{
	font-size: 14px;
	padding-left: 2.0%;
	padding-right: 2.0%;
	}	
	
	
	
}