.border-radius {
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.border-top-radius {
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
.seperate {
    clear: both;
}
.space-top {
    margin-top: 30px;
}
.gray-border {
    border: 1px solid hsl(0,0%,70%);
}
.box-shadow {
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -o-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -khtml-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
}
.gray-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#bfbfbf));
    background-image: -moz-linear-gradient(top, #f2f2f2, #bfbfbf);
}
.border-box {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* animation */
@-webkit-keyframes tut-spin {
    from { -webkit-transform: rotateY(0) rotateX(1deg); }
    to   { -webkit-transform: rotateY(-720deg) rotateX(1deg); }
}

/* specific */
.gray-gradient {
    text-shadow: 1px 1px 0 hsl(0,0%,90%);
}

html.tut {
    height: 100%;
    width: 100%;
}
body {
    margin: auto;
    width: 800px;
    background-image: -webkit-gradient(linear, 0 0, 0 100, from(#eee), to(#fff));
    background-repeat: no-repeat;
    font-family: 'Molengo';
    font-size: 14px;
    color: hsl(0,0%,40%);
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    color: #1883cb;
}
mark {
    color: #000;
    background: none;
}
#logo {
    width: 200px;
    height: 140px;
    float: left;
    background: url(../images/logo.png) no-repeat bottom;
    background-size: 100% auto;
}
#logo > div {
    position: relative;
    -webkit-animation: tut-spin 15s infinite linear;
    -webkit-transform-style: preserve-3d;
}
header {
    padding-top: 10px;
}
 header .beschreibung {
    padding-top: 18px;
    margin-left: 360px;
    font-size: 13px;
    color: #aaa;
    text-shadow: 1px 1px 0 white;
}
hgroup {
    padding-top: 30px;
    width: 280px;
    float: left;
}
header h1, .tut header h2 {
    font-family: 'Droid Serif';
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    color: #1883cb;
}
header h1 {
    font-size: 30px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    display: inline-block;
    margin: 0;
    padding: 6px 15px 10px;
    border-right: 1px solid hsl(0,0%,70%);
    -webkit-box-shadow: 1px 0 0 hsla(0,0%,100%,0.5);
}
nav li:first-of-type {
    padding-left: 20px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
}
/*nav li:last-of-type {
    border: none;
    float: right;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-right: 20px;
}*/
nav li:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f2f2f2));
    cursor: pointer;
    color: #1883cb;
    border-right: 1px solid transparent;
    text-shadow: -1px -1px 0 hsla(0,0%,100%,0.3);
}
.overview {
    position: relative;
    width: 100%;
    height: 400px;
}
.overview article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    font-size: 13px;
    -webkit-transition: opacity 0.5s;
    -khtml-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overview p {
    width: 180px;
    height: 180px;
//    opacity: 0.8;
}
.overview p.furniture {
    margin: 150px auto 70px 33px;
    color: hsl(0,0%,50%);
    opacity: 1;
}
.overview p.townhouse {
    margin: 120px auto 100px 33px;
    color: #FFCC33;
    font-size: 16px;
}
.overview p.stern {
    height: 100px;
    padding: 1em;
    margin: -35px 150px 200px auto;
    background: transparent;
    opacity: 1;
}
.leistungen {
    position: relative;
    width: 100%;
    height: 700px;
}
.leistungen article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    font-size: 20px;
    -webkit-transition: opacity 0.5s;
    -khtml-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.leistungen p {
    width: 380px;
    height: 60px;
    opacity: 0.8;
    padding-left: 20px;
}
.leistungen ul {
    padding-left: 100px;
}
.info-box {
    width: 100%;
    height: 250px;
    float: left;
    margin-bottom: 30px;
}
.info-box > div {
    width: 100%;
    height: 200px;
    background: #000;
    border-bottom: 1px solid hsl(0,0%,90%);
    
}
.info-box > p {
    margin-top: 1em;
    padding: 0 1em;
}
.maps > div {
    background: url(../images/maps.png) center no-repeat;
}
.maps > div .note {
    margin: 2em 1em;
    text-align: center;
}
body > footer {
    width: 100%;
    padding: 30px;
    font-size: 90%;
}
body > footer p {
    margin-bottom: 10;
}
.anfahrt, .ersatzwagen{
    list-style-type: none;
}

