@import url(https://fonts.googleapis.com/css?family=Lato:100,400,700);
/* https://www.google.com/fonts#UsePlace:use/Collection:Lato */

* {
    font-family: 'Lato', sans-serif;
}

body {
    color: #515151;
}
h1, h2, h3 {
    color: #b69e73;
}

h2{
    font-size: 1em;
    display: block;
    margin-bottom: 8px;
    /*text-transform: uppercase;*/
    font-weight: 400;
}

h3{
    margin-top: 20px;
}

div.teaser h1 {
    font-size: 1.3em;
    font-weight: 700;
    display: block;
    margin: 8px 0 5px 4px;

}

div.teaser p {
    font-size: 0.75em; /* Entspricht 12 px */
    line-height: 120%;
    margin: 6px 0 0 4px;
}

a {
    color: #b69e73;
}

article {
    letter-spacing: 0.1px;
    line-height: 1.2em;
}

div#siteheader_nav a {
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
}
div#siteheader_nav a:hover, div#siteheader_nav ul li.current-menu-item a {
    color: #b9a178;
}

nav#sitefooter_nav, nav#sitefooter_nav a {
    color: #fff;
    line-height: 1.2em;
}
nav#sitefooter_nav { 
    font-size: 0.8em;
}
nav#sitefooter_meta  {
    font-size: 0.7em;
    color: #fff;
} 

/* Bundesland Box */
div.bundesland_box h1 {
    font-size: 1.55em;
    font-weight: normal;
    text-transform: uppercase;   
    color: white;
    margin-top:9px;
    margin-bottom:27px;
}

div.bundesland_box label {
    font-size: 0.95em;
    font-weight: normal;
    text-transform: uppercase;   
    color: white;
}


/* Newsletter Box */
div.newsletter_box h1 {
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;   
}
div.newsletter_box p  {
    font-size: 0.7em;     
}
label.newsletter-label {
     font-size: 0.8em; 
     line-height: 20px;
}

label {
    font-size: 0.8em;        
}
input {
    font-size: 0.8em;        
}

.searchquery {
    font-weight: 500;
    font-size: 0.8em;
}

input.searchquery::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b69e73;
}
input.searchquery:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b69e73;
    opacity:  1;
}
input.searchquery::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b69e73;
    opacity:  1;
}
input.searchquery:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #b69e73;
}


div.category {
    text-transform: uppercase;
    color: #b69e73;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 4px;
}

article.home h1 {
    text-transform: none; 
    font-size: 1.2em;
    line-height: 1em;  
}

article h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 400;
}

div.meta {
    font-size: 0.7em;
    margin-bottom: 12px;
}

div.content {
    font-size: 0.8em;
}

article img.alignright{}

span.irc_su { }