/* ____ CONTENT ______________________________________________________________*/

/* navi-reparatur.com Stylesheet */
div#content .navIndexComplete h5.subtitle {
    margin: 1%;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
}

.content-mid {
    width: auto;
    margin: 0 auto;
}

.index {
    float: left;
    margin: 1em 2.5em;
    width: 25%;
    max-height: 550px;
    overflow: hidden;
    border: 1px solid #CCC;
}

.index figcaption {
    text-align: center;
    color: #a92324;
}

.index a {
    text-decoration: none;
}

.navIndex {
    float: left;
    margin: 1em 1.2em;
    width: 20%;
    border: 1px solid #CCC;
}

.carlist {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    height: 392px;
    background-color: #FFF;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

.carlist ul {
    list-style: none;
    margin: 1em;
    padding: 0;
}

.carlist ul li {
    padding: 1%;
}

div#content section.carlist a {
    color: #2B2B2B;
    text-decoration: none;
}

div#content section.carlist a:before {
    color: #a92324;
    content: "\00BB ";
}

.navIndexComplete {
    float: left;
    margin: 1%;
    height: auto;
    width: 98%;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.btnContent {
    float: left;
    margin: 0;
    padding: 1%;
    width: 100%;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    height: auto;
    width: 100%;
}

.navIndexComplete img {
    float: left;
    height: 392px;
    width: 60%;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

figure button {
    margin: 0 auto;
    width: 100%;
    border: none;
    background-color: #F3F3F3;
}

.navIndexComplete button {
    margin: 0 auto;
    width: 100%;
    border: 0;
    font-size: 1em;
    background-color: #FBFBFB;
    border-top: 1px solid #F3F3F3;
}

figure button:hover, figure.navIndexComplete button:hover {
    text-decoration: underline;
}

div#content h1.title {
    margin: 2.4em 0.5em 2em;
    background: #FBFBFB;
    color: #a92324;
    font-size: 1.4em;
    font-weight: normal;
}

div#content h1.subtitle {
    margin: 1.4em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
    background-color: transparent;
}

div#content h2.title {
    margin: 1em 0.6em 0em;
    font-size: 1.4em;
    font-weight: lighter;
    color: #a92324;
    background-color: transparent;
}

div#content h2.subtitle {
    margin: 2em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
    background-color: transparent;
}

div#content h3.subtitle {
    margin: 2em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
    background-color: transparent;
}

div#content h3.subtitleImageHeader {
    margin: 2em 0.6em 0em;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    color: #a92324;
}

div#content h4.subtitle {
    margin: 2em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
}

div#content h5.subtitle {
    margin: 2em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
}

div#content h5.pl {
    margin: 0em;
    font-size: 1em;
    font-weight: normal;
}

div#content h5.subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 1230px;
    min-height: 1em;
    padding: 2px 10px 5px;
    margin: 0px 0px 0px -250px;
    background: #a92324 url(../_graphics/a-hover.png) repeat top left;
    color: #c5c5c5;
    font-size: 0.9em;
}

div#content h5 span#breadcrumbs {
    display: block;
    position: absolute;
    top: 0.2em;
    left: 255px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
@media (max-width:768px) {
    body{
        padding: 0;
    }
    div#content form{
        width: 90% !important;
    }
    form#auftrag fieldset#pickup input#abholdatum, form#auftrag fieldset#pickup select#abholuhrzeit,
    form#auftrag fieldset#pickup label[for="pickupTickerFalse"],form#auftrag fieldset#pickup label[for="pickupTickerTrue"]{
        width: auto !important;
    }
    form#auftrag label{
        width: 100% !important;
    }
    form#auftrag em.mandatory{
        float: none !important;
    }
    form#auftrag fieldset#order div#agbTxt label{
        width: 70% !important;
    }

    div#extra{
        background: #868686;
    }
    div#content h5.subnav{
        padding: 2px 0px 5px;
        margin: 0px;
        width: 100%;
    }
    div#content h5 span#breadcrumbs{
        position: relative !important;;
        top: auto !important;;
        left: auto !important;
        display: inline !important;
    }
    #subnav-model-title{
        display: none;
    }
    body#index #subnav-model-title{
        display: inline
    }
    div#navigation{
        margin-top: 0 !important;
    }
    div#navigationWrapper{
        right:-100%;
        z-index: 10;
        overflow-y: scroll !important;
        height: 100vh;
        top:20px;
        position: fixed;
    }
}

