/* {{{ fonts */
@font-face { 
    font-family: dinweb; 
    src: url(../fonts/dinweb.eot);
    src: local('☺'), url(../fonts/dinweb.woff) format('woff'), url('../fonts/dinweb.svg#webfont6TaiwsE5') format('svg');
}
@font-face { 
    font-family: dinweb-medium; 
    src: url(../fonts/dinweb-medium.eot);
    src: local('☺'), url(../fonts/dinweb-medium.woff) format('woff'), url('../fonts/dinweb-medium.svg#webfontK5nYRFvM') format('svg');
}
@font-face { 
    font-family: dinweb-bold; 
    src: url(../fonts/dinweb-bold.eot);
    src: local('☺'), url(../fonts/dinweb-bold.woff) format('woff'), url('../fonts/dinweb-bold.svg#webfontlttwlDPF') format('svg');
}
body, input, textarea, button {
    font-family: "dinweb", "Arial", Sans-Serif;
}
h1,
h2,
h3,
strong, 
b,
#mainheadline h1,
#mainheadline p,
#navigation,
form fieldset legend,
.subnav,
.info,
.share,
.section.projects dt {
    font-family: "dinweb-medium", "Arial", Sans-Serif;
    font-weight: normal;
}
.prevnext p {
    font-family: "dinweb-bold", "Arial", Sans-Serif;
    font-weight: normal;
}
/* }}} */
/* {{{ global */
* {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
html {
    font-size: 12pt;
}
body {
    font-size: 62.5%;
}
img { 
    -ms-interpolation-mode: bicubic; 
}
a img {
    border: none;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.clearfloat {
    position: relative;
    display: block;
    clear: both;
    visibility: none;
}
/* }}} */
/* {{{ header */
#logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
    z-index: 102;
}
#logo a,
#logo img, 
#logo object {
    display: block;
    border: none;
    width: 9.2em;
    height: 9.2em;
}
#logo span.slogan {
}
/* }}} */

/* {{{ content */
#container {
    position: absolute;
    top: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 98em;
    width: 100%;
}
#content {
    position: relative;
    z-index: 100;
    float: right;
    height: 64em;
    width: 83.3em;
}
#mainheadline {
    position: absolute;
    top: 10em;
}
#mainheadline h1 {
    font-size: 4em;
    line-height: 1.1em;
    padding-bottom: 0.55em;
}
#mainheadline p {
    font-size: 1.6em;
}
#mainheadline a {
    text-decoration: none;
}
#mainheadline a:hover {
    text-decoration: underline;
}
/* }}} */
/* {{{ section */
p,
h2,
h3 {
    line-height: 1.3em;
}
.section {
    position: absolute;
    /*z-index: 100;*/
    top: 5.5em;
    width: 31.5em;
    margin-bottom: 10em;
}
.news {
    position: absolute;
    /*z-index: 100;*/
    top: 25em;
    width: 31.5em;
    right: 0;
}
.teaser {
    cursor: pointer;
}
.main .section {
    left: 0;
}
.article p {
    font-size: 1.3em;
}
.projects .section {
    left: 49em;
}
.section .article,
.news .article,
.news .share {
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
}
.news .article h2 {
    text-transform: uppercase;
}
.article h2 {
    font-size: 1.5em;
    padding-bottom: 0.6em;
    /*padding-right: 1.5em;*/
}
.article h2 a {
    text-decoration: none;
}
.article h2 span {
    position: relative;
}
.article.newsentry h2 {
    cursor: pointer;
}
.article h2 span span {
    display: block;
    position: absolute;
    top: 0.2em;
    right: -1.8em;
    width: 1.5em;
    height: 1.5em;
    background: url(../arrow_teaser.png) top left no-repeat;
}
.article h2.active span span {
    background: url(../arrow_teaser_open.png) top left no-repeat;
}
.article h3 {
    font-size: 1.3em;
}
.article .date {
    font-size: 1.2em;
}
.article .img_inline img {
    display: block;
    width: 7.7em;
    margin-top: 1.3em;
    margin-bottom: 0.7em;
}
.article .img_right {
    float: right;
}
.article .img_right img {
    display: block;
    width: 14em;
}
/* }}} */
/* {{{ projects */
.section.projects dl {
    margin-bottom: 1.5em;
}
.section.projects dt {
    clear: left;
    float: left;
    padding-right: 1em;
}
.section .article {
    overflow: hidden;
}
.section.projects .description {
    position: relative;
}
.section .subpages {
    width: 300em;
}
.section .subpage {
    width: 30em;
    margin-right: 1.5em;
    padding-bottom: 3em;
    float: left;
}
.section .prev,
.section .next {
    display: block;
    position: absolute;
    bottom: 1.5em;
    right: 3.5em;
    width: 1.5em;
    height: 1.5em;
    background: url(../arrow_left.png) center center no-repeat;
}
.section .next {
    right: 1em;
    background: url(../arrow_right.png) center center no-repeat;
}
/* }}} */
/* {{{ background */
#background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#background .images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#background .images img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
/* }}} */
/* {{{ thumnbails */
#n3 .thumbs {
    position: absolute;
    top: 0;
    right: -1em;
}
#n3 .thumbs img {
    display: block;
    width: 3.3em;
    height: 2em;
}
.thumbnails {
    position: absolute;
    top: 5.5em;
    right: 2.8em;
    width: 80.4em;
    z-index: 100;
    display: none;
}
.thumbnails.catinfoopen {
    top: 7.5em;
}
.thumbnails .clearfloat {
    padding-bottom: 1em;
}
.thumbnails li {
    list-style: none;
    float: left;
    padding-left: 1em;
    padding-top: 1em;
}
.thumbnails li img {
    display: block;
    width: 7.8em;
    height: 5.9em;
}
.thumbnails li a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* }}} */
/* {{{ share */
.share {
    position: relative;
}
.news .share {
    height: 2.2em;
    padding-top: 0;
    padding-bottom: 0;
}
.share #sharepopup {
    z-index: 1000;
    position: absolute;
    top: 0.1em;
    right: 0;
    padding: 0;
    text-align: left;
    width: 24em;
    height: 2.5em;
}
.share #sharepopup iframe,
.share #sharepopup a {
    float: left;
    display: block;
    height: 2.2em;
    height: 2.2em !important;
    margin-left: 0;
    line-height: auto;
    padding: 0;
}
.share #sharepopup .facebook-share-button {
    width: 14em;
    width: 14em !important;
}
.share #sharepopup .twitter-share-button {
    width: 6em;
    width: 6em !important;
}
.share #sharepopup .email-share-button {
    width: 1.9em;
    width: 1.9em !important;
    padding-right: 0.7em;
}
.share #sharepopup a .button {
    display: inline-block;
    background: url(../share_icon_email.png) top left no-repeat #ECEEF5 ;
    width: auto;
    padding: 0.1em 0em 0em 0em;
    border: 1px solid #CAD4E7;
    border-radius: 0.3em;
    line-height: 1.3em;
    height: 1.5em;
    font-size: 1em;
    position: relative;
    left: 0;
    right: auto;
    color: #555555;
    width: 100%;
}
.share #sharepopup a .button em {
    display: none;
}
.share #sharepopup a:hover .button {
    border: 1px solid #9DACCE;
}
.news .share #sharepopup {
    right: auto;
    left: 1em;
}
.info .share #sharepopup {
    right: 2em;
}
/* }}} */

