@font-face{
    font-family: Molengo;
    src: url('fonts/molengo-regular-webfont.eot');
    src: local('Molengo'), local('Molengo Regular'),
        url('fonts/molengo-regular-webfont.woff') format('woff'),
        url('fonts/molengo-regular-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face{
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-regular-webfont.eot');
    src: local('Droid Serif'), local('Droid Serif Regular'),
        url('fonts/droidserif-webfont.woff') format('woff'),
        url('fontsdroidserif-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

body > footer{
    background: #d9d9d9;
    background: -webkit-gradient(linear,left top,left bottom, from(#f2f2f2),to(#bfbfbf));
    background: -moz-linear-gradient(top,#f2f2f2,#bfbfbf);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f2f2f2',endColorstr='#bfbfbf',GradientType=0);
    ms-filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f2f2f2',endColorstr='#bfbfbf',GradientType=0);
    
    text-shadow: 1px 1px 0 #e6e6e6;
    filter: dropshadow(color=#e6e6e6, offx=1, offy=1);
}

#overview,#london >p, .info-box, #overview > article{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
}

.info-box > div, canvas, body > footer {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft-: 6px;
    border-top-left-radius: 6px;    
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -border-top-right-radius: 6px;   
}

#overview, .info-box{
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);    
}


body >*{
    margin-top:30px;
}


#overview, .info-box,.download, .release, body > footer{
    border: 1px solid hsl(0,0%,70%);
    
}


#overview{
    position:relative;
    width:100%;
    height:500px;   
}

#overview article{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    font-size: 25px;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    
}

/* overview slideshow*/

#overview p{
    width:180px;
    height:180px;
    opacity:0.8;
}


#overview article#Cyberterror{
    margin-top: 10px;
    text-align:center;
    background-image: none;
}

#overview article#Cyberterror p{
    margin: 150px auto 70px 33px;
    color: hsl(0,0%,50%);
    opacity: 1;
}
#overview article#furniture{
    background-image: url(images/mainContent/furniture.jpg);
}
#overview article#furniture p{
    margin: 150px auto 70px 33px;
    color: hsl(0,0%,50%);
    opacity: 1;
}



#overview article#london{
    background-image: url(images/mainContent/london.jpg);
    
}
#overview article#london p{
    margin: 70px 33px 150px auto;
    color: #333;
    height: auto;
    padding: 1em;
    background: #FFF
}

#overview article#townhouse{
        background-image: url(images/mainContent/townhouse.jpg);

}

#overview article#townhouse p{
    margin: 120px auto 100px 33px;
    color: #FFF;
}


/* Info-Boxen*/
.bandphoto {
    width: 800px;
    height: 510px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	text-align: center;
}

.download {
    width: 800px;
    height: 450px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.download > div {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: #000;
    border-bottom: 1px solid hsl(0,0%,90%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
 
    
}

.download > div > p {
   margin-top: 0;
   text-align: center;
   
    
}
   
	
.download > div #colums{ /* Nur Webkit und Mozilla unterstützen Spalten*/
    -webkit-column-width:350px; /*breite wie Info-Box*/
    -webkit-column-gap: 50px;
    -moz-column-width:350px; 
    -moz-column-gap: 50px;
    column-width:350px;
    column-gap: 50px;
    margin-left: 25px;
    text-align: left;
}

.download > div #colums > img{
    width:75px;
    height:75px;
    margin-top: 30px;
}





.preorder{
    width: 800px;
    height: 800px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.preorder > div {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: #000;
    border-bottom: 1px solid hsl(0,0%,90%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
 
    
}

.preorder > div > p {
   margin-top: 0;
   text-align: center;
   
    
}



.release {
    width: 800px;
    height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-top: 20px;
	font-size: 25px;
}

.release > div {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: #000;
    border-bottom: 1px solid hsl(0,0%,90%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
 
    
}

.release > div > p {
   text-align: center;
   margin-top: 0;
    
}
   
.release > div #colums{ /* Nur Webkit und Mozilla unterstützen Spalten*/
    -webkit-column-width:350px; /*breite wie Info-Box*/
    -webkit-column-gap: 50px;
    -moz-column-width:350px; 
    -moz-column-gap: 50px;
    column-width:350px;
    column-gap: 50px;
    margin-left: 25px;
    text-align: left;
}

.release > div #colums > img{
    width:75px;
    height:75px;
    margin-top: 30px;
}	





/* Info-Boxen*/
.info-box {
    width: 250px;
    height: 580px;
}
 .info-box:nth-of-type(2) {
    margin-left: 25px;
}
 .info-box:not(:last-of-type) {
    float: left;
}
.info-box:last-of-type {
    margin-left: 550px;
}
.info-box > div {
    width: 100%;
    height: 410px;
    background: #000;
    text-align: center;
}



.info-box > div > img{
    margin-top: 5px;
}

.info-box > p {
    /*margin-top: 1em;*/
    /*padding: 0 1em;*/
}
#AudioPlayer{
     text-shadow: none; 
     font-size: 20px;
     color:#fff;
     text-align: left;
     margin-left: 20px;
     
}

#AudioPlayer>audio{

   margin-top:12px;
   width:200px;
    
}

.maps > div {
    background: url(images/maps.png) center no-repeat;
}
.maps > div .note {
    margin: 2em 1em;
    text-align: center;
}
.

video {
    width: inherit;     /* Eigenschaft vererbt*/
}

/* Spalten*/
#customer-opinions{ /* Nur Webkit und Mozilla unterstützen Spalten*/
    -webkit-column-width:250px; /*breite wie Info-Box*/
    -webkit-column-gap: 25px;
    -moz-column-width:250px; 
    -moz-column-gap: 25px;
    column-width:250px;
    column-gap: 25px;
}


/*Allgemein */

html{
    height:100%;
    width:100%;
}

body{
    margin:auto;
    width: 800px;
    background-color: #000;
    font-family: 'Molengo';
    font-size: 20px;
    color: hsl(0,0%,40%);
}

a{
    color: inherit;
    text-decoration: inherit;
}

a:hover{            /* Im Nav-Bereich, Beim hovern andere Farbe*/
    color: #1883cb;
}

mark{
    color: #FFF;
    background: none;
}

/*Koppfzeile*/
header{
    padding-top: 10px;   
}

header .description{
    padding-top: 18px;
    margin-left: 360px;
    font-size: 13px;
    color: #aaa;
    text-shadow: 1px 1px 0 white;
}

hgroup{
    padding-top: 30px;
    margin-top:10px;
    width: 280px;
    float: right;
}

header h1, header h2{
    font-family: 'Droid Serif';
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    color: #bfbfbf;
}

header h1{
    font-size: 25px;
}

header h3{
    font-weight: bold;
    
}

#LWO-Logo{
    width: 500px;
    height:125px;
    float: left;
    background: url(images/LWOLogoOrange.png) no-repeat bottom;
    background-size: 100% auto;
}



body> footer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    font-size: 90%;
    
}

body > footer p{
    margin-bottom: 0;
}

