
body{
    
    background: url("https://static.pexels.com/photos/268430/pexels-photo-268430.jpeg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


h2, h3{
    font-family: bellfort;
}

/***********Header***********/
#header{
    width:100%;
}

#header h1{
    font-family: bellfort press;
    text-decoration: underline;
    letter-spacing: 7px;
    font-size: 320%;
    width: 46%;
    margin: 1% auto;
}

#header p{
    width: 32%;
    margin: 2px auto;; 
    letter-spacing: 5px      
}

/***********main-content***********/
#main{
    width: 100%;
    margin:  0% auto;
    background-color: white;
    border: 1px solid #000;
}

#content{
    width: 50%;
    margin:auto;
}

.resizepreview{
    max-width: 10%;
    max-height: auto;
    border-radius: 7px;
}

.preview{
    margin: 2%;
}

#content-prices ul li{
    font-weight: 800;
    font-size: 16px;
    text-decoration: underline;
    display:inline-block;
    width: 40%;   
}

/***********contact***********/

#content-contact {
    margin:auto;
    width: 30%;
    overflow: hidden;
}

#content-contact h2{
    text-decoration: underline;
}


.telefon{
    font-size: 120%;
    width: 30%;
    float:left;
    display: inline-block;
}
.facebook{
    font-size: 120%;
    overflow: hidden;
    display: inline-block;
}

.resize-facebook{
    max-width: 30%
}

