article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em}sub{bottom:-.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

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

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

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

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

audio,canvas,img,svg,video {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
}

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

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

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

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

.invisible,.header__nav .navigation__justify {
    visibility: hidden
}

.clearfix:before,.header__wrap:before,.header__teaser .navigation:before,.main:before,.aside__entry .aside__entry__content:before,.clearfix:after,.header__wrap:after,.header__teaser .navigation:after,.main:after,.aside__entry .aside__entry__content:after {
    content: " ";
    display: table
}

.clearfix:after,.header__wrap:after,.header__teaser .navigation:after,.main:after,.aside__entry .aside__entry__content:after {
    clear: both
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background: url(img/background.png) 0 0 repeat-x #f1f1eb;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

body {
    min-height: 100%;
    width: 100%;
    min-width: 980px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: url(img/background-body.png) left bottom repeat-x
}

.container {
    width: 990px;
    margin: 0 auto
}

.header__wrap {
    margin-bottom: 48px
}

.header__logo {
    float: left;
    margin-top: 49px
}

.header__nav {
    float: right;
    text-align: justify;
    width: 50%;
    height: 50px;
    border-top: 1px solid #706f6f;
    border-bottom: 1px solid #706f6f;
    margin-top: 60px
}

.header__nav .navigation {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.header__nav .navigation__entry {
    display: inline;
    margin-bottom: 0
}

.header__nav .navigation__entry a {
    display: inline-block;
    color: #706f6f;
    text-decoration: none;
    padding: 14px 2px 0;
    height: 48px;
    border-bottom: 2px solid transparent;
    margin-bottom: 0;
    font-size: .9em
}

.header__nav .navigation__entry a:hover,.header__nav .navigation__entry a:focus {
    border-color: #706f6f;
    color: #000
}

.header__nav .navigation__justify {
    display: inline-block;
    height: 1px;
    width: 100%
}

.header__teaser {
    padding-top: 44px;
    padding-bottom: 34px
}

.header__teaser a {
    text-decoration: none;
    font-size: 1.1em
}

.header__teaser .navigation {
    list-style: none;
    margin: 0;
    padding: 0
}

.header__teaser .navigation__entry {
    float: left;
    width: 33.333%;
    text-align: center
}

.header__teaser .teaser {
    background: url(img/teaser-background.png) center bottom no-repeat;
    padding-bottom: 33px;
    width: 298px;
    margin: 0 auto
}

.header__teaser .teaser__entry {
    text-align: left;
    padding: 10px 0 13px 13px;
    background: #fff;
    border: 1px solid #dbdad6;
    border-top: 0 none
}

.header__teaser .teaser__entry span {
    color: #706f6f;
    display: block;
    font-size: .85em
}

.header__teaser .teaser__icon {
    margin-top: 3px;
    margin-right: 10px;
    width: 32px;
    height: 36px;
    display: block;
    float: left;
    background: url(img/slider-sprite.jpg);
    background-repeat: no-repeat
}

.header__teaser .teaser__image {
    height: 150px;
    background: url(img/slider-sprite.jpg);
    background-repeat: no-repeat
}

.header__teaser .navigation__entry--schluesseldienst a {
    color: #0088c1
}

.header__teaser .navigation__entry--schluesseldienst .teaser__image {
    background-position: 0 0
}

.header__teaser .navigation__entry--schluesseldienst .teaser__icon {
    background-position: -68px -150px
}

.header__teaser .navigation__entry--motorist a {
    color: #75b72b
}

.header__teaser .navigation__entry--motorist .teaser__image {
    background-position: -298px 0
}

.header__teaser .navigation__entry--motorist .teaser__icon {
    background-position: -34px -150px
}

.header__teaser .navigation__entry--akku a {
    color: #bf1718
}

.header__teaser .navigation__entry--akku .teaser__image {
    background-position: -596px 0
}

.header__teaser .navigation__entry--akku .teaser__icon {
    background-position: 0 -150px
}

.navigation__entry--schluesseldienst .teaser {
    margin: 0;
}

.navigation__entry--akku .teaser {
    margin: 0 0 0 auto;
}

.main {
    padding-bottom: 2em
}

.content {
    float: left;
    width: 640px;
    font-size: .8em
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    font-weight: 400
}

.content a {
    color: #222
}

.content header {
    border-bottom: 1px solid #cccbc9;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.content header h1,.content header h2,.content header h3,.content header h4,.content header h5,.content header h6,.content header p {
    margin: 0
}

.content header p {
    color: #706f6f
}

.aside {
    float: right;
    width: 295px
}

.aside__entry {
    border-bottom: 1px solid #cccbc9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: .8em
}

.aside__entry:last-child {
    border-bottom: 0 none
}

.aside__entry p {
    margin: 0 0 1em
}

.aside__entry a {
    color: #222
}

.aside__entry .aside__entry__header {
    font-weight: 400;
    margin: 0 0 1em
}

.aside__entry .aside__icon {
    background: url(img/site-sprite.png) no-repeat
}

.aside__entry .aside__entry__text {
    float: left
}

.aside__entry .icon-contact {
    width: 73px;
    height: 53px;
    background-position: 0 -96px;
    float: left;
    margin-right: 10px
}

.aside__entry .icon-address {
    width: 73px;
    height: 97px;
    background-position: 0 0;
    float: right;
    margin-left: 10px
}

.aside__entry .icon-hours {
    width: 71px;
    height: 71px;
    background-position: -72px -13px;
    float: left;
    margin-right: 10px
}

.aside__entry th {
    vertical-align: top;
    padding-right: 5px;
    text-align: left;
    font-weight: 400
}


.contactform-field {
    height: 34px;
    width: 309px;
    margin-bottom: 12px;
}

.contactform-input {
    background:none;
    border:1px solid #75b72b;
    color:inherit;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 3em;
    margin-bottom: 0.5em;
    width: 215px;
}
.contactform-input:focus {background:#E6E6E0;}

.contactform-label {
    width: 90px;
    display: inline-block;
    margin-top: 10px;
}

.contactform-label-radio {
    width: 80px;
    display: inline-block;
    margin-left: 1em;
}

.contactform-field-message {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.contactform-field-message .contactform-label {
    display: block;
    height: 34px;
}

.contactform-field-message .contactform-textarea {
    height: 135px;
    width: 100%;
}

.contactform-button {
    background-image:none;
    background-color:#E6E6E0;
    font:inherit; color:inherit !important;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    height:3em;
    margin-bottom:0;
    width: 100%;
}

.contactform-button:hover,
.contactform-button:focus,
.vcard--link a:hover,
.vcard--link a:focus {
color: #F1F1EB !important;
background-color: #75b72b !important;
}

.vcard {
    margin-top: 2em;
}

.vcard--link, .vcard--title {
    margin: 0;
}

.vcard--title {
    margin-bottom: 6px;
}

.vcard--link a {
    border: 1px solid #75b72b;
    display: block;
    background-color: #E6E6E0;
font: inherit;
color: inherit !important;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
text-align: center;
height: 3em;
background-image: url(img/vcard.png);
background-repeat: no-repeat;
background-position: 70px center;
text-decoration: none;
padding-top: 8px;
}

.block-left {
    float: left;
    width: 310px;
    margin-right: 10px;
}

.block-right {
    float: right;
    width: 310px;
    margin-left: 10px;
}

.content h2 {
    font-size: 1.9em;
}

.content h3 {
    font-size: 1.5em;
}


.schlusseldienst header h2 {
    color: #0088c1;
}

.motorist header h2 {
    color: #75b72b;
}

.akkureparatur header h2 {
    color: #bf1718;
}

.schlusseldienst ul,
.motorist  ul,
.akkureparatur  ul {
    list-style: none;
    padding: 0;
}

.schlusseldienst li {
    background: url(img/listmain-schluessel.png) left 7px no-repeat;
    padding-left: 17px;
}

.motorist li {
    background: url(img/listmain-motorist.png) left 7px no-repeat;
    padding-left: 17px;
}

.akkureparatur li {
    background: url(img/listmain-akku.png) left 7px no-repeat;
    padding-left: 17px;
}

.schlusseldienst .row,
.motorist .row,
.akkureparatur .row {
    border-bottom: 1px solid #cccbc9;
}

.schlusseldienst .row:last-child,
.motorist .row:last-child,
.akkureparatur .row:last-child {
    border-bottom: 0 none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
	padding-right: 15px;
}


.content .impr {
    width: 480px;
}

.content .impr tr:nth-child(2n+1) td {
background: #E6E6E0;
border-top: 1px solid #75b72b;
}

.content .impr td {
padding: 5px 0;
}

.impressum .col {
    border-bottom: 1px solid #cccbc9;
    padding-bottom: 10px
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        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) ")"
    }

    .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
    }

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

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

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

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