/* {{{ form */
form fieldset {
    border: none;
}
form fieldset {
    /*
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    */
}
form fieldset legend {
    font-size: 1.3em;
    line-height: 1.5em;
}
form .input-text,
form .input-email,
form .input-number,
form .input-select,
form .input-radio,
form .input-checkbox {
    position: relative;
    min-height: 3em;
    height: auto !important;
    height: 3em;
    width: 100%;
    width: 96%;
    clear: both;
}
form p.small {
    font-size: 1.1em;
}
form .required p {
}
form span.label,
form .input-text input,
form .input-email input,
form .input-number input,
form .input-select select,
form .input-radio label span,
form .input-checkbox label span {
    display: block;
}
form span.label,
form .input-text input,
form .input-email input,
form .input-number input,
form .input-select select {
    width: 100%;
    display: block;
    font-size: 1em;
}
#bestarchitects-products .input-number {
}
#bestarchitects-products .input-number input {
    width: 5em;
    height: 1em;
    padding: 0.2em;
}
#bestarchitects-products span.label {
    font-size: 1.0em;
    left: 6em;
    top: 0em;
    width: 10em;
}
#bestarchitects-order-back {
    display: block;
    float: left;
}
#bestarchitects-products-submit,
#bestarchitects-order-step0-submit,
#bestarchitects-order-step1-submit,
#bestarchitects-order-step2-submit {
    display: block;
    float: right;
}
#bestarchitects-products-submit a,
#bestarchitects-order-back a,
#bestarchitects-order-step0-submit a,
#bestarchitects-order-step1-submit a,
#bestarchitects-order-step2-submit a {
    display: inline-block;
    padding-top: 1.5em;
    padding-right: 1em;
}
form span.label {
    position: absolute;
    left: 0.4em;
    top: 2.4em;
    font-size: 0.7em;
    line-height: 1.3em;
    width: auto;
}
form span.label em {
    font-style: normal;
    color: #10BBEF;
}
form input:required,
form input:invalid {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
form .input-text input,
form .input-email input,
form .input-number input {
    border: none;
    background: #ffffff;
    padding: 0.2em;
    padding-bottom: 1.2em;
}
form .input-email.error input,
form .input-number.error input {
    background: #10BBEF;
    color: #ffffff;
}
form .input-text.required.error input,
form .input-email.required.error input {
    background: #ec0b6d;
    color: #ffffff;
}
form .input-text.required.error .label,
form .input-email.required.error .label,
form .input-radio.required.error .label {
    color: #ffffff;
}
form .input-checkbox.required.error label {
    color: #ec0b6d;
}
form .input-checkbox label input {
    float: left;
    display: block;
}
form .input-checkbox label span {
    display: block;
    padding-left: 1.9em;
    font-size: 0.8em;
}
form .input-radio label input {
    display: inline-block;
}
form .input-radio label span {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 1.5em;
}
/* }}} */
/* {{{ product */
form ul.products {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
form ul.products p {
    height: auto !important;
    height: auto;
    min-height: 0;
}
form .input-number a.textbutton {
    position: absolute;
    display: block;
    top: 0;
    left: 6em;
}
.product p {
    font-size: 1.1em;
}
.product .img_right img {
    width: 10em;
}
/* }}} */

/* {{{ footer */
#footer {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
}
#footer .sponsors {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 98em;
    z-index: 199;
}
#footer .sponsor {
    position: absolute;
    left: 14.7em;
    bottom: 0;
    width: 80.5em;
    height: 3.2em;
}
#footer .sponsor h6 {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 1.9em;
    font-size: .85em;
}
#footer .sponsor li {
    float: left;
    list-style: none;
    height: 3.2em;
}
#footer .sponsor img {
    display: block;
    height: 3.2em;
    border: none;
    margin-left: 0.9em;
    margin-right: 0.9em;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

