/**@media only screen and (max-width: 560px) and (orientation:landscape){ 
	
	body{
		width: 100%;
		height: 100%;
		overflow: hidden;
		
	}
	
	#content{
		display: none;
	}
	
	div.landscape{
		display: block;
		width: 100%;
		position:absolute;
		left: 0px;
		top:0px;
		height: 100%;
		background-color: #fff;
		color: #DF0020;
		z-index: 9999;
	}
	
	div.landscape p{
		background: url(../img/rotate.png) 50% 0 no-repeat;
		position: absolute;
		top: 25%;
		text-align: center;
		padding-top: 60px;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%; 
		font-family: 'Arvo',serif;
	    font-size: 1.1em;
	    font-weight: 700;
	}
	
}
@media only screen and (max-width: 560px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2) {

	div.landscape p{
		background: url(../img/rotate2x.png) 50% 0 no-repeat;
		background-size: 67px 60px; 
	}
}*/



#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    /**position: fixed;*/
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #3d444e;
    color: #9ea7b3;
    
    -webkit-box-shadow: inset 5px 0 0 #30363d; 
	-moz-box-shadow: inset 5px 0 0  #30363d; 
	box-shadow: inset 5px 0 0  #30363d;
	
	-webkit-box-shadow: -10px 170px 90px 84px rgba(255, 255, 255, 0.8); /* WebKit */
-moz-box-shadow: -10px 170px 90px 84px rgba(255, 255, 255, 0.8); /* Firefox */
box-shadow: -10px 170px 90px 84px rgba(255, 255, 255, 0.8); /* Standard */
}


html body div#pageslide ul li img,
html body div#pageslide ul li.user,
html body div#pageslide ul li.search{
	display: none;
}


div#pageslide ul li.more{display: none;}

#pageslide ul li:first-child {
		border-top: 2px solid #333a44;
}

#pageslide ul li {
	border-bottom: 1px solid #333a44;
    padding: 10px 0;
    /**background: url("../img/subpfeil.png") no-repeat scroll right 50% transparent;*/
    margin-left: 20px;
    margin-right: 20px;
}

#pageslide ul li.empty {
	background: url("") no-repeat scroll right 50% transparent;
}

div#pageslide ul li.open ul li {
	margin-left: 0;
    margin-right: 0;
    margin-left: -20px; background-color: rgb(74, 83, 95);
    padding-left: 20px;
    padding-right: 20px;
    width: 91.3043%;
}


#pageslide ul li.open {
	/**background: url("../img/subpfeilopen.png") no-repeat scroll right 14px transparent;*/
}

#pageslide ul li a{
	color: #9ea7b3;
	text-decoration: none;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-size: 1.125em;
}





#pageslide { 
	width: 82%;
	border-left: 5px solid #333A44;
}

