/*
Theme Name: inkassoregister
Theme URI: http://www.inkassoregister.ch
Description: inkassoregister - SEO optimized
Version: 1.0
Author: HK
Author URI: http://www.werbekracher.com
*/



/* Lato (SIL Open Font License 1.1), self-hosted */
@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/lato-italic-300.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/lato-italic-400.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/lato-italic-700.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/lato-300.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/lato-400.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/lato-700.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: #e7edf0 none repeat scroll 0 0;
    color: #4f4f4f;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
a, a:visited, a:active {
    color: #f39200;
    text-decoration: underline;
}
a:hover {
    color: #326592;
    text-decoration: underline;
}
img {
    border: medium none;
}
h1, h2, h3, h4, h5, h6 {
    color: #f39200;
    font-weight: 400;
}
* {
    margin: 0;
    padding: 0;
}
.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
}
.slick-list {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: medium none;
}
.slick-loading .slick-list {
    background: white;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    transform: translate3d(0px, 0px, 0px);
}
.slick-track {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
    float: left;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
ul.slick-dots {
    bottom: 0;
    position: absolute;
    right: -15px;
}
ul.slick-dots li {
    list-style: outside none none;
    margin-top: 2px;
}
ul.slick-dots li button {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    width: 10px;
}
ul.slick-dots li button:hover, ul.slick-dots li.slick-active button {
    background: #f39200 none repeat scroll 0 0;
    border: 1px solid #f39200;
}
#top {
    background: #fff none repeat scroll 0 0;
    border-top: 5px solid #326592;
    padding-bottom: 10px;
    padding-top: 10px;
}
.wrap {
    margin: 0 auto;
    width: 940px;
}
.clear {
    clear: both;
}
#top .l {
    float: left;
}
#top .r {
    float: right;
}
#top p {
    font-size: 15px;
    font-style: italic;
}
#top p.phone {
    background: rgba(0, 0, 0, 0) url("../../uploads/phone.gif") no-repeat scroll left center;
    padding-bottom: 20px;
    padding-left: 34px;
    padding-top: 10px;
}
#top p.phone span {
    color: #326592;
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
}
#navdiv {
    background: #f39200 none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul#navigation {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
