/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
/* reset-min.css */
html{color:#585858;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#585858;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2013, Marco Meier Innendekorationen
*/

html {
    font-family: 'NexaSlab-Light', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

body {
    text-align: center;
}

header, section, footer, nav {
    display: block;
}

h1 {
    font-family: 'NexaSlab-Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #8E8C87;
    margin-bottom: 11px;
}

h2, h3, h4, h5, h6 {
    font-family: 'NexaSlab-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #585858;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p, ul, ol, dl, table, form, fieldset, blockquote, pre {
    margin-bottom: 18px;
}

ol, ul, dl {
    margin-left: 1em;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: square outside;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

a {
    color: #585858;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

abbr, acronym {
    cursor: help;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

strong {
    font-family: 'NexaSlab-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #8E8C87;
}

form .row {
    margin-bottom: 10px;
}

input, textarea {
    width: 100%;
    color: #8E8C87;
    background-color: #E4E4E4;
    border-width: 0;
    padding: 7px 10px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder, .placeholder {
    color: #C4C4C4;
}

input[type=submit], input[type=button], button {
    color: #FFF;
    background-color: #8E8C87;
    width: auto;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
    color: #8E8C87;
    background-color: #E4E4E4;
}

.container {
    position: relative;
    width: 900px;
    padding: 0 60px 0 20px;
    margin: 100px auto;
    text-align: left;
}

header {
    position: relative;
    height: 100px;
}

header .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 300px;
}

header .logo a {
    width: 235px;
    height: 68px;
    background: transparent url(../images/logo.png) no-repeat 0 3px;
    text-indent: -24000px;
    direction: ltr;
    overflow: hidden;
    display: block;
}

[data-site-name='design.marcomeier.com'] header .logo a,
[data-site-name='marcomeierdesign.com'] header .logo a {
    background-image: url(../images/logo-design.png);
}

.svg header .logo a {
    background-image: url(../images/logo.svg);
}

.svg [data-site-name='design.marcomeier.com'] header .logo a,
.svg [data-site-name='marcomeierdesign.com'] header .logo a {
    background-image: url(../images/logo-design.svg);
}

nav.main {
    position: absolute;
    left: 300px;
    bottom: 34px;
    font-family: 'Nexa-Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8E8C87;
}

nav.main ul {
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}

nav.main li {
    margin: 0 8px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

nav.main a {
    color: #8E8C87;
}

nav.main li {
    position: relative;
}

nav.main li:after {
    margin-left: 8px;
    content: '|'
}

nav.main li:last-child {
    margin-left: 0;
}

nav.main li:last-child:after {
    margin-left: 0;
    content: ''
}

nav.main .current-menu-item a,
nav.main .current-menu-ancestor a,
nav.main a:hover, nav.main li:hover > a {
    font-family: 'Nexa-Bold', Arial, Helvetica, sans-serif;
}

nav.main li ul {
    position: absolute;
    padding-top: 7px;
    min-width: 150px;
    text-transform: none;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

nav.main li:hover ul {
    visibility: visible;
    opacity: 1;
}

html.touch nav.main li:hover ul,
html.touch nav.main li ul {
    visibility: visible;
    opacity: 0;
}

html.touch nav.main li.show ul {
    opacity: 1;
}

nav.main li ul li {
    line-height: 18px;
    margin-bottom: 3px;
    background-color: #8E8C87;
    display: block;
}

nav.main li ul li:after {
    margin-left: 0;
    content: ''
}

nav.main li ul li a {
    font-family: 'Nexa-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 7px 27px 4px 7px;
    display: block;
    white-space: nowrap;
    color: #FFF;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

nav.main li ul li.current-menu-item a,
nav.main li ul li a:hover, nav.main li ul li:hover > a  {
    color: #FFF;
    opacity: 1;
}

section {
    position: relative;
    min-height: 400px;
    padding-left: 100px;
    margin-bottom: 20px;
}

section .image {
    overflow: hidden;
}

section.image {
}

section.image .text {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    min-height: 62px;
    padding: 20px 20px 18px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
    -moz-transition: opacity 0.4s linear, visibility 0.4s linear;
    -o-transition: opacity 0.4s linear, visibility 0.4s linear;
    transition: opacity 0.4s linear, visibility 0.4s linear;
    z-index: 500;
}

section.image .text strong {
    color: #FFF;
}

section.image:hover .text {
    visibility: hidden;
    opacity: 0;
}

section.image .image {
    width: 100%;
    height: 400px;
}

section.text-image {

}

section.text-image .text {
    width: 380px;
    padding-right: 20px;
}

section.text-image .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
}

section.small-text-image {

}

section.small-text-image .text {
    width: 180px;
    padding-right: 20px;
}

section.small-text-image .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 400px;
}

section.text-2-columns {

}

section.text-2-columns .text.first {
    position: absolute;
    left: 100px;
    top: 0;
    width: 380px;
}

section.text-2-columns .text.last {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
}


footer {
    font-family: 'Nexa-Light', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding-left: 100px;
    text-transform: lowercase;
    background: transparent url(../images/adresse.png) no-repeat 99px top;
}

[data-site-name='design.marcomeier.com'] footer,
[data-site-name='marcomeierdesign.com'] footer {
    background-image: url(../images/adresse-design.png);
}

footer p {
    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    min-height: 50px;
}

.svg footer {
    background-image: url(../images/adresse.svg);
}

.svg [data-site-name='design.marcomeier.com'] footer,
.svg [data-site-name='marcomeierdesign.com'] footer {
    background-image: url(../images/adresse-design.svg);
}

footer strong {
    font-family: 'Nexa-Bold', Arial, Helvetica, sans-serif;
    color: #585858;
}

.content-gallery {
    position: relative;
    height: 400px;
}

section.image .content-gallery {

}

section.text-image .content-gallery {

}

section.small-text-image .content-gallery {

}

.content-gallery-images {

}

.content-gallery-images {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
}

.content-gallery-images li {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #C6C6C6;
    width: 100%;
    height: 400px;
    display: block;
    z-index: 250;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s linear, visibility 1s linear;
    -moz-transition: opacity 1s linear, visibility 1s linear;
    -o-transition: opacity 1s linear, visibility 1s linear;
    transition: opacity 1s linear, visibility 1s linear;
}

.content-gallery-images li.show {
    visibility: visible;
    opacity: 1;
}

.content-gallery-images li img {
    position: absolute;
    left: 0;
    top: 0;
}

.content-gallery-description {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    min-height: 62px;
    padding: 20px 20px 18px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
    -moz-transition: opacity 0.4s linear, visibility 0.4s linear;
    -o-transition: opacity 0.4s linear, visibility 0.4s linear;
    transition: opacity 0.4s linear, visibility 0.4s linear;
}

.content-gallery-description strong {
    color: #FFF;
}

.content-gallery:hover .content-gallery-description,
.content-gallery.show-description .content-gallery-description {
    visibility: visible;
    opacity: 1;
}

.content-gallery-description p:last-child {
    margin-bottom: 0;
}

.content-gallery-next,
.content-gallery-previous {
    position: absolute;
    top: 0;
    width: 60px;
    visibility: hidden;
    opacity: 0;
    height: 400px;
    z-index: 9999;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
    -moz-transition: opacity 0.4s linear, visibility 0.4s linear;
    -o-transition: opacity 0.4s linear, visibility 0.4s linear;
    transition: opacity 0.4s linear, visibility 0.4s linear;
}

.content-gallery-next {
    right: 0;
    background-image: url(../images/arrow-right.png);
    background-position: left center;
}

.content-gallery-previous {
    left: 0;
    background-image: url(../images/arrow-left.png);
    background-position: right center;
}

.content-gallery:hover .content-gallery-next,
.content-gallery:hover .content-gallery-previous {
    visibility: visible;
    opacity: 0.5;
}

.content-gallery:hover .content-gallery-next:hover,
.content-gallery:hover .content-gallery-previous:hover {
    opacity: 1;
}

.svg .content-gallery-next {
    background-image: url(../images/arrow-right.svg);
}

.svg .content-gallery-previous {
    background-image: url(../images/arrow-left.svg);
}
