/**
* @author    omeleon.de
* @copyright Copyright (C) 2008 - 2014 omeleon GmbH. All rights reserved.
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - GENERAL STYLES =============== */

h2 {
  	color: #02a4e4;
}


h3 {
  	color: #02a4e4;
}

.headline {
    color: #02a4e4;
    font-size: 300%;
    letter-spacing: -2px;
}

.full-wide-blog-article {
/* unused, done implicitely with .category-blog see below */  
  padding-left:  10%;
  padding-right: 10%;   
}

.category-blog {
  padding-left:  10%;
  padding-right: 10%;     
} 

.about-sky {
    padding: 70px 0px;   /* org: 170px 0px */
}


.about-sky h1 {
    font-size: 3em;
    text-transform: none;    /* lowercase */
 }


.about-sky h2 {
    text-transform: none;    /* lowercase */
 }

#jsn-promo {
    background: url("../../images/colors/red/bg-promo.jpg") no-repeat fixed center top rgb(2, 164, 228);
   /* (0, 0, 0); */
}