div#content h5 span#breadcrumbs * {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

div#content h5 span#breadcrumbs span#current {
    color: #ffc639;
    font-weight: bold;
}

div#content h6.subtitle {
    margin: 2em 0.6em 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #a92324;
}

h5.keyword {
    margin: 3em 0.3em 2em;
    color: #a92324;
    font-size: 0.9em;
    width: 99%;
}

/*----------------------------------------------------------*/

h1 {
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: normal;
}

hr {
    color: #F0F0F0;
    width: 98%;
    margin: 0 auto 20px auto;
}

div#bodyWrapper {
    background: #272727 url(../_graphics/bodyWrapper.jpg) repeat-y;
}

div#content {
    position: relative;
    float: right;
    width: 1000px;
    height: auto;
    background: #FBFBFB;
    color: #333;
}

/*div#content h2 {
 position: absolute;
 top: 0;
 left: 0;
 width: 1230px;
 min-height: 1em;
 padding: 2px 10px 5px;
 margin: 0px 0px 0px -250px;
 background: #a92324 url(../_graphics/a-hover.png) repeat-x top left;
 color: #c5c5c5;
 font-size: 0.9em;
}*/

div#content h2 span#breadcrumbs {
    display: block;
    position: absolute;
    top: 0.2em;
    left: 255px;
    letter-spacing: 0.05em;
    font-weight: normal;
}

div#content h2 span#breadcrumbs * {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

div#content h2 span#breadcrumbs span#current {
    color: #ffc639;
    font-weight: bold;
}

div#content h1 {
    margin: 3em 0.3em 0.5em;
    color: #a92324;
    font-size: 1.2em;
    font-weight:bold;
}

div#content h3 {
    margin: 3em 0.3em 2em;
    color: #a92324;
    font-size: 1.2em;
}

div#content h3New {
    margin: 0em 0.5em 0em;
    color: #a92324;
    font-size: 1.2em;
}

div#content h3NewPreiseInfo {
    margin: 0em 0.0em 0em;
    color: #a92324;
    font-size: 0.6em;
}

div#content h3.contentFirstTitle {
    margin: 1em 0.3em 1em;
    background: #FBFBFB;
    color: #a92324;
    font-size: 1.2em;
}

div#content h3.contentSecondTitle {
    margin: 1em 0.3em 1em;
    background: #FBFBFB;
    color: #333;
    font-size: 1.3em;
}

div#content h4 {
    margin: 1em 0.3em;
    font-size: 1.2em;
}

div#content h4New {
    margin: 1em 0.3em;
    color: #a92324;
    font-size: 1.2em;
}

div#content h4NewDescription {
    margin: 1em 0.3em;
    color: #a92324;
    font-size: 0.8em;
}

div#content h5 {
    margin: 1em 0.3em;
    font-size: 1em;
}

div#content h6 {
    margin: 1em 0.3em;
    font-size: 1em;
}

div#content p, div#content li {
    line-height: 1.4;
}

div#content ul.box {
    clear: both;
    width: 66%;
    /*padding        : 1em 0 1em 1em;*/
    /*margin         : 1em auto 3em;*/
    /*border         : 1px solid #505050;*/
    list-style: none;
    /*background     : #b0b0b0;*/
    color: #222; /*font-size      : 0.8em;*/
}

div#content ul.inlineListMain {
    width: 100%;
    padding: 0;
    margin-left: 16px;
    font-size: 1em;
}

