body {
    background-image: url("../images/hintergrundstreifen.jpg");
    margin: 0px;
    padding: 0px;
    font-family: 'Philosopher', serif, 'Verdana' ;
}

#wrapper {
    position: absolute;
    top: 10%;
    width: 100%;
}

#pano {
    background-color: #fff;
    height: auto;
    margin-top: 0px;
}

#logo {
    display: block;
    text-align: center;
}

#text {
    color: #444;
    margin-top: 10px;
    padding-left: 10px;
    text-align: center;
}

#text2 {
    color: #444;
    margin-top: 20px;
    padding-left: 10px;
    text-align: center;    
}

#text2 a{
    color: #444;
}

#adresse {
    background-color: #bf9c3e;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 125px;
    /* margin-top: 10%; */
    opacity: 0.5;
    padding-top: 1px;
    text-align: center;
}

#adresse p{
    line-height: 5px;
}

#telefon {
    background-color: #8F9F64;
    color: #FFFFFF;
    display: block;
    height: 90px;
    margin-top: 0px;
    opacity: 0.7;
    padding-top: 1px;
    text-align: center;
}

#telefon p{
    line-height: 5px;
}
#telefon a{
    color: #fff;
}

#schatten_oben{
    background-image: url("../images/schatten_oben.png");
    background-color: #bf9c3e;
    background-repeat: repeat-x;
    height: 11px;
    opacity: 0.5;
}

#schatten_unten{
    background-image: url("../images/schatten_unten.png");
    background-color: #8F9F64;
    background-repeat: repeat-x;
    height: 15px;
    opacity: 0.7;
}

#impressum {
    background-color: #8F9F64;
    color: #FFFFFF;
    display: block;
    height: 210px;
    margin-top: 0px;
    opacity: 0.7;
    padding-top: 1px;
    text-align: center;
}

#impressum p{
    line-height: 5px;
}
#impressum a{
    color: #fff;
}

#impressum a:visited{
    color: #000;
}

@media (max-width: 767px){
    #logo img {
	width: 100%;
    }
}