@font-face {

    font-family: 'kb';

    src: url('../fonts/bethanien.eot');

    src: local('☺'), url('../fonts/bethanien.woff') format('woff'), url('../fonts/bethanien.ttf') format('truetype'), url('../fonts/bethanien.svg') format('svg');

    font-weight: normal;

    font-style: normal;
}

/* --- logo --- */

header {
    font-family: 'kb', arial, serif;
    color: #999;
}

header h1 {
    font: normal 74px 'kb', Arial;
    margin: 3px 10px 15px -5px;
    letter-spacing: 10px;
    padding: 0;
    float: left;
    hyphens: none;
}

header h1.header {
    margin: 4px -16px 0 0;
    float: right;
}



/* --- typografie --- */

p, li {
    font: normal 1em 'PT Sans', arial, sans-serif;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.05em;
    /*-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}

a {
    font: normal 'Open Sans', arial, sans-serif;
    
}

.content a {
    font: normal 'PT Sans', arial, sans-serif;
}

p.txt a, p a {
    font: normal 'PT Sans', arial, sans-serif;
    color: #666;
    border-bottom: 1px dotted #999;
}

p a:hover, li a:hover, .item:hover p.date a {
    color: #333;
    border-bottom: 1px solid!important;
}

p a img {border: none!important;}


h1 {
    font: normal 33px/20px 'kb', arial;
    color: #999;
    background-color: white;
    padding: 0 0px;
    text-align: center;
    letter-spacing: 0.1em;
}

h2 {
    font: normal 1em 'Open Sans', Arial;
    padding: 0;
    letter-spacing: 0.1em;
    text-align: center;
    margin: auto;
    color: #444;
    letter-spacing: 0.1em;
}

header h1 {background-color: none!important;}

h2.title {
    font-weight: 600;
    font-size: 1em;
    width: 100%;
}

h3 {
    font: normal 1em 'Open Sans', Arial;    
    letter-spacing: 0.02em;
    text-align: left;
    margin: auto;
    color: #666;
    padding: 0 0 1em .75em;
}

sup {
    vertical-align: top;
    font-size: 50%;
}

.title {
    text-transform: uppercase;
}

.bold {
    font-weight: 600;
}

.date {
    text-align: center;
    color: black;
    margin-top: 10px;
}

.date a:hover {
    border: 0;
}

.headline {
    cursor: default;
    margin: 4em 0 2em 0;
}

.headline.year-filter {margin: 1em 0!important;}

#content-nav ~ .headline:first-child {
    margin: 40px 0 20px 0;
}

.headline.subhead {
    margin-top: 45px;
    padding-bottom: 12px;
}

.headline.subhead div.line {
    border-bottom: 1px solid #DDD !important;
}

.line {
    border-bottom: 2px solid #CCC;
    margin-bottom: -11px;
}

.headline h2 {
    font-size: 1.2em;
    background-color: white;
    display: inline;
    height: 20px;
    padding: 0 30px;
    color: #999;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.item a {line-height: 1.5em;}

.year-filter h2 a {font-size: 0.6em!important;}

.headline h2 a:hover {
    color: #666;    
    cursor: pointer;
}

.headline.subhead h2 {
    text-transform: capitalize;
}

.content h1, .content h2 {
    text-align: center;
    margin: auto;
}

h1.title {
    margin: 25px 0 15px 0%;
    line-height: 35px !important;
}

h2 .subtitle {
    font-size: 1em!important;
    font-weight: 300;
    margin-bottom: 3em;
}

.content h2.selected {
    border-bottom: 1px solid;
}

.news-content .content p {
    float: none !important;
    margin: 0!important;
}

.content p {
    font: normal 1em 'Open Sans', Arial;
    /*hyphens: auto;*/
    line-height: 1.5em;
    margin-bottom: 2em;
    color: #666;
}



.press-data {
    margin: 0 0 15px 35px;
}

.content .aside p {
    width: 100%;
    padding-top: 13px;
    margin: 0 0 13px 0;
    font: normal 1em 'Open Sans', Arial;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8em!important;
}

.content .aside a {
    line-height: 24px;
}

.content .aside a:hover {
    border-bottom: 1px solid;
}   

.content .aside a:hover img {
    border-bottom: 0px !important;
}

ul.long-list li {
    text-align: center;
}

footer p, footer a, footer li {
    font: normal 0.95em 'Open Sans', Arial;
    
    color: #999;
}

footer a, .content-nav li a {
    border-bottom: 0;
}

footer a:hover {
    border-bottom: 1px solid #666;
}

.small {
    font-size: 11px;
}