div#content ul.inlineListMain li a {
    color: rgb(51,51,51);
    text-decoration: none;
}

div#content ul.inlineList.box {
    width: 94%;
    padding: 1em 0 2em 1em;
    font-size: 1em;
}

div#content ul.inlineList.box a {
    background: #b0b0b0;
    color: #222;
    text-decoration: none;
}

div#content ul.box li {
    list-style: none;
}

div#content dl.box, div#content dl.errorBox {
    clear: both;
    width: 66%;
    padding: 1em 0 1em 1em;
    margin: 1em auto;
    border: 1px solid #505050;
    background: #b0b0b0;
    color: #222;
    font-size: 0.8em;
}

div#content dl.boxF {
    clear: both;
    width: 80%;
    padding: 1em 0 1em 1em;
    margin: 1em auto;
    border: 1px solid #505050;
    background: #b0b0b0;
    color: #222;
    font-size: 0.8em;
}

div#content dl.box dt, div#content dl.box dd {
    display: inline-block;
    padding: 0em 0.5em;
    margin: 0;
}

div#content dl.boxF dt, div#content dl.boxF dd {
    padding: 0.5em;
    margin: 0;
}

div#content dl.boxF dd {
    padding-left: 1.5em;
}

div#content dl.box dt {
    width: 10%;
    font-weight: bold;
}

div#content dl.errorBox dt, div#content dl.boxF dt {
    font-weight: bold;
}

div#content dl.box dd {
    width: 75%;
}

div#content a {
    color: #a92324;
    text-decoration: none;
}

div#content a.strong {
    color: #a92324;
    font-weight: bold;
}

div#content q {
    display: block;
    font-style: italic;
}

div#content .inline {
    display: inline;
}

div#content q.inline {
    display: inline;
    font-style: italic;
}

div#content q:before, div#content q:after {
    content: "";
}

div#content span.modellTitle {
    white-space: nowrap;
}

div#content strong#telNumber1, div#content strong#telNumber2 {
    margin: 1em auto;
    text-align: center;
}

/* -- IMAGES ---------------------------------------------------------------- */

div#content h4#imgExpHeader {
    padding: 0 1.5em;
    margin: 2.5em 0 0 0;
    font-size: 1.1em;
    text-align: center;
}

div#content h4#imageHeader {
    padding: 0 1.5em;
    margin: 2.5em 0 0 0;
    font-size: 1.1em;
    text-align: center;
}

div#content h4#imageHeaderMain {
    padding: 0;
    margin: 2.5em 0 0 0;
    font-size: 1em;
    text-align: left;
}

div#content h6#imageHeaderMainBottom {
    padding: 0 1.6em;
    margin: 2.5em 0 0.2em 0;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
}

div#content img#overview {
    clear: both;
    display: block;
    width: 470px;
    height: 610px;
    margin: 2em auto;
}

div#content div.imageExamplesMain {
    position: relative;
    width: 235px;
    height: 500px;
    margin: 10px 48px;
    float: left;
}


div#content div.imageExamplesMainNormal {
    position: relative;
    width: 235px;
    height: 200px;
    margin: 10px 48px;
    float: left;
}

div#content div.imageExamplesMainWidth {
    position: relative;
    width: 100%;
    margin: 10px 10px;
    float: left;
}

div#content div.imageExamplesMainWidth img {
    border: 1px #222 solid;
    max-width: 235px;
    margin: 0 2px;
}

div#content div.imageExamplesMain h4 {
    font-size: 16px;
    word-wrap: break-word;
    margin: 0 auto;
    padding: 10px 0px;
}

div#content div.imageExamplesMainNormal h4 {
    font-size: 16px;
    word-wrap: break-word;
    margin: 0 auto;
    padding: 10px 0px;
}

div#content div.imageExamplesMain p {
    margin: 0 auto;
    padding: 10px 0px;
}

div#content div.imageExamplesMainNormal p {
    margin: 0 auto;
    padding: 10px 0px;
}

