@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

#menu p {
color:white; 
font-size:180%;
text-transform:center;
padding:10px;
line-height:120%;
}
#menu a {
color:white;
}

a {
    text-decoration:underline;
}

a:hover,
a:active,
a:focus {
    text-decoration:underline;
}



.section {
    background: #fff;
}

.section-title {
    margin-bottom: 30px;
}

.section-title p {
    font-size: 14px;
    font-weight: 300;
    margin: 30px 0 0;
    color:#FFF;
}


#angebote {
    background:url(../img/angebote-bg.jpg);
    background-size:cover;
}
.angebote .block {
    padding: 5px 15px 30px;
    margin-top:15px;
    background:#FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}


#preisebild {
    background:#3C5E34;
}

#preisebild a {
    color:#FFF;
}


.logo {
    text-align:center;
}
.logo img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}



#colophon {
    background: #fff;
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}

#colophon .copyright {
    border-top: none;
}

#social-buttons {
    cursor:pointer;
}




#home {
    background:url(../img/header-bg.jpg);
    background-size:cover;
    color:#FFF;
}
#home a {
    color:#FFF;
}


.studioimage .span12 {
    padding-bottom:30px;
}
