/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
/*
font-family:'ITCLubalinGraphW01-Bd';
font-family:'ITCLubalinGraphW01-Bk';
font-family:'ITCLubalinGraphW01-Demi';
font-family:'ITCLubalinGraphW01-XLt';
*/
html, body {
    height:100%;
    overflow:hidden;
}
body {
    background-color:#fff;
    overflow:hidden;
}

body, p {
    font-family:'ITCLubalinGraphW01-Bk';
    color:#2a2521;
}

p {
    margin-bottom:0.3em;
}

p.link {
    margin-top:0.7em;
    margin-bottom:0;
}

h1, h2{
    font-family:'ITCLubalinGraphW01-XLt';
    font-size: 40px;
    line-height:44px;
    letter-spacing:0.05em;
    margin-bottom:8px;
}

h2 {
    margin-bottom:0;
}

h2 span {
    font-family:'ITCLubalinGraphW01-Demi';
    font-weight:normal;
}

p, p a, ul li a {
    font-family:'ITCLubalinGraphW01-Bk';
    font-size:13px;
    line-height:20px;
}

p a, ul li a {
    text-decoration:none;
    padding-right:16px;
    color:#677a0e;    
}

p a:hover, p a span {
    color:#677a0e;
}

p strong, h3 {
    font-family:'ITCLubalinGraphW01-Demi';
    font-weight:normal;
    font-size:13px;
    line-height:20px;
}
h3 {
    text-transform:uppercase;    
    margin-top:1em;
}
* {
    box-sizing: border-box;
}
div#wrapper {
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

header {
    width:280px;
    padding:30px 10px;
    background-color:#000;
}

header h1, header h2, .header h1, .header h2 {
    color:#bcb9b4;
}
header h2, .header h2 {
    text-transform:uppercase;    
    font-size: 30px;
    line-height: 34px;
    margin-bottom:0;
}
header ul#nav {
    position:absolute;
    bottom:25px;
    left:10px;
}

header ul#nav a.section, header ul#nav a:hover {
    color:#677a0e;
}

header p, header p a, header ul li a,
.header p, .header p a, .header ul li a {
    text-transform:uppercase;
    color:#bcb9b4;
 }

header p a.email {
    text-transform:none;
    display:inline-block;
    clear:left;
}

header a {
    background: transparent url('../images/arrow.png') no-repeat right center;        
}

.col {
    width:300px;
    margin-right:20px;
    position:absolute;
    top:0;
    z-index:2;
}

.form {
    top:350px;
}

section {
    margin-top:10px;
    min-height:300px;
    width:300px;
    position:relative;
}
.header {
    min-height:130px;
    height:130px;
    width:280px;
    padding:30px 10px;
    background-color:#2a2521;
}
section .img {
    cursor:pointer;
}
section .img .info {
    color:#fff;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:160px;
    background-color:rgba(0,0,0,0.5);
    padding:140px 10px 0;
    display:block;
    opacity:0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    font-family: 'ITCLubalinGraphW01-Demi';
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;    
}
section .corner {
    display:block;
    opacity:0;
    position:absolute;
    width:20px;
    height:20px;
    bottom:-0.5px;
    right:0;
    background-image: url(../images/ecke.jpg);
    background-repeat: no-repeat;
    background-position:right bottom;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
section .img:hover .info {
    opacity:1;
}
section:hover .corner, section.open .corner {
    opacity:1;
}
.blocktext {
    padding:30px 10px;
    display:none;
    border-bottom:1px dotted #bcb9b4;
}

/*#col2, #col4 {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); /
    -ms-transform:rotate(180deg);    
}*/

.background {
    -moz-opacity:.50; 
    filter:alpha(opacity=50); 
    opacity:.50;
    z-index:1;
}