div#content div.imageExamplesMain img {
    border: 1px #222 solid;
    max-width: 235px;
}

div#content div.imageExamplesMainNormal img {
    border: 1px #222 solid;
    max-width: 235px;
}

div#content div.imageExamplesMainLB a img {
    max-width: 235px;
}

div#content div.imageExamplesMainLB a:hover img {
    border: 1px #CC0033 solid;
}

div#content div.imageExamplesMainSmall {
    position: relative;
    width: 180px;
    margin: -40px 5px 20px 13px;
    float: left;
}

div#content div.imageExamplesMainSmallLB img {
    border: 1px #222 solid;
    max-width: 180px;
}

#content div.imageExamplesMain a.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 2px;
}

#content div.imageExamplesMainNormal a.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 2px;
}

div#content div.imageExamplesNaviSite {
    position: relative;
}

div#content div.imageExamplesNaviSite {
    margin: 0 auto;
    text-align: center;
}

#content div.imageExamplesNaviSite img {
    max-width: 185px;
    border: 1px solid #222;
}

div#content div.imageExamples {
    position: relative;
}

div#content div.imageExamples, div#content div#imageExamplesLB {
    margin: 0 auto;
    text-align: center;
}

/*div#content div.imageExamples, div#content div#imageExamples img, div#content div#imageExamplesLB, div#content div#imageExamplesLB img { vertical-align : middle; }*/

div#content div.imageExamples img {
    max-width: 235px;
    border: 1px solid #222;
}

div#content div.imageExamples a img {
    max-width: 235px;
    border: 1px solid #222;
}

div#content div.imageExamples a:hover img {
    max-width: 235px;
    border: 1px #CC0033 solid;
}

/*div#content div#imageExamples div#indexFIS img, div#content div#imageExamples div.fiar img { width : 110px; }*/

div#content div#imageExamplesLB a {
    display: inline-block;
    position: relative;
    max-width: 235px;
    padding: 1px;
    margin: 0.5em 0.2em;
    text-decoration: none;
}

/*div#content div#imageExamplesLB div a { max-width : 235px; margin: 0 auto;}*/

div#content div#imageExamplesLB a img {
    max-width: 235px;
}

div#content div#imageExamplesLB a:hover img {
    border: 1px #CC0033 solid;
}

div#content div#imageExamplesLB.noZoom a:hover {
    padding: 1px;
    border: 1px solid #868686;
}

div#content div#imageExamplesLB a ins {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
    padding: 0;
/* usuniecie lupki */
/*    background: transparent url(../_graphics/zoom.png) no-repeat center center; */
}

/* -------------------------------------------------------------------------- */

div#content ul.telKontakt {
    padding: 0;
    margin: 0 auto;
    width: 200px;
    list-style-type: none;
    /*text-align : center;*/
    font-size: 1.2em;
    font-weight: bold;
}

div#content ul.telKontakt li img {
    vertical-align: middle;
    margin-right: 10px;
}

div#content ul.telKontakt a {
    text-align: left;
    font-size: 1em;
    text-decoration: none;
    margin-left: 4px;
    border: 0;
}

div#content a.mail {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

div#content a.mail img {
    vertical-align: top;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
}

div#content .highlight {
    color: #a92324;
}

div#content .centerHigh {
    margin: 1em auto;
    background: #FBFBFB;
    color: #a92324;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

div#content .leftHigh {
    margin: 1em auto;
    background: #FBFBFB;
    color: #a92324;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

div#content .linkAuftrag {
    width: 33%;
    padding: 0;
    margin: 1.5em auto 2.5em;
    text-align: center;
}

div#content p#orderButtonTop {
    margin: 3em auto 1em;
}

div#content .linkAuftrag a {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0.2em;
    margin: 0;
    border: 1px solid #585858;
    background: url(../_graphics/button-hover.png) center center;
    color: #222;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.8em;
}

div#content .linkAuftrag a:hover {
    background: url(../_graphics/button.png) center center;
}

