<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Malermeister Bergbauer
Author:     Pedro Stoehr, pedro.stoehr@ticktoo.com
Copyright:  2011, Wiegaertner Kommunikation &amp; Design GmbH.
*/


/*  settings
--------------------------------------------- */

@charset "utf-8";

@import "css/reset.css";
@import "lib/fancybox/jquery.fancybox-1.3.4.css";

@font-face {
    font-family: 'PraterSans';
    src: url('fonts/prater.otf');
    src: url('fonts/prater.eot');
    src: url('fonts/prater.eot?#iefix') format('embedded-opentype'),
         url('fonts/prater.woff') format('woff'),
         url('fonts/prater.ttf') format('truetype'),
         url('fonts/prater.svg#prater') format('svg');
    font-weight: normal;
    font-style: normal;
    }

/*  globals
--------------------------------------------- */

body {
    background: #fff url('img/body_bg.png') repeat-x left top;
    color: #2c2c2c;
  	font-family: 'Lucida Grande', Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 1.8;
    }  
.group:after,
.clear {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    }
.left {
    float: left;
    }    
.right {
    float: right;
    }
    
/*  layout
--------------------------------------------- */

#pandora {
    margin: 0 auto;
    margin-top: 36px;
    position: relative;
    width: 865px;
    }
#header {
    height: 130px;
    line-height: 1;
    position: relative;
    }
#page {
    position: relative;
    }
.content {
    float: right;
    width: 630px;
    }
.line {
    border-top: 1px solid #ece7e4;
    padding-top: 20px;
    }    
.aside {
    float: left;
    width: 210px;
    }          

/* header
--------------------------------------------- */

h1 {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    }
h1 a {
    background: url('img/logo.png') no-repeat 0px 0px;
    display: block;
    height: 60px;
    text-indent: -9999px;
    width: 236px;
    }

/* navigation */

.nav {
    bottom: 41px;
    position: absolute;
    right: 0;
    }
.nav ul, 
.nav li {
    font-family: PraterSans;
    font-size: 15px;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.nav li {
    float: left;
    margin-left: 27px;
    }
.nav li a {
    color: #b5cb13;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    }
.nav li a:hover {
    color: #4d3623;
    }        
.nav li.current-menu-item a,
.nav li.current-post-parent a,
.nav li.current_page_item a,
.nav li.current-page-ancestor a {
    color: #4d3623;
    }

/* page
--------------------------------------------- */                

#page h2 {
    background: url('img/h2.png') no-repeat left center;
    display: block;
    color: #b5cb13;
    font-family: PraterSans;    
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
    text-transform: uppercase;
    }
#page h2.clean {
    background: transparent;
    padding: 0;
    }    
#page h3 {
    color: #b5cb13;
    font-family: PraterSans;    
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 16px;
    text-transform: uppercase;
    }
#page p {
    margin-bottom: 16px;
    }
#page a {
    color: #b5cb13;
    }      
#page img.intro {
    margin-bottom: 14px;
    }
.multicolumn {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    }    
    
/* sub navigation */

.nav_sub {
    background-color: #4b3323;
    color: #fff;
    font-family: PraterSans;
    float: left;
    height: 239px;
    letter-spacing: 1px;
    margin-bottom: 42px;
    padding: 24px 0 12px 0;
    width: 210px;
    }
.nav_sub ul,
.nav_sub li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.nav_sub li {
    position: relative;
    }    
.nav_sub li a {
    color: #fff !important;
    display: block;
    font-size: 13px;
    height: 56px;
    left: -12px;
    line-height: 42px;
    padding-left: 48px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 174px;
    }    
.nav_sub a:hover,
.nav_sub li.current_page_item a {
    background: url('img/nav_sub.png') no-repeat left top;
    }
    
    
.content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.content li {
    background: url('img/a_more.png') no-repeat left 2px;
    padding-left: 20px;
    margin-bottom: 10px;
    }     
    
/* portfolio */

.portfolio,
.portfolio li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.portfolio li {
    float: left;
    line-height: 1.3;
    margin: 0 45px 40px 0;
    width: 175px;
    } 
.portfolio li {
    height: 270px;
    }
 
.portfolio li.last {
    margin-right: 0;
    }
.portfolio li strong {
    color: #b5cb13;
    display: block;
    font-family: PraterSans;    
    font-size: 15px;
    font-weight: normal;
    margin: 12px 0;
    text-transform: uppercase;
    }      
    
/* home 
--------------------------------------------- */

.home_top {
    border-bottom: 1px solid #e3e3e3;
    height: 342px;
    margin-bottom: 27px;
    }
.home_top .aside,
.home_bottom .aside {
    float: right;
    }     

/* slider */

#slider {
    float: left;
    width: 630px;
    overflow: hidden;
    }
#slider ul, #slider li {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#slider li { 
    background-repeat: no-repeat;
    background-position: left top;
    height: 315px;
    overflow: hidden;
    position: relative; 
    width: 630px;
    }	
