/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}
html {
        font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
        overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
        -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
        -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
        background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
        display: block;
}
ol, ul {
        list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        font-weight: normal;
        text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
a:focus {
        outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
        outline: 0;
}
a img {
        border: 0;
}

/* =General
-------------------------------------------------------------- */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RopaSansRegular';
    src: url('fonts/RopaSans-Regular-webfont.eot');
    src: url('fonts/RopaSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RopaSans-Regular-webfont.woff') format('woff'),
         url('fonts/RopaSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/RopaSans-Regular-webfont.svg#RopaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
        font-size: 16px;
        color:#4B4841;
        font-family: 'DroidSansRegular', Arial, sans-serif;
}
a {
        color:#4B4841;
        text-decoration:none;
        -webkit-transition: color .5s ease-in;
        -moz-transition: color .5s ease-in;
        -ms-transition: color .5s ease-in;
        -o-transition: color .5s ease-in;
        transition: color .5s ease-in;
}
a:hover { color:#999;}
h1 {
        font-size: 2.2em;
        margin: 20px 0 18px;
        text-align:center;
        font-family: 'RopaSansRegular', Arial, sans-serif;
}
a:hover { color:#999;}
h2 {
        font-size: 1.8em;
        margin: 20px 0 18px;
        text-align:center;
        font-family: 'RopaSansRegular', Arial, sans-serif;
}
p{ font-size: 1.1em; padding-bottom: 20px; }
strong { font-weight:bold; }
/* =Content
-------------------------------------------------------------- */
.site {
        width: 778px;
        margin: 0 auto;
}
.hint {
        position:absolute;
        width: 778px;
        margin-top: 15px;
        font-size: .9em;
        text-align: center;
}
.leistungen {
    width: 780px;
        margin: 15px 0 30px;
       overflow:hidden;
        font-family: 'RopaSansRegular', Arial, sans-serif;
        font-size: 1.2em;
}
.leistungen li {
        background: url('img/list-item.png') no-repeat -2px center;
        float:left;
        padding: 0 9px 0 12px ;
}
.leistungen li:first-child { padding-left:13px; background:none; }
.leistungen li:last-child {  padding-right: 0 !important; }

.kontakt { margin-bottom: 35px; overflow:hidden;}
.kontakt li { width: 202px; float:left; font-size: .9em; }
.kontakt li:last-child { width:166px; }

a.impressum { color: #999999; }
a.impressum:hover { color:#4B4841; }

.site-impressum h1 { text-align:left; }
.site-impressum ul { padding-bottom: 50px; }
.site-impressum li { padding-bottom: 5px; }
.site-impressum a.impressum { display:block; padding-top: 20px; }

/* =Helpers
-------------------------------------------------------------- */
 /* Columns with col-box----------------------------------------------- */
.col-25{ width: 166px; padding:0; float:right; }
.col-75 { width: 610px; padding:0; float:left; }

.col { margin: 10px 0 20px; }

/* Other */
.align-left { float:left; }
.clear-fix { clear: both; }
.td { display:inline-block; width: 80px;  }