div#content .centerHigh * {
    /*background : #c5c5c5;*/
    color: #a92324;
    text-decoration: none;
}

div#content p strong {
    display: block;
    margin: 1.5em 0 .5em 0;
}

div#content p.note {
    padding: 1em;
    margin: 1em auto;
    background: #c5c5c5;
    color: #a92324;
    font-size: 0.8em;
}

div#content p.attention {
    width: 80%;
    padding: 1em;
    margin: 1em auto;
    border: 2px solid #585858;
    text-align: justify;
}

div#content p.attention.note {
    width: 92%;
    border: 1px solid #696969;
    background: #e0e0e0;
    color: #222222;
    text-align: center;
}

div#content dl.defs {
    margin: 2em 1em;
}

div#content dl.defs dt, div#content dl.defs dd {
    padding: 0em 0.5em;
    margin: 0;
}

div#content dl.defs dt {
    font-weight: bold;
}

/*   */

div#content div#cards {
    font-size: 0.7em;
}

div#content div#cards ul, div#content div#cards li {
    list-style: none;
}

div#content div#cards ul {
    margin-bottom: 2em;
}

div#content div#cards li {
    float: left;
    margin: 0.5em 0;
    width: 50%;
}

div#content div#cards + h4 {
    clear: both;
    padding-top: 2em;
}

div#content div#cards img {
    width: 56px;
    height: 40px;
    padding-right: 2em;
    vertical-align: middle;
}

div#content a#back1, div#content a#foot1, div#content a#back2, div#content a#foot2, div#content a#back3, div#content a#foot3, div#content a#backZeigerNote, div#content a#backZeigerNote2, div#content a#zeigerNote, div#content a#zeigerNote2, div#content a#backStGNote, div#content a#StGNote {
    text-decoration: none;
}

div#content a#foot1, div#content a#foot2, div#content a#foot3, div#content a#zeigerNote, div#content a#zeigerNote2, div#content a#StGNote {
    font-size: 2em;
}

div#content table#priceList a#back1 {
    background: #222;
    color: #fff;
}

/*A--->*/
div#content table#priceList2 a#back1 {
    background: #222;
    color: #fff;
}

div#content table#tableBackground a#back1 {
    background: #222;
    color: #fff;
}
/*A<---*/

div#content table#postage, div#content a#back1 {
    background: none;
}

div#content div#footNotes p {
    margin: 0 1em;
    font-size: 0.7em;
}

/* -- Pricelist Postage ---------------------------------------------------- */

div#content ul#paymentOptions li {
    height: 40px;
    line-height: 40px;
}

div#content ul#paymentOptions li * {
    padding: 0;
    margin: 0 3px;
    vertical-align: middle;
}

div#content table#priceList, div#content table#postage {
    width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto 2em;
}

div#content table#priceList caption {
    text-indent: -4999px;
}

div#content table#priceList th, div#content table#postage th {
    padding: 0.5em;
    text-align: left;
}

div#content table#priceList th {
    font-weight: normal;
}

div#content table#priceList thead th {
    background: #222;
    color: #fff;
}

/*A--->*/
div#content table#priceList2, div#content table#postage {
    width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto 2em;
/* dodane dla zmniejszenia chcionki na liscie w cenniku*/
    font-size: 0.9em;
}

div#content table#priceList2 caption {
    text-indent: -4999px;
}

div#content table#priceList2 th, div#content table#postage th {
    padding: 0.5em;*
text-align: left;
}

div#content table#priceList2 th {
    font-weight: normal;
}

div#content table#priceList2 thead th {
    background: #222;
    color: #fff;
}

div#content table#tableBackground, div#content table#postage {
    width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto 2em;
}

div#content table#tableBackground caption {
    text-indent: -4999px;
}

div#content table#tableBackground th, div#content table#postage th {
    padding: 0.5em;*
    text-align: left;
}

div#content table#tableBackground th {
    font-weight: normal;
}

div#content table#tableBackground thead th {
    background: #222;
    color: #fff;
}