#prevBtn,
#nextBtn,
#slider1next,
#slider1prev { 
    display: block;
    height: 32px;
    left: 0px;
    position: absolute;
    top: 270px;
    width: 32px;
    z-index: 1000;
    }	
#nextBtn,
#slider1next { 
    left: 598px;
    }														
#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {  
    background: #b5cb13 url('img/slider_prev.png') no-repeat center center;	
    display: block;
    height: 32px;
    position: relative;
    text-indent: -9999px;
    width: 32px;
    }	
#nextBtn a, #slider1next a{ 
    background: #b5cb13 url('img/slider_next.png') no-repeat center center;	
    }	
#slider li a {
    background-color: #b5cb13;
    bottom: 13px;
    color: #fff;
    display: block;
    font-family: PraterSans;
    font-size: 18px;
    height: 32px;    
    left: 45px;
    letter-spacing: 1px;
    line-height: 33px;
    padding: 0 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    } 
    
/* tabbed content */

.tabbed {
    float: left;
    width: 630px;
    display:table;
    margin: 0 !important;
    }
.tabbed .ui-tabs-hide {
    display:none;
    }
.tabbed .ui-tabs-nav {
    border-bottom: 1px solid #ddd;
    font-family: PraterSans;
    font-size: 15px;
    height: 40px;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0 0 20px 0 !important;
    padding: 0; 
    width: 630px;   
    }
.tabbed .ui-tabs-nav:after {
    display:block;
    clear:both;
    }
.tabbed .ui-tabs-nav li {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    }
.tabbed .ui-tabs-nav li a {
    border: 1px solid transparent;
    color: #b5cb13 !important;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    }
.tabbed .ui-tabs-nav li a:hover {
    color: #4d3623 !important;
    text-decoration: none !important;
    }
.tabbed .ui-tabs-nav li.ui-tabs-selected a {
    background-color: #fff;
    border-width: 1px 1px 0 1px !important;
    border-style: solid;
    border-color: #ddd #ddd #fff;
    color: #4d3623 !important;
    outline: none;
    }
*+html .tabbed {
    height:1%;
    }
* html .tabbed .ui-tabs-nav,
:first-child+html .tabbed .ui-tabs-nav {
    display: inline-block;
    } 
.tabbed div.tab_content {
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
    box-shadow: 1px 1px 4px #e5e5e5;
    height: 135px;
    margin-top: -20px;
    padding: 40px 15px;
    position: relative;
    }
.tabbed div.tab_content img {
    position: absolute;
    left: 15px;
    top: 40px;
    margin: 0 !important;
    padding: 0;
    }
.tabbed div.tab_content h3 {
    font-family: PraterSans;
    font-size: 18px;
    position: relative;
    left: 220px;
    top: 0px;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    width: 380px;
    }
.tabbed div.tab_content p {
    position: relative;
    left: 220px;
    width: 380px;
    margin-bottom: 4px !important;
    } 
.tabbed div.tab_content p.more a {
    background: url('img/a_more.png') no-repeat left center;
    color: #b5cb13;
    padding-left: 20px;
    text-decoration: none;
    }
.tabbed div.tab_content p.more a:hover {
    color: #2c2c2c !important;
    }                             

/* infobox */

.infobox {
    background-color: #4b3323;
    color: #fff;
    font-family: PraterSans;
    height: 145px;
    letter-spacing: 1px;
    position: relative;
    width: 210px;
    z-index: 90;
    }
.infobox.first {
    margin-bottom: 25px;
    }
.infobox p {
    font-size: 13px !important;
    }    
.box_content {
    padding: 20px;
    }
.box_link {
    background: red;
    left: 100px;
    position: absolute;
    top: 98px;
    width: 117px;
    }
.box_link a {
    background-color: #b5cb13;
    color: #fff !important;
    display: block;
    height: 32px;
    line-height: 33px;
    padding: 0 0 0 15px;
    text-decoration: none;
    }
.box_link a:hover {
    color: #4b3323 !important;
    }    
.infobox .triangle {
    border-color: transparent transparent transparent #748302;
    border-style: solid;
    border-width: 7px;
    height: 0;
    width: 0;
    position: absolute;
    left: 210px;
    bottom: 9px;
    z-index: 0;
    }                

/* blog
--------------------------------------------- */    

.blog {
    float: right;
    position: relative;
    width: 630px;
    }
.blog h2 a {
    color: #06a0f0;
    text-decoration: none;
    }     
    
/* blog content */
                
.meta {
    color: #7f6048;
    font-size: 11px;
    }
.blog h3,    
.blog h3 a {
    color: #4b3323 !important;
    text-decoration: none;
    }    
.meta a {
    color: #7f6048 !important;
    text-decoration: none;
    }    
.comment_count {
    color: #7f6048;
    font-weight: bold;
    margin-left: 30px;
    text-decoration: none;
    }
a.comment_count:hover {
    color: #2c2c2c !important;
    }
.paging {
    color: #ccc;
    font-size: 13px;
    }    
.paging a {
    color: #06a0f0;
    text-decoration: none;    
    }
.paging a:hover {
    color: #4d4d4d;
    }    
    
/* comments */

ol.comment_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
ol.comment_list li {
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    }    
.comment_meta {
    background-color: #efefee;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    margin: 0;    
    padding: 5px 10px 3px 10px;
    }    
.comment_meta a {
    color: #2c2c2c !important;
    text-decoration: none !important;
    }
.comment_meta .author {
    float: left;
    font-weight: bold;
    }
.comment_meta .date {
    float: right;
    }
.comment_meta .date a {
    color: #777;
    font-weight: bold;
    }                 
.comment_content {
    background-color: #f5f5f5;
    color: #4d4d4d;
    margin: 0;    
    padding: 10px;
    }
.comment_content p {
    margin-bottom: 10px;
    }    
.comment_content p:last-child {
    margin: 0 !important;
    }
.comment_content .wp-smiley {
    border: 0;
    padding: 0;
    float: none;
    position: inherit;
    }

/* comments admin */

.comment.byuser .comment_meta {
    background-color: #06a0f0;
    border-bottom: 1px solid #fff;
    color: #fff;
    }
.comment.byuser .comment_meta a {
    color: #fff !important;
    }   

/* comment edit link */

.admin_edit a {
    background-color: #333;
    color: #fff !important;
    font-weight: bold;
    opacity: .5;
    padding: 4px 20px;
    position: absolute;
    left: 40%;
    top: 10px;
    text-decoration: none !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
  	-webkit-transition: opacity .2s ease;
  	-moz-transition: opacity .2s ease;
  	-o-transition: opacity .2s ease;
  	transition: opacity .2s ease;    
    }
.admin_edit a:hover {
    opacity: 1;
    }

/* commentform */    

.respond h3 {
    display: none;
    }
.respond_note {
    background-color: #7f6048;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    }   
.respond_note a {
    color: #fff !important;
    }    
#commentform p {
    margin: 10px 0 15px 0;
    position: relative;
    }
#commentform p label.infield {
    left: 4px;
    position: absolute;
    top: -3px;
    }  
