  	body {
        font-family: "cronos-pro", sans-serif;
        font-weight: 200;
  	}
  
.small-caps {
  font-variant-caps: small-caps;
  font-feature-settings: "smcp";
  letter-spacing: 0.5px;
}

    
 /*=====================================================
  
  	Headings
  	
  ======================================================*/
  
  /* TYPO ############ */


  	h1, h2, h3, h4, h5, h6 {
  		color: #777;
  		font-weight: 200;
  		line-height: 1.6;
  	}
  	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  		font-weight: inherit;
        
  	}
  	
  	h1 {
  		
        font-weight: 300;
        color: #777;
        font-size: 1.4em;
  		margin-bottom: 12px;
  	}
  	h1 i {
        font-weight: 300;
        color: #999;
    }
  	h2 {
  	
      font-weight: 200;
      color: #777;
  		font-size: 2.2em;
  		margin-bottom: 4px;
      font-style: normal;
  	}
    h2 i {
        font-weight: 300;
        color: #999;
    }
  	
  	h3 {
  	
        font-weight: 300;
        color: #777;
        font-size: 1.6em;
        line-height: 1.2em;
  		margin-bottom: 1px;
        margin-top: 6px;
  	}
    h3 sup {
        font-size: 0.8em;
        vertical-align: super;
    }
  	
  	h4 {
      font-weight: 300;
  		font-size: 1.5em;
  		margin-bottom: 3px;
  	}
  	
  	h5 {
  		font-size: 14px;
  		font-size: 1.4em;
  		font-weight: 300;
      letter-spacing: 0.5px;
  		margin-bottom: 3px;
      padding-left: 1.5em;
      margin-top: 12px;
  	}
  	
  	h6 {
  		font-size: 15px;
  		font-size: 1.5em;
  		font-weight: normal;
  	}
  
  	.subhead {
  		color: #777;
  		font-weight: normal;
  		margin-bottom: 20px;
  	}
  	
  	
    #news,#news2 {
      font-size: 80%;
    }
    
 /*=====================================================
  
  	Links & Paragraph styles
  	
  	======================================================*/
  	
  	p {
  		font-size: 1.1em;
  		line-height: 1.4em;
  		margin: 0;
      color: #5a5551;
      font-weight: normal;
      font-weight: 300;
      padding:0;
      padding-bottom: 6px;
  	}

  	p img {
  		margin: 0;
  	}
  	
  	p.lead {
  		font-size: 18px;
  		font-size: 1.8rem;
  	}
  
 	a { color: #777; text-decoration: underline; outline: 0; line-height: inherit; }
 	a:hover { color: #6084b1; 
    text-decoration: underline;}
 	p a, p a:visited { line-height: inherit; }

  .navbar a, h5 a {
    text-decoration: none;
  }
  
  
  figcaption {
        font-weight: 700;
        color: #c03226;
        font-size: 0.9em;
  		margin-bottom: 1px;
        margin-top: 0;

  }
  
  ul ul {
    font-size: 85%;
  }
  ol {
    list-style: none;
  }
  
  
  
  
  /* ############ rechte Spalte #########################*/
  #rechtespalte {
    margin-top:150px;
  }
  #rechtespalte h3 {
    font-style: italic;
    text-align: right;
    padding-left: 30px;
    line-height: 1.2em;
    border-right: solid 1px #999;
    padding-right: 12px;
    margin-bottom:0;
    padding-bottom:4px;
  }
  #rechtespalte p {
    padding-left: 30px;
    text-align: right;
    border-right: solid 1px #999;
    padding-right: 12px;
    font-size: 1em;
  }
  
  
  #rechtespalte .ce-right .ce-column {
    text-align: right;
    padding-bottom: 20px;
  }