/*A<---*/

div#content table#postage thead th, div#content table#postage tbody#postageD {
    background: none;
}

div#content table#postage tbody#postageD th {
    text-align: center;
    height: 10%;
    width: 21%;
    padding: 0px 0 10px 0;
}

div#content table#priceList thead th + th, div#content table#postage thead th + th {
    min-width: 28%;
    width: 39%;
    max-width: 50%;
    text-align: right;
}

div#content table#priceList tbody th {
    font-weight: normal;
    background: #484848;
    color: #fff;
}

/*A--->*/
div#content table#priceList2 thead th + th, div#content table#postage thead th + th {
    min-width: 28%;
    width: 39%;
    max-width: 50%;
    text-align: right;
}

div#content table#priceList2 tbody th {
    font-weight: normal;
    background: #484848;
    color: #fff;
}

div#content table#tableBackground thead th + th, div#content table#postage thead th + th {
    min-width: 28%;
    width: 39%;
    max-width: 50%;
    text-align: right;
}

/*div#content table#tableBackground tbody th {
    font-weight: normal;
    background: #484848;
    color: #fff;
}
*/
/*A<---*/

div#content table#postage tbody#postageZ th {
    text-align: center;
    height: 10%;
    padding: 0px 0 10px 0;
}

div#content table#priceList td {
    padding: 0.5em 1em;
    border: 1px solid #696969;
}

/*A--->*/
div#content table#priceList2 td {
    /*padding: 0.5em 1em;*/
    /*border: 1px solid #696969;*/
    background: #ededed;
}
div#content table#tableBackground td {
    /*padding: 0.5em 1em;*/
    /*border: 1px solid #696969;*/
    background: #ededed;
}
/*A<---*/

div#content table#postage td, div#content tbody#postageD td {
    text-indent: 1.5em;
    border: 1px solid #696969;
}

div#content table#priceList td + td, div#content table#postage td + td {
    text-align: right;
}

div#content table#priceList td + td span {
    float: left;
    width: auto;
}

div#content table#priceList tbody tr:hover td, div#content table#postage tbody + tbody tr:hover td {
    background: #e0e0e0;
}

/*A--->*/
div#content table#priceList2 td + td, div#content table#postage td + td {
    text-align: left;
}

div#content table#priceList2 td + td span {
    float: left;
    width: auto;
}

div#content table#priceList2 tbody tr:hover td, div#content table#postage tbody + tbody tr:hover td {
    background: #ededed;
}

div#content table#tableBackground td + td, div#content table#postage td + td {
    text-align: left;
}

div#content table#tableBackground td + td span {
    float: left;
    width: auto;
}

div#content table#tableBackground tbody tr:hover td, div#content table#postage tbody + tbody tr:hover td {
    background: #b0b0b0;
}
/*A<---*/

/*div#content table#postage tbody#postageD tr:hover { background : #696969; }*/

div#content .priceNote
{
    font-size: 0.7em;
    color: #333;
}

div#content h4.priceNote {
    padding: 0 1em;
    margin: -1em auto 0;
}

div#content h5.priceNoteSubHead {
    padding: 0 1em;
    margin: 0.5em auto;
    font-size: 0.8em;
}

div#content p.priceNote, div#content div.priceNote {
    padding: 0 1em 1em;
    margin: 0 auto 1em;
    border-bottom: 1px solid #585858;
    text-align: justify;
}

/*A--->*/
div#content .priceName
{
    font-size: 1em;
    color: #333;
}

div#content .priceNoteNew
{
    font-size: 0.7em;
    color: #333;
}

div#content .priceNoteNew1
{
    font-size: 0.7em;
    color: #333;
    width: 380px;
}

div#content .smallerText
{
    font-size: 0.8em;
    color: #000000;
}

div#content p.priceNoteNew, div#content div.priceNoteNew {
    padding: 0 1em 1em;
    margin: 0 auto 0em;
    border-bottom: 1px solid #585858;
    text-align: justify;
}