#commentform p label.infield {
    color: #777;
    cursor: text;
    display: block;
    font-size: 16px;
    margin: 5px 5px 5px 7px;
    padding: 0;
    width: 340px;
    }    
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
    background-color: #efefee;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out; 
    width: 610px;       
    }    
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus  {
    background-color: #fff;
		-webkit-box-shadow: 0px 0px 6px #007eff;
		-moz-box-shadow: 0px 0px 5px #007eff;
		box-shadow: 0px 0px 5px #007eff;
    }
input[type=submit] {
    background: #7f6048;
    border: 0;
    color: #fff;
  	font-family: PraterSans, Helvetica, Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    width: auto;
    padding: 5px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    }
input[type=submit]:hover, input[type=submit]:focus {
    background: #4d4d4d;
    cursor: pointer;
    }
.respond .required {
    color: #4b3323;
    font-size: 11px;
    vertical-align: top;
    }           

/* footer
--------------------------------------------- */    
    
#footer {
    font-size: 11px;
    padding-top: 20px;
    }    
#footer ul, 
#footer li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
#footer ul {
    float: right;
    }    
#footer li {
    float: left;
    margin-left: 12px;
    }
#footer a {
    color: #b5cb13;
    text-decoration: none;
    }
#footer a:hover {
    color: #2c2c2c;
    }
#footer .infoline {
    color: #b5cb13;
    line-height: 1.2;
    }
#footer .infoline strong {
    color: #4b3323;
    font-family: PraterSans;
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    margin-top: 4px;
    }        
      
/* widgets
--------------------------------------------- */    

/* newsbox */

.newsbox {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px #e5e5e5;
    height: 255px;
    overflow: hidden;
    }
.newsbox h3 {
    font-family: PraterSans;
    font-size: 15px;
    margin: 9px 0 10px 19px;
    }
.newsbox li {
    font-size: 11px;
    list-style-type: none;
    line-height: 1.3;
    margin: 0 10px 12px 19px;
    padding: 0;
    }
.newsbox ul {
    margin: -10px 0 0 0;
    }    
.newsbox li strong,
.newsbox li a {
    display: block;
    }
.newsbox li strong {
    color: #b5cb13;
    margin-bottom: 4px;
    }
.newsbox li a {
    text-decoration: none;
    }    
.newsbox li a span {
    background: url('img/a_more.png') no-repeat right center;
    color: #b5cb13;
    padding-right: 20px;
    } 
.newsbox li a:hover span {
    color: #2c2c2c;
    }
.newsbox li p {
    margin: 0 !important;
    }


.wpcf7-form p { margin-bottom:5px; font-size:10px; }
.wpcf7-form input, textarea { border:2px solid #eff4cb; padding:5px; width:350px; }
.wpcf7-form .wpcf7-select { width:360px; }    
           </pre></body></html>