ul#navigation li {
    float: left;
    list-style: outside none none;
    margin-right: 15px;
}
ul#navigation li a, ul#navigation li a:active, ul#navigation li a:visited {
    color: #fff;
    text-decoration: none;
}
ul#navigation li a:hover, ul#navigation li.current-menu-item a, ul#navigation li:hover > a, ul#navigation li.current-menu-ancestor a {
    color: #ffe6c0;
}
ul#navigation li ul.sub-menu {
    background: #f39200 none repeat scroll 0 0;
    display: none;
    font-weight: 300;
    margin-left: -10px;
    padding: 10px 60px 6px 10px;
    position: absolute;
    text-transform: none;
    z-index: 10000000;
}
ul#navigation li ul.sub-menu li {
    float: none;
    margin-bottom: 4px;
}
ul#navigation li:hover ul.sub-menu {
    display: block;
}
ul#navigation li ul.sub-menu li a, ul#navigation li ul.sub-menu li a:active, ul#navigation li ul.sub-menu li a:visited {
    color: #fff;
}
ul#navigation li ul.sub-menu li a:hover, ul#navigation li ul.sub-menu li.current-menu-item a {
    color: #ffe6c0;
}
#slider h2 {
    color: #4f4f4f;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 20px;
}
#slider p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
#slider img {
    float: right;
}
#slider .con {
    float: left;
    height: 262px;
    overflow: hidden;
    padding-top: 20px;
    width: 40%;
}
#header {
    padding-bottom: 10px;
    padding-top: 10px;
}
a.button, a.button:active, a.button:visited, .sendbutton {
    background: #326592 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 8px 10px -10px #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    padding: 5px 30px 10px;
    text-align: center;
    text-decoration: none;
}
p.btn span {
    display: block;
    font-size: 25px;
    font-weight: bold;
}
a.button:hover, .sendbutton:hover {
    background: #f39200 none repeat scroll 0 0;
}
#slider p.btn {
    padding-top: 20px;
}
.page {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding-bottom: 20px;
    padding-top: 20px;
}
#footer {
    color: #4f4f4f;
    padding-bottom: 30px;
    padding-top: 10px;
}
#footer ul {
    display: table;
    margin: 0 auto;
    text-align: center;
}
#footer ul li {
    float: left;
    list-style: outside none none;
}
#footer ul li span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
#footer ul li a, #footer ul li a:active, #footer ul li a:visited {
    color: #4f4f4f;
    text-decoration: none;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#footer ul.footb li:last-child span {
    display: none;
}
#footer ul#foot1 {
    margin-bottom: 5px;
}
#footer ul#foot3 {
    display: inline-block;
    float: left;
    margin: auto;
}
#footer .fs {
    display: table;
    font-size: 10px;
    margin: 0 auto;
}
#footer .fs .inner {
    display: table;
    padding-top: 10px;
}
#footer .fs .inner p {
    display: inline-block;
    float: right;
}
#homebox {
}
#homebox .box {
    float: left;
    margin-right: 3%;
    width: 31.3333%;
}
#homebox .box.box3 {
    margin: 0;
}
#homebox .box img {
    height: auto;
    width: 100%;
}
#homebox .box .txt {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 5px -4px #333;
    margin: -50px auto 0;
    position: relative;
    width: 94%;
    z-index: 1000;
}
#homebox .box .txt .wrapper {
    padding: 10px 3%;
}
#homebox .box h2 {
    font-size: 18px;
    margin-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase;
}
#homebox .box .txt p {
    line-height: 19px;
}
#homebox .box h2 a, #homebox .box h2 a:active, #homebox .box h2 a:visited, #aktuelles .el h3 a, #aktuelles .el h3 a:active, #aktuelles .el h3 a:visited {
    text-decoration: none;
}
#aktuelles {
    padding-top: 30px;
}
#aktuelles h2 {
    color: #4f4f4f;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#aktuelles .el h3 {
    font-size: 15px;
}
#aktuelles .el p {
    line-height: 18px;
}
#aktuelles .el {
    float: left;
    width: 49%;
}
#aktuelles .el.el2 {
    float: right;
}
#aktuelles .el p.info, #content p.info {
    font-size: 12px;
    margin-bottom: 6px;
}
#content h1 {
    font-size: 25px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 10px;
}
#content h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1px;
    padding-top: 10px;
}
#content p, #content ol, #content ul {
    margin-bottom: 10px;
}
#content ol, #content ul {
    margin-left: 5%;
}
#content ol li, #content ul li {
    margin-bottom: 3px;
}
#content {
    float: right;
    line-height: 20px;
    position: relative;
    width: 66%;
}
#leftbar {
    float: left;
    width: 30%;
}
#leftbar .widget {
    background: #e7edf0 none repeat scroll 0 0;
    margin-bottom: 20px;
    min-height: 20px;
}
#leftbar .widget .wrapper {
    padding: 20px 6%;
    position: relative;
}
#leftbar .widget .wrapper h3 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
}
#leftbar .widget .wrapper ul {
    font-weight: normal;
    margin-left: 0;
    padding-top: 10px;
}
#leftbar .widget .wrapper ul li {
    background: rgba(0, 0, 0, 0) url("../../uploads/li.gif") no-repeat scroll 0 2px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 17px;
}
#leftbar .widget .wrapper ul li a, #leftbar .widget .wrapper ul li a:active, #leftbar .widget .wrapper ul li a:visited {
    color: #326592;
    text-decoration: none;
}
#leftbar .widget .wrapper ul li a:hover {
    color: #f39200;
}


#content h2 a, #content h2 a:active, #content h2 a:visited {
    text-decoration: none;
}
#archive .row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#archive .row h2 {
    padding-top: 0;
}
#content .pagination {
    clear: both;
    padding-top: 10px;
}
#content .pagination ol {
    margin-left: 0;
}
#content .pagination ol li {
    float: left;
    list-style: outside none none;
    margin-right: 5px;
}
#content .pagination ol li a, #content .pagination ol li a:active, #content .pagination ol li a:visited, #content .pagination ol li span.current {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #4f4f4f;
    display: block;
    padding: 3px 10px 4px;
    text-decoration: none;
}
#content .pagination ol li a:hover, #content .pagination ol li span.current {
    background: #f39200 none repeat scroll 0 0;
    border: 1px solid #f39200;
    color: #fff;
}
#content .pagination ol li:first-of-type {
    display: none;
}
p.info a,p.info a:active,p.info a:visited {
    color: #4f4f4f;
    text-decoration: none;
}
p.info a:hover {
    color: #f39200;
}
p.more {
    border-top: 1px solid #ccc;
}