div#content p.priceNoteLine, div#content div.priceNoteLine {

    background: #FFFFFF;
    border-top: 1px solid #000000;
    text-align: justify;
}

div#content p.smallerText, div#content div.smallerText {



}
/*A<---*/

div#content #priceList p.priceNote {
    padding: 0.5em 0 0;
    margin: 6em 0.5em 0em 0;
    border: 0;
    border-top: 1px solid #b5b5b5;
    text-align: justify;
}

div#content #priceList td.priceNote {
    padding: 1.5em;
    margin: 1.5em;
}

div#content #priceList p.priceNoteTop {
    padding: 0 0 0.5em;
    margin: 0;
    border: 0;
    font-size: 0.7em;
    color: #333;
}

div#content #priceList2 p.priceNoteTop1 {
    padding: 0 0 0;
    margin: 1.1em;
    border: 0;
    font-size: 0.6em;
    color: #333;
}

div#content #priceList p.priceNoteBottom {
    padding: 0.5em 0;
    margin: 0.5em 0;
    border: 0;
    border-top: 1px solid #b5b5b5;
    font-size: 0.7em;
}

/*A--->*/
div#content #priceList2 p.priceNote {
    padding: 0.5em 0 0;
    margin: 6em 0.5em 0em 0;
    border: 0;
    border-top: 1px solid #b5b5b5;
    text-align: justify;
}

div#content #priceList2 td.priceNote {
    padding: 1.5em;
    margin: 1.5em;
}

div#content #priceList2 p.priceNoteTop {
    padding: 0 0 0.5em;
    margin: 0;
    border: 0;
    font-size: 0.7em;
    color: #333;
}

div#content #priceList2 p.priceNoteBottom {
    padding: 0.5em 0;
    margin: 0.5em 0;
    border: 0;
    border-top: 1px solid #b5b5b5;
    font-size: 0.7em;
}
/*A<---*/

/* Formular */

div#content form {
    width: 55%;
    margin: 0 auto;
}

div#content form fieldset {
    background: #DFDFDF;
}

/* Google Maps */

#googleMap {
    text-align: center;
    margin: 0 auto;
}

h3.keyword {
    margin: 3em 0.3em 2em;
    color: #a92324;
    font-size: 0.9em;
    width: 99%;
}

.keyword {
    margin: 0 auto;
    width: 100%;
    float: left;
}

h6.keyword-1 {
    margin: 0em 0.3em;
    font-size: 1.2em;
    float: left;
}

h6.keyword-2 {
    font-size: 1em;
    margin: 0.1em 0.3em;
    display: inline;
    float: left;
}

h6.keyword-3 {
    margin: 0.15em 0.3em;
    font-size: 0.8em;
    float: left;
}

h6.keyword-4 {
    font-size: 0.6em;
    margin: 0.5em 0.3em;
    display: inline;
    float: left;
}

.clearfix {
    clear: both;
}

/* Teilenummer */
#tnListe {
    color: #a92324;
    display: block;
}

#tnData {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    width: 98%;
    margin: 0 auto;
    background-color: #F3F3F3;
}

#tnData ul {
    font-size: 0.925em;
    margin: 0;
    padding: 0;
    padding-right: 4em;
    width: auto;
    min-width: 12%;
    list-style-type: none;
    float: left;
    text-align: right;
}

#tnData p {
    font-size: 0.8em;
    margin-top: 10px;
    padding: 0;
}

#tnData a {
    text-decoration: none;
}

/*#tnData li:before{
	content: " |";
}*/
#closeTnData {
    display: block;
    color: #a92324;
    width: 15%;
    float: right;
}
#toggleMobileNav .icon-bar:nth-of-type(2) {
    top: 1px;
}

#toggleMobileNav .icon-bar:nth-of-type(3) {
    top: 2px;
}

#toggleMobileNav .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

#toggleMobileNav.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

#toggleMobileNav.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

#toggleMobileNav.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}