/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html{background:#f2f2f2;}
a{color:#0670c6}
hr{border:none;height:1px;margin:0}
.dotted{border-bottom:1px dotted #acacac}
p{font-size:13px;margin:0 0 12px}
h3{margin:0 0 20px}
.reviewContainer h2{margin-bottom: 0}

h2,h3{font-family:'Open Sans',sans-serif;font-weight:300}

.welcome, .mainHead, .breadcrumb, .content{width:900px;margin:0 auto;padding:0 40px;}
.mainHead,.content{background:#fff;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); padding:30px 40px}
.mainHead{padding:25px 40px}


.welcome{padding:20px 0;width:980px}
.welcome a{color:#737373}
.welcome a:hover{text-decoration:none}
.date{float:left;color:#737373;font-size:13px;padding:0 0 0 30px;position:relative;margin-top:18px}
.date:before{content:'';background:url(../img/sprites.png) no-repeat 1px -14px;width:16px;height:15px;position:absolute;top:0;left:0}

.cityNav{float:left;position:relative;padding:0 0 0 20px;margin:15px 0 0 220px}
.cityNav:before{content:'';width:16px;height:18px;background:url(../img/sprites.png) no-repeat left -30px;display:block;position:absolute;top:3px;left:0px;}
.cityNav:after{content:'|';display:block;position:absolute;top:-1px;right:-20px;color:#737373;}

.telefonbuch{float:left;display:block;position:relative;padding:0 0 0 20px;margin:15px 0 0 40px}
.telefonbuch:hover{text-decoration:none}
.telefonbuch:before{content:'';width:16px;height:15px;background:url(../img/sprites.png) no-repeat;display:block;position:absolute;top:5px;left:0;}

.regBtn{float:right;
    background:#ffb846;
    background: -moz-linear-gradient(top, #ffb846 0%, #ff9d26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb846), color-stop(100%,#ff9d26));
    background: -webkit-linear-gradient(top, #ffb846 0%,#ff9d26 100%);
    background: -o-linear-gradient(top, #ffb846 0%,#ff9d26 100%);
    background: -ms-linear-gradient(top, #ffb846 0%,#ff9d26 100%);
    background: linear-gradient(to bottom, #ffb846 0%,#ff9d26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb846', endColorstr='#ff9d26',GradientType=0 );
    color:#fff !important;
    padding:9px 10px 6px 60px;
    text-decoration:none;
    font-family:Helvetica,sans-serif;
    line-height: 105%;
    width:185px;
    position:relative;
    border-radius:2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.regBtn:hover{box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.2);}
.regBtn:before{
    content:'►';
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    left:0;
    top:0;
    padding:15px;
    font-size:30px;
    background: #ff982b; /* Old browsers */
    background: -moz-linear-gradient(top, #ff982b 0%, #ff8218 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff982b), color-stop(100%,#ff8218)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff982b 0%,#ff8218 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff982b 0%,#ff8218 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff982b 0%,#ff8218 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff982b 0%,#ff8218 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff982b', endColorstr='#ff8218',GradientType=0 ); /* IE6-9 */
    border-radius:2px 0 0 2px}
.regBtn strong{font-weight:normal;font-size:21px;display:block;}
.regBtn span{font-size:13px}


header .searchForm{float:right;width:580px;margin-top:20px}
#what{border:1px solid #ccc;box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.2);padding:10px;width:215px;margin:0 0 0 10px}
.wasWrap{float:left;}
.woWrap{float:left;width:155px;padding:0 10px;text-align: center}
.woWrap span{display:block;padding:10px 0 7px}
.woWrap a{display:block;font-size:11px;color:#aeaeae;padding:4px 0 0}
.btnWrap{float:left;width:120px;text-align:center}
.btnWrap a{display:block;font-size:11px;color:#aeaeae;padding:5px 0 0}


.sysBtn{background:#137ed0;border-radius:2px;padding:10px 35px;border:1px solid #0670c6;color:#fff;text-decoration:none;display:block;}
.beBtn{background:#e6e6e6;border-radius:2px;padding:5px 7px;border:1px solid #d9d9d9;color:#545454;text-decoration:none;display:block;font-size:13px;width:106px}
.smallBtn{font-size:13px;width:90px;padding:10px 20px}

.homeLink{display:block;width:267px;float:left;line-height:105%;text-decoration:none}
.homeLink span{display:block;width:100%;text-align: right;color:#b3b3b3;}


.breadcrumb{margin:15px auto 10px;width:980px;padding:0}
.breadcrumb li{list-style:none;display:inline-block;}
.breadcrumb a{display:block;float:left;font-size:13px;color:#a8a8a8;text-decoration:none;padding:0 8px 0 0}
.breadcrumb a:after{content:'>';padding:0 0 0 8px}
.breadcrumb a.active:after{content:'';}
.breadcrumb a.active,.breadcrumb a:hover{color:#737373;}


.photo{float:left;width:170px;margin:6px 0 0}
.photo img{border:1px solid #a3a3a3;padding:4px}

.address{float:left;width:390px;margin:0 0 0 40px}

.social{float:right;width:255px;margin:6px 0 0}
.badges{background:#f1f6fa;border-radius:7px;padding:8px;}
.badgesInner{background:#fff;box-shadow:0 0 3px rgba(0, 0, 0, 0.2);padding:10px;border-radius:5px;padding:10px 30px;text-align:center}
.badgesInner .smallBtn{margin:10px 0 0 25px}
.badgesInner .beBtn{margin:20px 0 10px 28px}
.badgesInner .hsRev{margin:15px 0 10px 40px}
.bewertungstext{display:block;clear:both;}
.fb-like{float:left;margin:0 0 10px 0px}
.gBtn{float:right;margin:0 -60px 10px 0}

.npCatName{display:block;margin:20px 0;color:#737373;width:235px;padding:0 10px;text-align:center }
.nxtPrv{background:#f2f2f2;border-radius:2px;padding:5px 10px}
.nxtPrv a{font-size: 12px;text-decoration: none;color:#737373;}
.nxtPrv a:hover{color:#222}
.nxt{float:right;}
.nxt:after{content:'►';padding:0 0 0 5px}
.nxt:hover:after{content:'►';padding:0 0 0 5px;}
.prv{float:left}
.prv:before{content:'◄';padding:0 5px 0 0}

.smallLink{display:block;font-size:11px;color:#aeaeae;padding:4px 0 0}

.address h1{font-size:20px;margin:0 0 3px;font-weight:normal}
p.slogan{margin:0 0 5px;color:#a8a8a8}

.profile .left{float:left;width:420px}
.profile .right{float:right;width:450px}


.map-gallery{margin:30px -40px 0 -40px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;}
.map-gallery ul{margin:0;padding:0}
.map-gallery ul li{list-style: none;display:inline}
.map-gallery ul li a{display:block;float:left;padding:30px 40px;border-right:1px solid #d9d9d9;text-decoration: none;color:#474747;background:#f2f2f2;color:#bcbcbc}
.map-gallery ul li a.active,.map-gallery ul li a:hover{background:#fff;color:#222}

.map{margin:0 -40px}

.reviewContainer ul{border-top:1px dotted #acacac;margin:30px 0 0;padding:0}
.reviewContainer li{border-bottom:1px dotted #acacac;list-style: none;padding:30px 0}
.reviewHead{float:left;width:650px;}
.writeReview{float:right;margin:25px 0 0}


footer{padding:30px 0;width:980px;margin:0 auto 30px;border-bottom:1px solid #d9d9d9;}
footer a{font-size:13px;}
footer .imprint{float:left;color:#737373;text-decoration: none}
footer .imprint span{float:left;display:block;margin:0 20px 0 0}
footer .callBtn{float:right;}

/* [ altes CSS */
.gA ul{margin:0;padding:0}
.gA{clear:both;padding:20px 0 0;width:390px;margin-left:210px;}
.gAAT{clear:both;padding:20px 0 0;width:390px;}
.gA li{list-style:none;margin:0 0 3px 0;background:#f5f5f5;clear:both;padding:5px;}
.gAAT li{list-style:none;margin:0 0 3px 0;background:#f5f5f5;clear:both;padding:5px;}
.toG{font-size:13px;color:#676767;display:block;padding:0 0 8px;text-decoration:none;}
.bL{width:145px;font-size: 16px;padding:0 5px 0 0;}
.bLAT{width:145px;padding:0 5px 0 0;}
.gA span{font-size:13px;line-height:140%;display:block;width:240px;float:right;}
.gAAT span{font-size:13px;line-height:140%;display:block;width:100%}
.sL{font-size:13px;}
.sLAT{font-size:13px;color:#093}
.bLAT:hover, .sLAT:hover, .bL:hover, .sL:hover{color:#a3c2ff;text-decoration:none;}
.gABottom{margin:20px 0 30px 0}
.spBlB{display:block;float:right;width:240px}
.gA span.spBlT{display:block;float:left;width:130px;float:left}
.gAAT span.spBlT{display:block;width:100%;font-size: 16px}

.adr{padding:20px 0 0 0;clear:both;}
dl{margin:0;padding:0;}
dd,dt{display:block;border-bottom:1px solid #f3f3f3;float:left;padding:3px 3px 4px;font-size:13px;}
dd{width:85px;margin:0 0 3px 0;float:left;text-align:right;color:#a8a8a8}
dt{width:286px;margin:0 0 3px;float:right;padding:3px 3px 4px 10px}
.callOut{float:right;font-size:11px;margin:0 5px 0 0}
.edBtn{position:absolute;color:#777 !important;text-decoration:none;margin:3px 0 0 0;font-size:12px}
.ohdd,.ohdt{border:none;padding-top:10px}
.oh2:before{content:', '}
.ohdt{position:relative;}
.ohdt ul{display:none;padding-left:16px;}
.ohbtn:before{content:'►';font-size:11px;color:#A3C2FF;cursor:pointer;position:absolute;left:3px;top:10px;}
.ohbtn:hover:before{color:#F5D034;content:'▼';}
.ohbtna:before{color:#F5D034!important;content:'▼'!important;}

.ohtd{cursor:pointer;padding-left:15px}
.ohstatus
{
    font-size:11px;
    border:1px solid #ccc;
    border-radius:2px;
    padding:3px 5px;
    position:relative;
    margin-top:-3px;
    float:right;
    cursor:pointer;
}

.ohd
{
    display:block;
    width:5px;
    height:5px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#fff;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    position:absolute;
    top:7px;
    left:-3px;
}

.sClosed{color:#DA573A}
.sOpen{}


#sR1,#sR2,#sR3,#sR4,#sR5,.sR{background:url('../img/starsAlpha_v2.png') no-repeat;display:block;padding:15px 0 0 0;font-size:10px;color:#3366d5;cursor:pointer;}
.sR{background-position:left -190px;padding:0 !important;margin:5px 0 0;width:300px;clear:both;height:17px;}
.sR em{display:block;font-size:12px;margin:0 0 0 120px;padding:1px 0 0 0;}
.sR a{position:absolute;height:17px;padding:0 !important;background-position:left -220px !important;text-decoration:none;}
.sR span{position:absolute;display:none;color:#000;font-size:13px;text-align:left;}
.sR a:hover span,.sR .active span{display:block;width:200px;margin-left:120px;background:#fff;}
#sR1,#sR2,#sR3,#sR4,#sR5{display:block;}
#sR1{width:20px;z-index:6;}#sR2{width:40px;z-index:5;}#sR3{width:60px;z-index:4;}#sR4{width:80px;z-index:3;}#sR5{width:100px;z-index:2;}
.sR a:hover,.sR a.active{background-position:left 2px !important;}
.hsRev{overflow:hidden;height:20px;width:103px;display:block;position:relative;float:left}
.s_0,.s_1,.s_2,.s_3,.s_4,.s_5{position:absolute;left:0;}.s_0{top:-105px;}.s_1{top:-82px;}.s_2{top:-59px;}.s_3{top:-37px;}.s_4{top:-16px;}.s_5{top:6px;}
.revTxt{padding:5px 0 0 110px;display:block;font-size:13px;font-weight:bold;color:#36c;}
.rev b{font-weight:bold}
.rtCN{display: none}

/* altes CSS ] */







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}


/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.cf:before,header:before,.gA li:before,.gAAT li:before,.cf:after,header:after,.gA li:after,.gAAT li:after,.reviewList li:before,.reviewList li:after,.plLi li:after{ content: "\0020"; display: block; height: 0; overflow: hidden; }
.cf:after,header:after,.gA li:after,.gAAT li:after,.reviewList li:after,.plLi li:after{ clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.cf,header:before,.gA li:before,.gAAT li:before,.reviewList li:before,.plLi li:before{ zoom: 1; }


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
