        	body {padding:0 !important;}
    	        .logo a {
            width:320px;
            height:118px;
            background-image:url(https://www.felgentechnik-seegel.de/wp-content/uploads/2016/04/Logo_Seegel-320px-final.png);
            background-size: 320px 118px;
        }
    	
            .fixed-logo a {
            width:150px;
            height:55px;
            background-image:url(https://www.felgentechnik-seegel.de/wp-content/uploads/2016/04/Logo_Seegel-150px-final.png);
            background-size: 150px 55px;
        }
        
        
    .header-social-container {
    	margin-top:14px;
        margin-right:0px;
    }
    
	

/* 	----------------------------------------------------------------------------------------------	
										A - CUSTOM THEME FONT																												
	----------------------------------------------------------------------------------------------	*/
    
    body {
    	font-family:Open Sans,"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:13px;
    }

	h1,h2,h3,h4,h5,h6 {font-family:Open Sans,Arial,Helvetica,sans-serif;}
	
    .alterna-nav-menu li a {
    	font-size: 12px;
       	font-family: Open Sans,sans-serif;
    }
    
    .post-meta, 
    .post-meta a , 
    .comment-meta , 
    .comment-meta a ,
    .search-post-mate, 
    .search-post-mate a {font-family:Open Sans,Arial,Helvetica,sans-serif;}
    


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  	        .logo a { background-image:url(https://www.felgentechnik-seegel.de/wp-content/uploads/2016/04/Logo_Seegel-320px-final.png); }
        
        	.fixed-logo a { background-image:url(https://www.felgentechnik-seegel.de/wp-content/uploads/2016/04/Logo_Seegel-150px-final.png); }
        
    }