@media only screen and (max-width: 560px) {
	
	body{ width: 100%; overflow-x: hidden;}
	
	#content {
	    margin: auto;
	    max-width: 100%;
	    width: 100%;
	}


	.g.content {
	    margin-left: 0%;
	    margin-right: 0%;
	    
	    padding-left:0%;
	    padding-right:0%;
	    
	    width: 100%;
	}
	
	

	.g.content_left{
		width: 100%;
		margin: 0;
	}
	.g.content_right{
		width: 100%;
		margin:0%;
	}
	
	.header li	{ display: none; }
	.header li:first-child{ display: block; }
	.header li.more { display: block;  font-size: 1.5em; padding: 0.5em 0.5em 0.2em; padding-left: 1.5em; padding-right: 1.5em;}
	.header li.more i{ display: block; }
	.header li.more span{ display: none; }
	.header li.more img{ display: none; }
	
	.header li.search { display: block;  padding: 0.5em 0.5em 0.2em; }
	.header li.user { display: block;  font-size: 1.5em; padding: 0.5em 0.5em 0.2em; }
	.header img.logo{ display:none; }
	.header li.logo{ 
		display:block; 
		/**background: url("../img/icon_infosat.svg") no-repeat scroll 30% 40% / 45% auto rgba(0, 0, 0, 0);*/
		background: url("../img/icon_infosat.png") no-repeat scroll 30% 30%  transparent;
			
		
		text-indent: -99999px; 
		width: 50px;
	 	background-color: transparent;
	}	
	.header .navbg{
		float: left;
		width: 100%; 
		background-color: #df001f;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	div.navbg ul#nav li.more{ float: right; padding: 0.5em 0.5em 0.2em; background-image: none;}
	div.navbg ul#nav li.more i.ss-icon{display: block; }
	div.navbg ul#nav li.search,
	div.navbg ul#nav li.user{ float: right; font-size: 1.5em; padding: 0.5em 0.5em 0.2em; background-image: none;}
	div.navbg ul#nav li.more:hover,	
	div.navbg ul#nav li.user:hover{ 	
		border-top: 0.3em solid #DF001F;
		background-color: transparent;
	}
	
	.navbgsub,
	.topnews .box{display: none;}

	.topnews li{
		width: 50%;
		float: left;
	}

	div.connected-carousels div.navigation{
		display: none;
	}
	.connected-carousels .stage {
    	margin-bottom: 0px;
	}
	.jcarousel-pagination,
	.connected-carousels .prev-stage,
	.connected-carousels .next-stage {
	    display: block;
   }
   
   
	.connected-carousels .carousel-stage {
    	border-bottom: 1px solid #d3d3d3;
	}
   
   div.connected-carousels div.stage {
		border-bottom: 1px solid #fff;
   }

	div.connected-carousels{
    	background: url("../img/mt1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    	padding-bottom: 10px;
	}
   div.connected-carousels div.stage div.carousel ul li.topnews div.box{
		display: block;
		position: relative;
    	width: 100%;
    	background-image: url();
    	background-color: #dbe1e8;
    	top:0;
    	bottom: 0;
    	left:0;
    	right: 0;
    	
    	
   }
   
	div.connected-carousels div.stage div.carousel ul li.topnews div.box span{
		display: none;
	}
   
	div.connected-carousels div.stage div.carousel ul li.topnews .box h2 {
	    color: #DF0020;
	    font-family: 'Arvo',serif;
	    font-size: 1.1em;
	    font-weight: 700;
	    line-height: 1.1em;
	    padding-top: 5px;
	    margin: 0 6.25%;/**7.1428*/
	    margin-top: 0px;
	    padding-bottom: 15px;
	    margin-bottom: 0;
	    
	}
	div.connected-carousels div.stage div.carousel ul li.topnews .box h6{
		display: block;
		color: #9EB2C0;
	    font-family: 'Source Sans Pro';
	    font-size: 0.813em;
	    font-weight: 400;
	    line-height: 1.1em;
	   margin: 0 6.25%;/**7.1428*/
    	padding-top: 15px;
	}
	
	div.connected-carousels div.stage div.carousel ul li.topnews .box p {display: none;}


	.g.content_right {
    margin-left: 0%;
   }
   
   
   
	.g.newsitem {
		margin-left: 6.25%;
		margin-right: 6.25%;
		width: 87.5%;
	}
	
	div.newsdetail span.artikeltools ul{
		float: left;
		width: 50%;
	}
	
	
	.heftdetail .editorial img,
	div.banner2, 
	div.newsdetail span.artikeltools ul li.print, 
	.breadcrumb,
	#toTop,
	div#content div.g div.g div.cart,
	ul.social,
	.toplist,
	ul#nav li div.drop div.libox,
	ul#nav li div.drop div.libox.active,
	.g.content_right.t40,
	.footer .footer_wrapper,
	.content_newsxboxtab div.img,
	.content_newsxboxtab ul.tabs,
	
	.g.newsitem .g.news span.mehr,
	.g.newsitem .g.news p,
	.g.newsitem .g.news div.kat { display: none; }
	
	.bannerr{
		text-align: center;
	}
	
	.printbox {
		text-align: center;
	}
	
	.g.newsitem .g.news span.datum,
	.g.newsitem .g.news span:last-child {
	    display: block;
	    color: #9EB2C0;
    	font-family: 'Source Sans Pro';
	    font-size: 0.813em;
	}

	.g.newsitem .g.imgcontainer {
	    margin-right: 5.7142%;
	    width: 27.8571%;
	    background-color: #fff;
	}
	.g.newsitem.right .g.imgcontainer {
		float: left;
		margin-right: 5.7142%;
	    margin-left: 0;
	}
	.g.newsitem .g.news {
	    width: 65.7142%;
	}
	
	.g.newsitem .g.imgcontainer img {
	    margin: 11.5385%;
	    width: 76.9231%;
	}
	
	.g.newsitem .g.imgcontainer div.img {
	    margin: 11.5385%;
	    width: 76.9231%;
	    height:60px;
	}
	
	.g.newsitem .g.news h4 {
	    font-size: 0.875em;
	    font-weight: 400;
	    margin-bottom: 0;
	}
	.g.newsitem {
	    margin-top: 15px;
	    padding-bottom: 29px;
	    background-size:100% auto;
	}
	
	
	.connected-carousels .carousel-stage {
    background-color: #DBE1E8;
	}	

	.g.content_right {
    	background-color: #fff;
    }   
    
    .printbox {
    	margin-top: 0;
    }
    
    
	.g.content_newsxboxtab {
	    padding-bottom: 15px;
		margin-bottom: 10px;    
    }
    
    .content_newsxboxtab div.list h2{
		display: block;
		font-family: 'Source Sans Pro';
		font-weight: 700;
		font-size: 1.063em;
		border-bottom: 1px solid #9eb2c0;
		margin-bottom: 0;
		padding-bottom: 10px;
		
	} 
	
	
	.content_newsxboxtab div.list ul li {
		min-height: 90px;
	}
	
	.content_newsxboxtab div.list ul li.active {
		background-color: transparent;
	}

	.content_newsxboxtab div.list h4 {
		font-size: 0.938em;
		margin-left: 0;
	}

    .tr {
    	display: none;
    }
    
    
	.content_newsxboxtab div.list {
        margin: 6.2500% 6.2500% 5%;
    	width: 87.5000%;
    }
    
    
	.content_newsxboxtab .item {
	    display: block;
	}
	
	.content_newsxboxtab .item div.img{
		margin: 6.2500% 6.2500% 0;
    	width: 87.5000%;
    	display: block;
    	 
	}
	
	.content_newsxboxtab div.img .inner {
		min-height: 170px;
		margin: 3.5714%;
		width: 92.8571%;
	}
	
	.content_newsxboxtab .item div.list ul li div.img{
		display: none;
	}
	
	.content_newsxboxtab .foot{
		background: url("../img/mt1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	    border-top: 1px solid #D3D3D3;
	    bottom: -13px;
	    height: 12px;
	    line-height: 1px;
	    margin-top: 1px;
	    position: absolute;
	    width: 100%;
	}
	
	
	.footer .bottomfooter .wrapper {
		width: 100%;
	}
	
	.footer .bottomfooter{
		height: 250px;
	}
	
	.bottomfooter li:last-child,
	.bottomfooter li {
		float: none;
		text-align: center;
		padding: 0;
		line-height: 2em;
		border-bottom: 1px solid #3d444e;
	}
	div.footer div.bottomfooter div.clear{
		display: none;
	}
	
	div.footer div.bottomfooter li:first-child{
		background: none;
		padding-top: 60px;
		padding-left: 0;
	}
	div.footer div.bottomfooter ul{
		background: url("../img/infosatfooter.png") no-repeat scroll 50% 15px transparent;
		 padding-bottom: 60px;	
	}
	.printbox {
    border-bottom: 0;
    margin-bottom: 0;
	}
	
	
	
	.header .navbg li.logo:hover {
    	background-color: #DF001F;
	}
	
	
	
	
	.g.newsitem:last-child {
    	border-bottom: 0;
    	margin-bottom: 0px;
   }
   
   
   
	.content_newsxboxtab div.list ul li.active {
		background-color:none; 
	}
   
   div.navbg ul#nav li.logo:hover{
   	border-top: 0.3em solid #DF001F;
   	/**background: url("../img/icon_infosat.svg") no-repeat scroll 30% 40% / 45% auto rgba(0, 0, 0, 0)*/
		background: url("../img/icon_infosat.png") no-repeat scroll 30% 40%  transparent;
   }
   	ul#nav li div.drop ul.navsub li:last-child {
    	margin-bottom: 0;
    	border-bottom: 0;
	}
   
   div#pageslide ul li div.drop{
	display: none;
	width: 100%;
	background-color: #4a535f;
	min-height: auto;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top:12px;
	margin-left: -9.0909%;
    padding-right: 18.1818%;
    
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 

   }
   
	ul#nav li div.drop ul.navsub {
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding:0;
		float: inherit;
		background-color: #4a535f;
	
	}
	
	ul#nav li div.drop ul.navsub li.active,
	ul#nav li div.drop ul.navsub li:hover,
	ul#nav li div.drop ul.navsub li {
		color: #c1cfd9;
		line-height: 1.5em;
		background-image: none;
		background-color: transparent;
	}
   
   
   	div#pageslide ul li.open div.drop{ display: block; }
   	
	div#pageslide ul li.open ul li{
		border-top: 1px solid #333A44;
		border-bottom: 0;
		background-image: none;
	}
	
	.content_newsxboxtab div.list ul li.active
	.content_newsxboxtab div.list ul li:hover {
    	background-color: #C1CFD9;
	}
	
	div#pageslide ul.social{
		position: relative; 
		display: block; 
		margin-right: 20px;
		height: 40px;
		top:0px;
	}
	
	div#pageslide ul.social li{
		float: right;
		background-color: #df0020;
		width: 40px;
		height: 35px;
		margin: 0;
		padding: 0;
		border: 0;
		margin-left: 5px;
		
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;

		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	

	div#pageslide ul.social li.fb{
	/**background: url("../img/social_fb.svg") no-repeat scroll 50% 50% / 25% auto #DF0020;*/
	background: url("../img/social_fb.png") no-repeat scroll 50% 50% #DF0020;

	}
	div#pageslide ul.social li.twitter{
	/**background: url("../img/social_twitter.svg") no-repeat scroll 50% 50% / 40% auto #DF0020;*/
		background: url("../img/social_twitter.png") no-repeat scroll 50% 50% #DF0020;
	}
	div#pageslide ul.social li.rss{
	/**background: url("../img/social_rss.svg") no-repeat scroll 50% 50% / 50% auto #DF0020;*/
		background: url("../img/social_rss.png") no-repeat scroll 50% 50% #DF0020;
	}

	
	div#pageslide ul.social li.cart{
		display: block;
		text-indent:0;
		background: url() no-repeat #9ea7b3;
	}
	
	div#pageslide ul.social li.cart i{
		font-size: 0.9em;
		padding-top: 8px;
		padding-right: 2px;
	}
	
	
	#pageslide ul li span.ss-navigateright{
		float: right;
		display: block;
	}
	#pageslide ul li span.ss-navigatedown{
		display: none;
	}
	
	#pageslide ul li.open span.ss-navigateright{
		display: none;
	}
	#pageslide ul li.open span.ss-navigatedown{
		float: right;
		display: block;
	}
	
	#pageslide ul li:first-child {
		border-top: 0;
	}
	
	#pageslide ul#nav li.open div.drop ul.navsub li{
	border-bottom: 1px solid #333A44;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 0;	
	}
	
	
	li.mobile{display: none;}
	li.desktop{display: none;}
	
	.metanav {display: none;}
	
	
	ul#nav li div.drop ul.navsub{
		/**box-shadow: 5px 0 0 #30363D inset; TODO : testen handy danilo ob strich weg ist */
	}
	
	
	.newsdetail .imgcontainer .img{
		width: 100%;
		margin: 0%;
		min-height: 260px;
	}
	.static1,
	.heftdetail,
	.newsdetail{
	    margin: 0 6.25%;
    	width: 87.5%;
	}
	
	.static1 {
		margin-top: 20px;
	}
	
	.newsdetail .imgcontainer {
	    margin-left: -7.25%;
	}
   .newsdetail .imgcontainer .img {
	    width: 114.5%;
	}
	
	.newsdetail .imgcontainer {
    border:0px;
    border-bottom: 1px solid #CDE4FD;
    width: 114.5%;
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
   }
   .newsdetail .artikelinfo a, .newsdetail .artikelinfo {
    	font-size: 0.938em;
	}	
	
	.newsdetail .autor{
	    font-size: 0.813em;
	}
	
	.static1 h1,
	.newsdetail h1 {
	    font-size: 1.25em;
	}
	
	.static1 h2,
	.static1 h4,
	.newsdetail h2 {
	    font-size: 1em;
	}
	
	.static1 p, 
	.newsdetail p {
		font-size: 1em;
	}

	.newsdetail div.kat {
	    margin-top: 2px;
	    padding: 5px;
	}	
	
	
	.newsdetail .artikelinfo a, .newsdetail .artikelinfo .datum {
		font-size: 0.813em;
	}
	.newsdetail .artikelinfo a{
		display: none;
	}
	.banner2 {
		text-align: center;
	}
	.banner2 img {
   		float: inherit;
	}
	.banner2 span {
    	margin: 0 1.7241%;
    	width: 96.5517%;
    	margin-top: 20px;
	}
	
	
	.heftdetail .editorial img {
	    position: relative;
	    left: auto;
	    right: auto;
	}
	
	.heftdetail .editorial p,	
	.heftdetail .editorial h6 {
    	width: 100%;
    	margin: auto 0; 
	}
	.heftdetail .editorial h6{
	padding-bottom: 10px;
	}
	.heftdetail .editorial p{
    	width: 90%;
		margin: 0 5% 20px;
	}
	.heftdetail .buttons,	
	.heftdetail .thema {
    	margin-right: 0;
    	width: 100%;
    	
	}
	.heftdetail .buttons{
		padding-top: 12px; 
		padding-bottom: 12px;
	}
	.heftdetail .buttons span {
		text-align: center;
	}
	.heftdetail .btn {
    	margin: 10px auto;
    	width: 50%;
	}
	
	.heftdetail .btn.big {
	    padding: 15px 50px 15px 0;
	}
	.blaetter li div{
		width: 247px;
		height: 350px;
		/**margin: 20px 17.0667%;*/
		background-position: left top;
	}
	
	.blaetter li div.fix{
		width: 247px;
		height: 350px;
		margin: 20px auto; 
	}
	
	.blaetter li.s div{
		background-position: right top;
	}
	.blaetter li div{
		
	}
	
	.blaetter li.s{
		display: block;
	}
	
	.mhidden{
		display: none;
	}
	
	.heftdetail .inhaltb {
	    margin-left: -1.7241%;
	    padding: 24px 3.4482% 24px 0;
	}
	
	
	.blaetter .jcarousel-wrapper {
    	margin-bottom: 20px;
   }
   
   
	.heftdetail .thema p {
    	font-size: 1em;
	}
   
	.heftdetail .thema h2 {
		font-size: 1.25em;
		
	}
	
	
	.heftdetail .g.newsitem .buttons span {
    display: block;
    padding-left: 5%;
    text-align: left;
    width: 35%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px; padding-bottom: 25px;
   }
   
	.heftdetail .g.newsitem .buttons .btn {
		display: block;
		margin: 4px 5%;
		width: 45%;
	}
	
	
	.heftdetail .g.newsitem {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	
	.heftdetail .g.newsitem .g.news p {
	    display: block;
	    font-size: 1em;
	}
	
	.heftbox.l,
	.heftbox{
		float: none;
		width: 91.4894%;
		margin: 0 4.2553% 4.2553%;
	}

	.heftbox.buecherbox{
		float: none;
		width: 91.4894%;
		margin: 0 4.2553% 4.2553%;
	}

	.heftbox.buecherbox p {
		width:90%;
		text-align: left;
	}
	
	
	.heftdetail .editorial {
		padding-bottom: 10px;
	}
	
	.heftdetail .thema h3 {
		font-size: 0.813em;
	}
	.heftdetail .tt .buttons {
	padding-top: 25px;
	background-color: #DBE1E8;
	margin-top: 20px;
	}
	
	
	
	.heftdetail .g.newsitem .g.news h4 {
		font-size: 1.25em;
		font-weight: 700;
		margin: 0.4em 0;
	}
	
	.heftdetail .g.newsitem .g.imgcontainer div.img {
	    margin: 3.0488%;
	    width: 93.9024%;
	    
	}
	
	
	.heftdetail .g.newsitem .g.news {
	    width: 100%;
	}
	
	
	.heftdetail .g.newsitem .g.imgcontainer {
	    margin: 0;
	    width: 100%;
	}
	
	
	.header .navbg .sb.open{
		margin: 10px;
		position: absolute;
		left: 0px;	
	}
	.header .navbg .sb.open span{
		margin: 0;	
	}
	
	.header .navbg .sb.open span input{width: 75%;margin: 0;}
	
	.header .navbg .sb.open span b{
		display: none;
	}
	.header .navbg .sb span i{
		margin-right: 20px;
	}
	
	.header .navbg .sb {
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    right: 0px;
	    top: 0;
	    /**width: 100%;*/
	}
	
	body.heft-archiv div#content div.g div.g div.breadcrumb{
		display: block;
	}
	
	body.heft-archiv div#content div.g div.g div.breadcrumb ul{
		display: none;
	}
	
	body.heft-archiv div#content div.g div.g div.breadcrumb .year{
		text-align: center;
		float: none;
	}
	
	
	#block-facebook-comments-box-facebook-comments-box{
		display: none;
	}
	
	
	
	div#edit-jahrgang-wrapper.views-exposed-widget {
    	margin-right: 4.2553%;
    	position: relative;
    	float: right;
    	right: 0;
    	top:0;
    }
    
	body.page-fachhandel form#views-exposed-form-fachhandel-page {
    	position: relative;
    	right: 0;
    	top: 0;
    	width: 91.4894%;
    	margin-right: 4.2553%;
    	margin-left: 4.2553%;
	}
	
	form#views-exposed-form-fachhandel-page .views-exposed-widget {
		width: 100%;
	}
	
	body.page-search .fhtitel,		
	body.page-fachhandel .fhtitel{
		display: block;
		margin-left: 4.2553%;
		margin-right: 4.2553%;
		padding-top: 20px;
	}
	
	
	body.node-type-webform .region-content .content{
		margin-left: 4.2553%;
		margin-right: 4.2553%;
	}

	.webform-client-form .webform-component {
    width: 100%;
	}
	
	ul.pager li.pager-ellipsis,
	ul.pager li.pager-item{
		display: none;
	}
	ul.pager li.pager-item:last-child,
	ul.pager li.pager-item:first-child{
		display: inline;
	}
	
	.g.content_left {
    	min-height: 100%;
	}
	
	
	body.heft-detail span.hefttitel h1,
	body.heft-detail span.hefttitel h2{
		margin-left: 4.2553%;
		margin-right: 4.2553%;
		border: 0;
	}
	
	span.fhtitel h2{
		border-top:0;
		padding-top: 0;
	}


	form#views-exposed-form-fachhandel-page{
		margin: 0;
		border-bottom: 1px solid #C0CCD6;
		padding-bottom: 15px;
	}

	form#views-exposed-form-fachhandel-page label {
		width: 30%;
		padding-right: 0;
	}
	
	form#views-exposed-form-fachhandel-page div.views-widget {
	    width: 70%;
	}
	
	select#edit-jahrgang.form-select, .form-item-land select, .breadcrumb .year select,
	.views-exposed-form .form-item, .views-exposed-form .form-submit {
		width: 100%;
	}
	
	body.page-fachhandel form#views-exposed-form-fachhandel-page .views-exposed-widget.views-submit-button { 
	width: auto;
	float: right;
	}
	
	
	.g.newsitem.fh .g.news p{
		display: block;
	}
	
	
		
	.g.newsitem.fh .g.news ul {
		float:left;
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 100%;
	}
	
	.g.newsitem.fh .g.news p {
	    float: left;
    	width: 100%;
	}
	
	.g.newsitem.fh .g.imgcontainer{
		display: none;
	}
	.g.newsitem .g.news ul li{
		float: left;
		width: auto;
	}
	.g.newsitem .g.news ul li.titel{
		width: 100%;
		padding-top: 10px;
	}
	
	.g.newsitem .g.news ul li.kat{
		display: none;
	}

	.g.newsitem .g.news ul li.titel:after{
	  content: "";
	}
	
	.g.newsitem .g.news ul li:after{
	  content: ", ";
	}
	
	.g.newsitem .g.news ul li:last-child:after{
	  content: "";
	}
	
	.page-fachhandel .g.newsitem .g.news div.kat{
		display: inline;
		float: none;
		 font-family: 'Arvo',serif;
    font-size: 0.59em;
    font-weight: 400;
    line-height: 1em;
    margin-right: 10px;
    
	}
	
	
	
	.page-fachhandel .g.newsitem .g.news h4{
	font-family: 'Arvo',serif;
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 10px;
	}
	
	
	.newsdetail .artikelinfo.noimg{
		border-top: 0;
	}
	
	.webform-client-form > div > fieldset > div > div.form-item.form-type-textfield.form-item-captcha-response,
	#webform-client-form-8556 > div > fieldset > div > div.fieldset-description{
		width: 100%;
	}

	#site-map .site-map-box {
	    margin: 0 6.25%;
	    width: 87.5%;
	    float: none;
	}	
	#site-map{
		margin-bottom: 20px;
	}
	
	.site-map-menus{
		margin-top: 20px;		
	}
	
	#site-map .site-map-box ul {
	    padding-left: 0;
	}
	
	.g.adnewslist img{
		display: none;
	}
	.g.adnewslist img.admobile{
		display: inline;
	}
	
	
	
	/**Phase 1 entfernen */
	html.js body.html div#pageslide ul.social li.cart{
		display: none;
	}
	
	
	#edit-captcha-response, .webform-client-form .webform-component input.required, .webform-client-form .webform-component textarea.required, .webform-client-form .webform-component select.required	
	{
	width: 94.1176%;
	}

	.g.newsitem.fh .g.news h4 {width: 100%;}
	
	
	div.static1 p.mobilinfo{
	display: block;
	}
	
	.leaderboard,
	.adtop{
		display: none;
	}


	div.static1 p.mobilinfo a{
		color: #DF0024;
	}
	
	div.newsdetail span.artikeltools{
		display: none;
	}
	
	
	.g.newsitem.fh:last-child{
		margin-bottom: 30px;
	}
	
	.heftdetail .btn {
	    width: 75%;
	}
	
	.heftdetail .inhaltb {
		margin-left: 0;
		padding: 24px 0;
		
	}
	.heftdetail .inhaltb {
	font-size: 0.8em;
	}
	
	.btn.big i {
    width: 35px;
    }
    
	.adnewslist {
	    padding: 4.2553% 0;
	    width: 100%;
	}
	
	img.bord{
		border: 0px;
		padding: 0%;
		width: 100%;
	}
		 
		 
		 
	.newsdetail {
	    margin: 0 0;
	    width: 100%;
	}
	
	.newsdetail .newspad
	{
		margin: 0 6.25%;
    	width: 87.5%;
	} 
	
	
	span.topdatum{
	display: none;	
	}
	
	
	div#pageslide ul#nav li.more{
	display: none;	
	}

	span.copyright {
	    margin: 0 6.25%;
	    width: 87.5%;
	}


	span.fotoinfo {
	    margin: 0 6.25%;
	    width: 87.5%;
	}


		.artcssimg_rechts,
		.artcssimg_links,
		.artcssimg_zentriert{
			
			padding: 1.5517%;
			width:96.5517%;
		    margin-top: 1.5517%;
		    margin-bottom: 1.5517%;
		    display:block;
		    text-align: center;

		}
		.artcssimg_rechts img,
		.artcssimg_links img,
		.artcssimg_zentriert img{
		    margin:0 auto;
		}

		.negallery .gallbig img{
			width:96.5517%;
			padding: 1.5517%;
			margin: 0 auto;
			float: inherit;
		}
		.negallery .gallsmall{
			width: 46.8966%;
			padding: 1.5517%;
			margin-left: 0;
		}
		.negallery .gallbtn{
			width:100%;
			margin:0;
			margin-top:10px;
		}
		.negallery .gallbtn .btn.r{
		width: auto;
		}


	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	
	div.footer div.bottomfooter ul{
		background: url("../img/infosatfooter2x.png") no-repeat scroll 50% 5px transparent;
		background-size: 33px 25px;	
	}
	
	.content_newsxboxtab div.list ul li{
		/**background-size: 16% auto;*/
		background: url("../img/ecke2x.png") no-repeat right bottom transparent;
		background-size: 55px 55px;	
	}
	
	.connected-carousels .prev-stage span{
		background: url("../img/prev2x.png") no-repeat transparent;
		background-size: 36px 50px;	
	}
	.connected-carousels .next-stage span {
	    background: url("../img/next2x.png") no-repeat transparent;
		background-size: 36px 50px;	
	}
	
	.heftdetail .blaetter .jcarousel-control-prev {
	    background: url('../img/prevr2x.png') no-repeat;
	    background-size: 36px 50px;	
	}
	
	.heftdetail .blaetter .jcarousel-control-next {
	    background: url('../img/nextr2x.png') no-repeat;
	    background-size: 36px 50px;	
	}
	
	div#pageslide ul.social li.fb{
		background: url("../img/social_fb2x.png") no-repeat 50% 50% #DF0020;
		background-size: 11px 23px;
	}
	
	div#pageslide ul.social li.twitter{
		background: url("../img/social_twitter2x.png") no-repeat 50% 50% #DF0020;
		background-size: 16px 21px;
	}
	
	div#pageslide ul.social li.rss{
		background: url("../img/social_rss2x.png") no-repeat 50% 50% #DF0020;
		background-size: 22px 22px;
	}
	
	


	html body div#pageslide ul li.logo {
		background: url("../img/infosatweiss2x.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
		background-size: 150px 25px;
	}
	
	/**
	#pageslide ul li {
    	background: url("../img/subpfeil2x.png") no-repeat scroll right 50% transparent;
    	background-size: 11px 13px;
	}
	#pageslide ul li.open {
		background: url("../img/subpfeilopen2x.png") no-repeat scroll right 14px transparent;
		background-size: 13px 11px;
	}*/
	
	#pageslide ul li.empty {
		background: url("") no-repeat scroll right 50% transparent;
	}


}
		
@media only screen and (max-width: 560px) and (-webkit-min-device-pixel-ratio: 2){
	.header li.logo {
    	background: url("../img/icon_infosat2x.png") no-repeat scroll 30% 40% transparent;
    	background-size: 46px 37px;
	}
}




/** android borders */

@media only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (-webkit-min-device-pixel-ratio: 1.5), 
       only screen and (min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 240dpi) {
	
	
	
}








