/*ipad mobile view fix*/
@media (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 17px !important;
    }

    .top-menu {
        right: 44px;
        width: 70px
    }

    #menu-user {
        right: 110px;
        width: 60px
    }

    #header-menu-top .list-inline {
        margin-top: 0 !important;
        top: 13px;
        position: absolute;
        transition: top .3s
    }
}

@media (min-width: 768px) and (max-width: 811px) {
    .navbar-nav {
        position: absolute;
        top:77px;
        right: 50px;
    }
}


/*ipad mobile view fix*/

.crumbs, .crumbs a, .post-title {
    color: #808080
}

.widget, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px
}

.lang-list ul li:after, .navigation:after, .parts-form .option:after {
    clear: both
}

body, html {
    height: 100%
}

body.default {
    padding-top: 115px
}

body.admin-bar {
    padding-top: 80px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans Regular", sans-serif;
    font-weight: 400; /* Book */
    font-style: normal;
    margin-top: 0;
}

h1{
	color: #fab600!important;
}


h2, h4{
	color: #000000!important;
}

.bold, b, strong {
    font-family: "OpenSans Bold", sans-serif;
    font-weight: 700; /* Medium */
    font-style: normal;
}

#country_selector .country-input:after, #footer #scrollup .link:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.img-responsive {
    height: auto !important;
    width: auto !important
}

.content {
    padding: 0 50px
}

.wrap {
    height: 100%;
    background: #fff
}

.text-right {
    text-align: right !important
}

.crumbs {
    padding-bottom: 50px;
    font-weight: 400
}

.crumbs .prefix {
    color: #cccccc
}

.printme, .widget-blue {
    background: #808080;
    color: #fff
}

.crumbs-single {
    padding-top: 20px
}

.widgettitle {
    margin-bottom: 0
}

.widget-wrap {
    border: 2px solid #d9d9d9;
    padding: 25px
}

.widget-blue {
    padding: 25px
}

.widget-shadow {
    box-shadow: 5px 5px #d9d9d9
}

#main {
    padding: 0
}

#main .wrap {
    padding-bottom: 15px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (max-width: 767px) {
    .crumbs {
        padding-bottom: 25px
    }

    .print-link {
        display: none !important
    }
}

.printme {
    line-height: 35px;
    width: 200px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.printme .printomatic {
    border: 1px solid #013B60;
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 35px
}

a[data-slide=prev]:active, a[data-slide=prev]:focus, a[data-slide=prev]:hover, a[data-slide=next]:active, a[data-slide=next]:focus, a[data-slide=next]:hover {
    text-decoration: none !important
}

.slide-arrow {
    background: url(../img/homepage-slider-arrows.png) 0 -25px no-repeat;
    height: 22px;
    width: 15px;
    overflow: hidden;
    display: inline-block
}

.slide-arrow.slide-next {
    background-position: -15px -25px;
    margin-left: 10px
}

.slide-arrow.slide-next:hover {
    background-position: -15px -3px
}

.slide-arrow.slide-prev {
    background-position: 0 -25px
}

.slide-arrow.slide-prev:hover {
    background-position: 0 -2px
}

#header, .navbar {
    background: #fff
}

#header-menu-top {
    position: absolute;
    right: 10px;
    top: 0;
    text-align: right;
    z-index: 9999
}

@media (min-width: 812px) {
    #header-menu-top {
        right: 60px
    }
}

#header-menu-top a, #header-menu-top li {
    color: grey;
    font-size: 13px;
    text-decoration: none
}

#header-menu-top .list-inline {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: -10px
}

#header-menu-top .list-inline li {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 992px) {
    #header-menu-main {
        padding-right: 45px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-header .navbar-brand > img {
        width: 133px;
        height: 43px
    }
}

@media (min-width: 812px) and (max-width: 991px) {
    .navbar-fixed-top {
        margin-top: -1px !important
    }

    #header-menu-top {
        right: 19px !important
    }

    #header-menu-main {
        padding-right: 10px
    }

    .navbar-nav > li > a {
        font-size: 17px !important;
        padding: 8px 16px !important
    }

    body.nav-smaller .navbar-nav > li > a {
        margin-top: 11px
    }
}

.navbar {
    border-bottom: 3px solid #d9d9d9;
    min-height: 115px;
    margin: 0 auto
}

.navbar > .container .navbar-brand {
    padding: 36px 15px 0
}

@media (min-width: px) {
    .navbar > .container .navbar-brand {
        margin-left: 30px
    }
}

.navbar-toggle {
    margin-top: 60px
}

.navbar-toggle .icon-bar {
    background: #013B60
}

.navbar-brand {
    height: auto !important
}

.navbar-nav > li > a {
    color: #013B60;
    padding: 10px 20px 7px;
    font-size: 19px
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    color: #00A2D4;
    background-color: transparent
}

.navbar-nav .dropdown-menu {
    background: #013B60;
    padding: 0;
    min-width: 240px;
    right: auto
}

.navbar-nav .dropdown-menu > li > a {
    color: #565656;
    border-bottom: 1px solid #dcdadb;
    padding: 10px 20px 7px;
    font-size: 18px;
    font-weight: 200 !important
}

.navbar-nav .dropdown-menu > li:last-of-type > a {
    border-bottom: 0
}

.navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover {
    color: #013B60
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #00A2D4;
    background-color: transparent
}

.search-toggle {
    display: inline-block;
    float: right;
    margin-top: 72px;
    margin-left: 25px;
    color: #013B60
}

.search-toggle .search-icon {
    display: inline-block;
    line-height: 1;
    height: 18px;
    width: 18px
}

.search-toggle .search-icon:hover {
    background-position: 0 -18px
}

@media (max-width: 1260px) {
    .logo_right_text {
        display: none
    }
}

@media (min-width: 990px) {
    .navbar-nav > li > a {
        margin-top: 62px;
        padding-bottom: 20px !important;
        position: relative;
        font-size: 20px
    }

    .navbar-nav > li > a :before {
        content: ' ';
        display: block;
        width: 115px;
        height: 20px;
        background: url(../img/menu-hover-lines.png) no-repeat;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 22px;
        transition: opacity .2s ease-out;
        opacity: 0
    }

    .navbar-nav > li > a:hover :active :before {
        opacity: 1
    }

    .navbar-nav > li:last-of-type > .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
        transition-delay: 50ms
    }

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .navbar .dropdown:hover > a:before {
        opacity: 1
    }

    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #000000 !important;
        background-color: #f8f8f8
    }

    .navbar-nav > li:first-child > a.tree-toggle + ul > li:last-of-type a {
        padding-top: 13px;
        padding-bottom: 12px;
        font-size: 14px;
        color: #00A2D4
    }

    .navbar-nav > li:first-child > a.tree-toggle + ul > li:last-of-type a:focus, .navbar-nav > li:first-child > a.tree-toggle + ul > li:last-of-type a:hover {
        color: #00A2D4;
        background-color: transparent;
        text-decoration: underline
    }

    #menu-language .lang-selector {
        transition: all .3s !important
    }

    .navbar > .container .navbar-brand {
        transition: padding .3s
    }

    .navbar-brand > img {
        height: 58px;
        transition: height .3s
    }

    #menu-hauptmenue {
        transition: margin .3s
    }

    .navbar-nav > li > a, .search-toggle {
        transition: margin .3s !important
    }

    .navbar {
        transition: min-height .3s !important
    }

    body.nav-smaller .navbar {
        min-height: 57px
    }

    body.nav-smaller #header-menu-top .list-inline {
        top: -50px
    }

    body.nav-smaller #header-menu-main ul.navbar-nav.navbar-right {
        margin-right: 30px
    }

    body.nav-smaller #menu-language .lang-selector {
        right: 36px
    }

    body.nav-smaller .navbar-nav > li > a {
        margin-top: 5px
    }

    body.nav-smaller .search-toggle {
        margin-top: 15px
    }

    body.nav-smaller .navbar > .container .navbar-brand {
        padding-top: 10px
    }

    body.nav-smaller .navbar-brand > img {
        height: 40px
    }

    body.nav-smaller #searchbar {
        top: 61px !important
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: initial
}

@media (max-width: 767px) {
    #header-menu-top .list-inline {
        margin-right: 40px
    }

    .navbar-nav {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 5px
    }

    .navbar-nav .dropdown-menu > li > a, .navbar-nav > li > a {
        padding: 15px 40px;
        border-bottom: 1px solid #d9d9d9;
        line-height: 21px
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 40px 15px 55px;
        border-bottom: 1px solid #d9d9d9;
        line-height: 21px;
        color: #013B60
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        /*background: #fff;*/
        color: #00A2D4
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 40px;
        background: #013B60;
        border-color: #013B60;
        color: #fff
    }

    .navbar-nav .open .dropdown-menu > li > a:active, .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #00A2D4;
        border-color: #00A2D4
    }

    body {
    //padding-top: 105px !important
    }

    .navbar {
        min-height: 105px
    }

    .navbar > .container .navbar-brand {
        padding: 45px 0 0
    }

    .navbar > .container .navbar-brand > img {
        width: 120px
    }

    .navbar-header {
        padding-left: 40px
    }

    .navbar-header .search-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 6px 10px 0;
        margin: 57px 25px 0 0
    }

    .navbar-header .navbar-toggle {
        margin: 55px 8px 0 0
    }

    #header-menu-main .dropdown-menu {
        overflow: auto !important
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 389px
    }
}

#searchbar label, .lang-list ul a:hover span {
    color: #00A2D4
}

#search .post, #searchform {
    margin-bottom: 50px
}

#searchbar {
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 1000;
    background: rgba(1, 59, 96, .9);
    color: #fff;
    width: 50%;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

#searchbar.open {
    opacity: 1
}

#searchbar .searchbar-content {
    padding: 25px 20px
}

@media (max-width: 767px) {
    #searchbar {
        top: 105px;
        width: 100%
    }

    #searchbar .searchbar-content {
        padding: 20px
    }
}

#searchbar input {
    border: 1px solid transparent;
    outline: 0;
    background: 0 0;
    box-shadow: none;
    color: #013B60;
    line-height: 1;
    padding: 4px 10px;
    font-size: 15px;
    height: 43px
}

#searchbar .search-line {
    display: table;
    width: 100%;
    background: #fff
}

#searchbar .search-line-button, #searchbar .search-line-input {
    display: table-cell;
    vertical-align: top;
    line-height: 1
}

#searchbar .search-line-input {
    width: 90%
}

#searchbar .search-line-button {
    width: 10%;
    text-align: right
}

.lang-handle, .lang-list {
    width: 38px;
    position: relative
}

#searchbar .search-line-button .btn {
    padding: 10px
}

#searchform {
    padding: 30px 20px 15px
}

#search .post .post-title h2 {
    margin: 0
}

#search .post .post-content, #search .post .post-title {
    margin-bottom: 25px
}

#menu-language {
    position: relative
}

.lang-selector {
    position: absolute;
    z-index: 9999;
    top: -200px;
    right: 0;
    transition: top .3s ease-in-out;
    padding-bottom: 19px
}

.lang-list {
    border: 2px solid #d9d9d9;
    border-bottom-left-radius: 5px;
    z-index: 1;
    min-width: 20px;
    left: auto;
    right: 0;
    margin-top: -3px;
    overflow: hidden;
    padding-top: 2px
}

.lang-handle {
    z-index: 2;
    background: #fff;
    padding: 17px 8px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #d9d9d9;
    border-top-color: #fff;
    top: 12px;
    height: 42px
}

.lang-list ul {
    padding: 0;
    margin: 0;
    opacity: 0
}

.lang-list ul li {
    min-width: 160px;
    background: #fff
}

#newsroom .news-list .post .post-image img, .banner img, .sikora-widget-contact .contact-image img {
    min-width: 100%
}

.lang-list ul li:after, .lang-list ul li:before {
    content: " ";
    display: table
}

.lang-list ul img, .lang-list ul span {
    display: inline-block
}

.lang-list ul img {
    margin-top: 2px
}

.lang-list ul a {
    display: block;
    padding: 5px 8px;
    text-align: left
}

.langmenu-open .lang-list {
    width: 200px
}

.langmenu-open .lang-list ul {
    opacity: 1
}

#footer {
    padding: 0 0 15px;
    overflow: hidden
}

#footer .wrap {
    padding-top: 30px
}

#footer #footer_nav_2 {
    padding-top: 5px
}

#footer #footer_nav_2 .list-inline {
    display: inline-block;
    margin: 0
}

#footer #footer_nav_2 .list-inline li {
    padding: 0
}

#footer #footer_nav_2 a {
    display: inline-block;
    padding: 6px 12px 5px;
    color: grey;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 0
}

#footer #print-nav .list-inline {
    display: inline-block;
    margin: 0
}

#footer #print-nav .list-inline li {
    padding: 0
}

#footer #print-nav a {
    color: #000;
    display: inline-block;
    padding: 6px 12px 5px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 0
}

#footer #print-nav a:hover {
    color: #00A2D4;
    text-decoration: none
}

#footer #print-nav .print-link a {
    margin-right: 5px;
    background: #00A2D4;
    color: #fff
}

#footer #print-nav .print-link a:hover {
    background: #013B60;
    color: #fff
}

#footer #scrollup {
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden
}

#footer #scrollup .visual {
    margin: 0 0 0 -2px;
    width: 100%;
    display: block;
    background: url(../img/markenmuster_old.png) 50% 0 repeat-x;
    border: none;
    height: 110px;
    overflow: hidden;
	display: none;
}

#footer #scrollup .link {
    background: #fff;
    position: absolute;
    right: 57px;
    bottom: 0;
    font-size: 13px;
    display: block;
    padding: 5px 35px 3px 7px
}

#footer #scrollup .link:after {
    display: block;
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 7px;
    color: #00A2D4;
    font-weight: 400;
    line-height: 1;
    content: "\e260"
}

#footer #social a, .form input, .form label {
    display: inline-block
}

#footer #social {
    padding-top: 5px;
    margin-right: -15px
}

#footer #social a {
    padding-left: 20px
}

@media (max-width: 767px) {
    #footer #footer_nav_2 .list-inline, #footer #print-nav, #footer #print-nav .list-inline {
        text-align: center
    }

    #footer #social {
        float: none !important;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 15px;
        background: 0 0
    }

    #footer #social a {
        color: #00A2D4;
        text-decoration: none;
        padding: 7px;
        display: inline-block;
        width: 75px;
        height: 36px;
        vertical-align: middle;
        text-align: center;
        margin: 0 7px
    }
}

.form-required-info {
    color: #333;
    padding-top: 15px
}

.form-required-info b {
    color: #013B60;
    font-size: 110%;
    line-height: 1
}

.form {
    padding: 30px 20px 50px;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px #d9d9d9
}

.form ::placeholder {
    padding-top: 1px;
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

.form ::-webkit-input-placeholder {
    padding-top: 1px;
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

.form ::-moz-placeholder {
    padding-top: 1px;
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

.form :-ms-input-placeholder {
    padding-top: 1px;
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

.form input:-moz-placeholder {
    padding-top: 1px;
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

.form input[type=tel], .form input[type=email], .form input[type=url], .form input[type=search], .form input[type=text], .form select, .form textarea {
    background: 0 0;
    border: none;
    padding: 8px 0 7px;
    font-size: 15px;
    line-height: 1;
    color: #013B60;
    outline: 0;
    width: 100%
}

.form textarea {
    line-height: 1.4;
    border: 1px solid #d9d9d9;
    padding: 10px !important;
    margin-bottom: 25px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.form .control {
    display: table;
    width: 100%;
    line-height: 1;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 55px
}

.form .control .control-label {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
    color: #013B60;
    font-size: 17px;
    line-height: 17px;
    white-space: nowrap
}

.form .control .control-input {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
    width: 95%;
    white-space: nowrap
}

.form .control-radio {
    padding-bottom: 4px
}

.form .control-radio span {
    cursor: pointer;
    padding-right: 15px
}

.form .control-radio span:last-of-type {
    padding-right: 0
}

@media (max-width: 767px) {
    .form .control, .form .control .control-label {
        display: block;
        width: 100%
    }

    .form .control .control-input {
        padding-left: 0;
        display: block;
        width: 100%
    }

    .form .control-radio span {
        display: block;
        padding: 0
    }
}

.sikora-widget-download, .sikora-widget-magazin {
    padding: 25px;
    background: #808080;
    color: #fff
}

.sikora-widget-magazin h5 {
    font-size: 25px;
    font-weight: 400
}

.sikora-widget-magazin h5, .sikora-widget-magazin p {
    margin: 0 0 25px
}

.sikora-widget-magazin p {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5
}

.sikora-widget-magazin img {
    display: inline-block;
    margin: 0;
    max-width: 80px;
    border: 5px solid #fff
}

.sikora-widget-download h5 {
    margin: 0 0 10px;
    font-size: 25px
}

.sikora-widget-download p {
    margin: 0 0 25px;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5
}

.sikora-widget-download .row h5 {
    margin-bottom: 25px
}

.sikora-widget-download .download-icon {
    font-size: 30px;
    margin-bottom: 15px;
    display: block
}

.sikora-widget-download .file {
    margin-bottom: 25px
}

#service .sikora-widget-download {
    position: relative
}

#service .sikora-widget-download a {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px
}

@media (max-width: 767px) {
    #service .sikora-widget-download {
        height: auto !important;
        margin-bottom: 25px
    }

    #service .sikora-widget-download a {
        position: static
    }

    #service .sikora-widget-download h5 {
        font-size: 20px
    }
}

.sikora-widget-events h4 {
    font-size: 20px;
    color: #013B60;
    margin-top: 0;
    margin-bottom: 5px
}

.sikora-widget-events .more-events {
    margin-top: 10px
}

.sikora-widget-events .more-events img {
    width: 20px;
    vertical-align: text-bottom
}

.sikora-widget-events .more-events span {
    display: inline-block;
    padding-top: 2px;
    color: #BDBDBD
}

.sikora-widget-events .more-events a {
    text-decoration: none
}

.sikora-widget-events .more-events .over {
    display: none
}

.sikora-widget-events .more-events .out, .sikora-widget-events .more-events a:hover .over {
    display: inline-block
}

.sikora-widget-events .more-events a:hover .out {
    display: none
}

.sikora-widget-events .accordion-item {
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    transition: all .6s;
    overflow: hidden
}

.sikora-widget-events .accordion-item .accordion-label {
    opacity: 1;
    line-height: 18px;
    transition: all .6s
}

.sikora-widget-events .accordion-item .accordion-content {
    padding: 10px 15px
}

.sikora-widget-events .accordion-item .accordion-title {
    color: #aaa;
    font-size: 18px;
    cursor: pointer
}

.sikora-widget-events .accordion-item .accordion-icon {
    color: #d9d9d9
}

.sikora-widget-events .accordion-item .accordion-body {
    margin-top: 0;
    transition: all .6s
}

.sikora-widget-events .accordion-item h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000000
}

.sikora-widget-events .accordion-item h5, .sikora-widget-events .accordion-item p {
    margin: 0
}

.sikora-widget-events .accordion-item p {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5
}

.sikora-widget-events .accordion-item img {
    display: inline-block;
    margin: 0;
    max-width: 80px;
    border: 5px solid #fff
}

.sikora-widget-events .accordion-item .accordion-content:hover .accordion-icon {
    color: #013B60
}

.sikora-widget-events .accordion-item.active {
    height: 135px
}

.sikora-widget-events .accordion-item.active .accordion-label {
    opacity: 0
}

.sikora-widget-events .accordion-item.active .accordion-body {
    margin-top: -40px
}

.sikora-widget-events .accordion-item:first-of-type {
    border-top: 2px solid #d9d9d9
}

.sikora-widget-events .accordion-item:last-of-type {
    border-bottom-width: 2px
}

.sikora-widget-twitter {
    border: 2px solid #d9d9d9
}

.sikora-widget-twitter .twitter-header {
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9
}

.sikora-widget-twitter .twitter-header .twitter-icon {
    vertical-align: bottom
}

.sikora-widget-twitter .twitter-header .twitter-handle {
    color: #d9d9d9;
    font-size: 18px;
    display: inline-block;
    padding-left: 5px
}

.sikora-widget-twitter .twitter-header .twitter-follow {
    display: inline-block;
    padding: 4px 8px 2px;
    color: #000;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    font-size: 14px
}

.sikora-widget-twitter .twitter-header .twitter-follow:hover {
    border-color: #000;
    background: #000;
    color: #fff
}

.sikora-widget-images h5 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #013B60
}

.sikora-widget-images .images {
    padding-bottom: 15px
}

.sikora-widget-images .images > .thumbnail {
    margin-bottom: 0;
    margin-right: 18px;
    border-color: #d9d9d9;
    border-width: 2px;
    padding: 0
}

.sikora-widget-images .images > .thumbnail img {
    width: 107px
}

.sikora-widget-images .images > .thumbnail:hover {
    border-color: #013B60;
    background-color: #013B60
}

.sikora-widget-images .images > .thumbnail:last-of-type {
    margin-right: 0
}

@media (min-width: 992px) and (max-width: 1279px) {
    .sikora-widget-twitter .twitter-icon {
        display: none
    }

    .sikora-widget-images .images > .thumbnail {
        margin-right: 10px
    }

    .sikora-widget-images .images > .thumbnail img {
        width: 55px
    }
}

@media (max-width: 767px) {
    .sikora-widget-images h5 {
        font-size: 20px
    }

    .sikora-widget-images .images > .thumbnail {
        margin-right: 10px
    }

    .sikora-widget-images .images > .thumbnail:last-of-type {
        margin-right: 0
    }
}

.sikora-widget-youtube {
    padding-bottom: 25px
}

.sikora-widget-youtube h5 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 5px
}

.sikora-widget-youtube .vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.sikora-widget-youtube .vid embed, .sikora-widget-youtube .vid iframe, .sikora-widget-youtube .vid object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sikora-widget-thumbnail img {
    max-width: 100%;
    max-height: 300px;
    height: auto !important;
    width: auto !important
}

.sikora-widget-contact .contact-info {
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    padding: 25px
}

.sikora-widget-contact .contact-info h4 {
    font-size: 15px;
    margin-bottom: 15px
}

.sikora-widget-contact .contact-info .name {
    font-size: 26px;
    color: #39b4e8
}

.sikora-widget-contact .contact-info .name .glyphicon {
    font-size: 15px;
    color: #00A2D4
}

.sikora-widget-contact .contact-info address {
    margin-top: 20px;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 0
}

.sikora-widget-contact .contact-info address b {
    color: #000000
}

.sikora-widget-contact .contact-info-noimage {
    border-top: 2px solid #d9d9d9
}

#service .widgets {
    margin-bottom: 25px
}

#service .sikora-widget-contact .contact-info {
    border: 2px solid #d9d9d9
}

.sikora-widget-text aside {
    display: block;
    margin: 0;
    border: 2px solid #d9d9d9;
    box-shadow: 5px 5px #d9d9d9;
    padding: 25px
}

.banner {
    margin-bottom: 25px;
    position: relative
}

.banner .banner-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 600px;
    background-size: cover
}

.banner .banner-overlay {
    text-align: left;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 50px;
    width: 360px;
    background: #fff;
    min-height: 500px
}

.banner .banner-overlay .post {
    padding: 25px;
    margin-bottom: 60px
}

.banner .banner-overlay .post .title {
    font-size: 30px;
    font-weight: 400;
    color: #013B60;
    margin-top: 15px;
    margin-bottom: 25px
}

.banner .banner-overlay .post .title:before {
    display: block;
    content: ' ';
    background: #013B60;
    height: 3px;
    width: 25px;
    position: absolute;
    left: -14px
}

.banner .banner-overlay .post .excerpt, .banner .banner-overlay .post .intro {
    font-size: 15px;
    color: #aaa
}

.banner .banner-overlay .footer, .banner .banner-overlay .footer a {
    display: block;
    color: #fff;
    text-decoration: none
}

.banner .banner-overlay .post .text {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.4
}

.banner .banner-overlay .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 25px 15px;
    background: #013B60;
    font-size: 26px;
    text-align: center
}

.banner .banner-overlay .footer .number {
    font-size: 145%;
    vertical-align: middle;
    line-height: 1
}

.banner img {
    height: auto;
    width: auto;
    max-width: 100%
}

.banner .banner-visual {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background: url(../img/markenmuster.png) 50% 0 repeat-x
}

@media (max-width: 767px) {
    .banner {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 25px
    }

    .banner .banner-visual {
        display: none
    }

    .banner .banner-overlay {
        left: 0;
        right: 0;
        width: auto;
        position: relative;
        height: 100%
    }

    .banner .banner-overlay .post {
        margin-bottom: 100px
    }

    .banner .banner-overlay .footer {
        left: 20px;
        right: 20px;
        bottom: 25px;
        font-size: 18px
    }
}

#splash .fullscreen-cover, #splash .seemore, #splash .watermark, #splash-overlay {
    right: 0;
    position: absolute
}

.panel-accordion .panel-default {
    border: none;
    box-shadow: none
}

.panel-accordion .panel-default .panel-title {
    font-size: 24px
}

.panel-accordion .panel-default .panel-title a {
    color: #000000;
    text-decoration: none
}

.panel-accordion .panel-default > .panel-heading {
    background: 0 0;
    border-color: transparent;
    border-bottom: 2px solid #d9d9d9;
    padding-left: 0;
    padding-right: 0
}

.panel-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.panel-accordion .panel-body .panel-table {
    margin-top: 20px
}

.panel-accordion .toggle {
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 20px;
    text-indent: -50px;
    background: url(../img/accordion-arrow.png) top right no-repeat
}

.panel-accordion .panel-open .toggle {
    background: url(../img/accordion-close.png) top right no-repeat
}

.fullscreen-cover, .fullscreen-cover .cover-image {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.fullscreen-cover {
    position: relative;
    transition: bottom .4s
}

.fullscreen-cover .cover-image {
    text-align: center;
    bottom: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transform: scale(1);
    background-position: top center;
    background-size: cover;
    opacity: 1
}

.fullscreen-cover .cover-headline {
    top: 150px;
    width: 1250px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0s linear
}

.fullscreen-cover .cover-headline .headline-image {
    max-width: 100%
}

.fullscreen-cover .see-more {
    cursor: pointer;
    height: 20px;
    position: absolute;
    bottom: 32px;
    width: 100%;
    z-index: 105
}

.fullscreen-cover .see-more .icon {
    transition: all .2s linear;
    width: 100%;
    position: absolute;
    text-align: center
}

.fullscreen #header > .navbar {
    z-index: 1300
}

.after-fullscreen {
    padding-top: 50px !important
}

#splash {
    height: 100%;
    position: relative;
    min-height: 945px;
    overflow: hidden
}

#splash .fullscreen-cover {
    transition: bottom .5s ease-out;
    left: 0;
    bottom: -100%;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

#splash .fullscreen-cover.active {
    bottom: 0;
    z-index: 100
}

#splash .fullscreen-cover.leaving {
    z-index: 80 !important
}

#splash .watermark {
    background: url(../img/markenmuster.png) center center repeat-x;
    height: 143px;
    z-index: 100;
    bottom: 0;
    left: 0;
    text-align: center
}

#splash .seemore {
    z-index: 300;
    bottom: 60px;
    left: 0;
    text-align: center
}

#splash-overlay {
    min-height: 770px;
    z-index: 200;
    top: 160px;
    left: 50px;
    margin: 0 auto
}

@media (max-width: 991px) {
    #splash-overlay {
        width: 100%
    }
}

#splash-overlay .pages {
    position: absolute;
    z-index: 400;
    background: #fff;
    width: 360px
}

#splash-overlay .page {
    height: 80px !important;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    transition: height .5s ease-out
}

#splash-overlay .page .page-title {
    padding: 25px;
    overflow: hidden;
    cursor: pointer
}

#splash-overlay .page .page-title h2 {
    line-height: 1;
    font-size: 30px;
    margin: 0;
    color: #aaa
}

#splash-overlay .page .page-content {
    padding: 0 25px 25px
}

#splash-overlay .page .page-content h4 {
    margin-top: 20px;
    margin-bottom: 5px
}

#splash-overlay .page .page-content time {
    display: block;
    font-size: 13px;
    margin-bottom: 20px
}

#splash-overlay .page .page-content .excerpt {
    padding-bottom: 25px
}

#splash-overlay .page.page-dark {
    border-bottom: none
}

#splash-overlay .page.page-dark .page-title {
    background: #00A2D4;
    color: #fff
}

#splash-overlay .page.active {
    height: 420px !important
}

#splash-overlay .page.active .page-title h2 {
    color: #013B60
}

.fullscreen-hidden #splash-overlay {
    display: none
}

.widget-title {
    font-size: 20px;
    color: #013B60;
    margin-top: 0;
    margin-bottom: 5px
}

#homepage-slider {
    margin-bottom: 25px;
    height: 250px;
    border: 2px solid #d9d9d9;
    overflow: hidden
}

@media (max-width: 1045px) {
    #homepage-slider {
        height: auto
    }
}

#homepage-slider .carousel-inner, #homepage-slider .post {
    height: 100%
}

#homepage-slider .post .row {
    margin: 0
}

#homepage-slider .post .col {
    padding: 0;
    overflow: hidden
}

#homepage-slider .post .slide-left {
    width: 250px;
    height: 100%;
    float: left
}

@media (max-width: 1045px) {
    #homepage-slider .post .slide-left {
        width: 100%;
        height: 200px;
        float: none
    }
}

#homepage-slider .post .slide-right {
    margin-left: 250px;
    height: 100%;
    border-left: 1px solid #d9d9d9
}

@media (max-width: 1045px) {
    #homepage-slider .post .slide-right {
        border-left: none;
        border-top: 1px solid #d9d9d9;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    #homepage-slider .post .post-main {
        min-height: 300px
    }
}

#homepage-slider .post .post-image {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 100%;
    width: 100%
}

#homepage-slider .post .post-image .post-image-url {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#homepage-slider .post .post-main {
    padding: 25px;
    position: relative;
    height: 100%
}

#homepage-slider .post .post-main h2 {
    color: #013B60;
    margin-bottom: 0;
    font-size: 150%
}

#homepage-slider .post .post-main time {
    font-size: 90%
}

#homepage-slider .post .post-main .page-content {
    font-size: 90%;
    margin: 11px 0
}

@media (max-width: 1045px) {
    #homepage-slider .post .post-main .page-content {
        margin-bottom: 50px
    }
}

#homepage-slider .post .navigation {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px
}

#homepage-slider .post .navigation .pull-right {
    padding-top: 10px
}

#homepage-slider .post .navigation a {
    text-decoration: none
}

.single .post .post-title {
    padding-bottom: 40px
}

.single .post .post-title h2 {
    font-size: 34px;
    margin: 0;
    color: #013B60
}

.single .post .post-title small, .single .post .post-title time {
    font-size: 14px;
    color: #aaa
}

.single .post .post-content {
    padding-bottom: 20px
}

.paginate {
    text-align: center
}

.navigation:after, .navigation:before {
    content: " ";
    display: table
}

.navigation .screen-reader-text {
    display: none
}

.navigation .page-numbers {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #d9d9d9;
    text-decoration: none
}

.navigation .page-numbers:hover {
    background: #00A2D4;
    color: #fff
}

#index .posts {
    margin-bottom: 25px
}

#index .posts .post {
    padding-bottom: 29px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9
}

#index .posts .post .post-title {
    padding-bottom: 25px
}

#index .posts .post .post-title h2 {
    font-size: 30px;
    margin: 0;
    color: #013B60
}

#index .posts .post .post-title time {
    font-size: 14px;
    color: #aaa
}

#index .posts .post .post-content {
    padding-bottom: 20px
}

#index .posts .post:last-of-type {
    border-bottom: 0
}

.news-featured {
    margin-bottom: 20px
}

.news-featured .featured {
    display: block;
    position: relative;
    height: 600px;
    overflow: hidden
}

.news-featured .featured .featured-image img {
    margin: 0 auto;
    min-width: 100%
}

.news-featured .featured .featured-overlay {
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 50px;
    width: 360px;
    height: 550px;
    background: #fff;
    padding: 25px;
    border: 1px solid #D9D9D9
}

.news-featured .featured .featured-overlay .post-links {
    position: absolute;
    bottom: 25px;
    width: 310px
}

.news-featured .featured .featured-visual {
    position: absolute;
    z-index: 5;
    bottom: 3px;
    left: 0;
    margin: 0 0 0 -2px;
    width: 100%;
    display: block;
    background: url(../img/markenmuster.png) 50% 0 repeat-x;
    border: none;
    height: 110px;
    overflow: hidden
}

.news-featured .featured .featured-controls {
    padding-top: 5px
}

#newsroom .news-list .news-list-name {
    font-weight: 400;
    font-size: 25px;
    color: #013B60;
    margin: 0 0 25px
}

#newsroom .news-list .post {
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px #d9d9d9;
    position: relative
}

#newsroom .news-list .post .post-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin: 0
}

#newsroom .news-list .post .post-title a {
    color: #000000
}

#newsroom .news-list .post .post-title a:hover {
    text-decoration: none
}

#newsroom .news-list .post .post-date {
    font-size: 13px;
	color: #fab600;
}

#newsroom .news-list .post .post-excerpt {
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.4
}

#newsroom .news-list .post .post-image {
    max-height: 190px;
    overflow: hidden;
    margin: -25px -25px 25px
}

#newsroom .news-list .post .post-footer {
    position: absolute;
    bottom: 25px;
    left: 25px
}

#newsroom .news-list-tech .post {
    border-color: #013B60;
    background: #013B60;
    color: #fff
}

#newsroom .news-list-tech .post .post-title a {
    color: #fff
}

body.loading * {
    cursor: wait !important
}

#category .products .product {
    margin-bottom: 30px
}

#category .products .product .product-name {
    font-size: 15px;
    color: #013B60;
    margin-top: 0;
    margin-bottom: 5px
}

#category .products .product .product-name a {
    color: #39b4e8
}

#category .products .product .product-image {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 1px
}

#category .products .product .product-image img {
    min-width: 230px;
    max-width: 230px;
    display: inline-block;
    margin: 0 auto
}

#children .popover {
    min-width: 500px;
    box-shadow: 6px 6px rgba(0, 0, 0, .2)
}

#children .popover .arrow {
    display: none
}

#children .popover .popover-content {
    padding: 15px
}

#children .popover .popover-content hr {
    margin-top: 20px;
    margin-bottom: 10px
}

#children .popover .popover-content b {
    color: #00A2D4;
}

#children .popover .popover-content b.name, #filter h4, #filter_info b {
    color: #000000;
}

#filter {
    margin-bottom: 25px;
    padding-bottom: 13px;
    border-bottom: 2px dashed #d9d9d9
}

#filter h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px
}

#filter label {
    cursor: pointer
}

#filter .checkboxes {
    margin-left: -10px;
    margin-right: -10px
}

#filter .checkboxes > div {
    padding-left: 10px;
    padding-right: 10px
}

#filter .checkboxes .checkbox-name {
    font-weight: 400;
    font-size: 14px
}

#filter_info {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #d9d9d9
}

@media (max-width: 767px) {
    #filter h4 {
        margin-top: 25px;
        margin-bottom: 5px
    }

    #children .popover {
        min-width: 100%
    }
}

#product .product-title {
    color: #013B60;
    font-size: 35px;
    letter-spacing: -.05em;
    margin-top: 20px;
    margin-bottom: 0
}

#product .product-slogan {
    font-size: 12px;
    color: #aaa;
    padding-top: 25px
}

#product .product-specs h4, .related-products h4 {
    font-size: 24px;
    color: #013B60
}

#product .product-intro {
    padding-top: 25px
}

#product .product-footer a {
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none !important
}

#product .product-content h2, #product .product-content h3 {
    color: #000000
}

#product .product-content .product-body {
    margin-bottom: 50px
}

#product .product-content .panel-accordion .panel-default > .panel-heading {
    border-bottom-width: 1px
}

#product .product-specs {
    padding-top: 50px
}

.post-sidebar-image {
    margin-bottom: 20px
}

.post-sidebar-image.before-title {
    margin-bottom: 30px
}

.post-sidebar-image.before-title img {
    min-width: 100%
}

.footer-text {
    padding-top: 25px
}

.related-products {
    padding-top: 50px;
    margin-top: 35px
}

.related-products .product-name {
    font-size: 15px;
    margin-bottom: 5px
}

.ekko-lightbox-nav-overlay .glyphicon:before {
    background: url(../img/homepage-slider-arrows.png) 0 -25px no-repeat;
    height: 22px;
    width: 15px;
    overflow: hidden;
    display: inline-block
}

.ekko-lightbox-nav-overlay .glyphicon.glyphicon-chevron-right:before {
    background-position: -15px -25px;
    content: ' '
}

.ekko-lightbox-nav-overlay .glyphicon.glyphicon-chevron-right:before:hover {
    background-position: -15px -3px
}

.ekko-lightbox-nav-overlay .glyphicon.glyphicon-chevron-left:before {
    background-position: 0 -25px;
    content: ' '
}

.ekko-lightbox-nav-overlay .glyphicon.glyphicon-chevron-left:before:hover {
    background-position: 0 -2px
}

@media (max-width: 767px) {
    #product .product-content .product-body {
        margin-bottom: 0
    }

    #product .product-specs {
        padding-top: 25px
    }

    #product .product-specs h4 {
        font-size: 20px
    }
}

#contact .form {
    padding: 0;
    border: none;
    box-shadow: none
}

#contact .alert {
    background-color: #F5FFF5;
    border-color: #56A557;
    color: #2F9030;
    font-size: 20px;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 40px
}

#contact #contact_widget.no-image .contact-image {
    display: none
}

#contact #contact_widget.no-image .contact-info {
    border-top: 2px solid #d9d9d9
}

#country_selector {
    margin-bottom: 25px
}

#country_selector label {
    display: block
}

#country_selector select {
    display: inline-block;
    margin: 0;
    border-radius: 0;
    color: #00A2D4;
    border: 1px solid #d9d9d9;
    padding: 10px 30px 10px 15px;
    box-shadow: none;
    width: auto;
    min-width: initial;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

#service .tile, .contact-prodline {
    margin-bottom: 25px
}

#country_selector .country-input {
    display: inline-block;
    position: relative
}

#country_selector .country-input:after {
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    right: 10px;
    top: 10px;
    color: #00A2D4;
    font-weight: 400;
    line-height: 1;
    content: "▼";
}

.contact-pref .control-label, .contact-prodline .control-label {
    font-size: 17px;
    line-height: 17px;
    white-space: nowrap;
    color: #013B60
}

.contact-prodline .contact-prodline-input {
    display: block
}

.contact-prodline input[type=text] {
    border: 1px solid #d9d9d9;
    padding: 4px;
    width: 75%
}

.contact-pref .contact-pref-items {
    height: 50px
}

.contact-pref .contact-pref-input {
    white-space: nowrap;
    padding-right: 15px
}

.contact-pref .contact-pref-input:last-of-type {
    padding-right: 0
}

@media (max-width: 767px) {
    #contact .banner {
        padding-bottom: 0;
        border-bottom: 0
    }
}

#service .tile {
    padding: 20px 20px 50px;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px #d9d9d9;
    background: url(../img/service-corner.png) 100% 100% no-repeat #fff;
    position: relative;
    z-index: 2
}

#service .tile .tile-header {
    min-height: 70px
}

#service .tile .tile-header h3 {
    padding-top: 15px;
    font-size: 26px;
    color: #013B60;
    margin-bottom: 10px
}

#service .tile .tile-header img {
    height: 60px
}

@media (min-width: 992px) {
    #service .tile-breakout {
        background: url(../img/service-down.png) 50% 85% no-repeat #fff;
        border-bottom: 0;
        box-shadow: 10px 0 0 -5px #d9d9d9;
        padding-bottom: 30px;
        margin-bottom: 0
    }
}

.parts-form .select-box, .parts-form .textarea-box {
    border: 1px solid #d9d9d9;
    height: 220px;
    background: #fff
}

#service .anfrage {
    position: relative;
    z-index: 1;
    margin-top: -6px
}

.parts-form {
    margin-top: 50px
}

.parts-form .service-cart-icon {
    margin-top: -5px;
    padding-bottom: 2px;
    padding-right: 5px
}

.parts-form h4 {
    color: #013B60;
    font-size: 17px;
    margin-bottom: 5px
}

.parts-form .select-box {
    overflow-y: scroll
}

.parts-form .option {
    line-height: 46px;
    border-bottom: 1px solid #d9d9d9
}

.parts-form .option:after, .parts-form .option:before {
    content: " ";
    display: table
}

.parts-form .option:last-of-type {
    border-bottom: none
}

.parts-form .option:first-of-type {
    border-bottom: 1px solid #d9d9d9
}

.parts-form .option .option-name {
    color: #013B60;
    padding-left: 10px
}

.parts-form .part-reason-select {
    margin-right: 15px
}

.parts-form .part-reason-select select {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background: #fff
}

.parts-form .part-reason-select select option {
    color: #013B60
}

.parts-form .part-order-button .btn {
    width: 45px;
    height: 46px;
    padding: 0
}

.parts-form .part-cart-amount .btn {
    width: 45px;
    height: 46px;
    padding: 0;
    font-size: 20px;
    float: left;
    outline: 0
}

.parts-form .part-cart-amount .btn:hover {
    text-decoration: none;
    color: #000
}

.parts-form .part-cart-amount .btn:focus {
    text-decoration: none
}

.parts-form .part-cart-amount .amount-label {
    float: left;
    display: inline-block;
    background: #00A2D4;
    text-align: center;
    font-size: 22px;
    color: #fff;
    width: 45px;
    height: 46px
}

.parts-form .part-reason {
    color: #aaa;
    font-size: 13px;
    padding-right: 10px
}

.parts-form .part-thumbnail {
    padding-right: 15px
}

.parts-form .part-image {
    height: 45px
}

.zoomContainer {
    z-index: 1500
}

#parts_available {
    color: #00A2D4
}

#product_selector h4 {
    margin-bottom: 10px
}

#product_parts_selector {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    #service .product-thumbnail {
        padding-bottom: 25px
    }

    #service .parts-form {
        margin-top: 25px
    }
}

#company .milestones th {
    color: #013B60;
    font-weight: 700;
    vertical-align: top;
    padding-left: 0
}

#company .milestones td {
    padding-bottom: 15px
}

#company .milestones tbody > tr:first-child td, #company .milestones tbody > tr:first-child th {
    border-top: none
}

#company .milestones tbody > tr:last-child td, #company .milestones tbody > tr:last-child th {
    border-bottom: 1px solid #ddd
}

#fragen {
    width: 235px;
    position: fixed;
    bottom: 50px;
    z-index: 1000;
    transition: right .4s;
    right: -200px
}

#fragen .handle {
    background: #ddd;
    float: left;
    width: 35px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

#fragen .handle i {
    margin-top: 21px
}

#fragen .body {
    background: #00A2D4;
    color: #fff;
    margin-left: 35px;
    width: 200px;
    height: 60px
}

#fragen .body-inner {
    padding: 10px 15px
}

#fragen.open {
    right: 0
}

.career-featured {
    margin-bottom: 20px
}

#privacy .modal-content {
    padding: 20px;
    border: 0;
    background: url(../img/service-corner.png) 100% 100% no-repeat #fff;
    position: relative
}

#privacy .modal-body {
    text-align: center
}

#privacy .modal-footer {
    text-align: left
}

.modal-backdrop {
    z-index: 8000
}

.modal {
    z-index: 9999
}

@media (max-width: 767px) {
    #splash-overlay .seemore, .news-featured .featured .featured-visual {
        display: none
    }

    .container, .container-fluid {
        padding: 0
    }

    .content {
        padding-left: 25px;
        padding-right: 25px
    }

    #splash {
        min-height: initial;
        height: 200px
    }

    #splash .fullscreen-cover {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }

    #splash .watermark {
        bottom: -50px
    }

    .after-fullscreen {
        padding-top: 25px !important
    }

    #splash-overlay {
        position: static;
        min-height: initial;
        margin-bottom: 25px
    }

    #splash-overlay .pages {
        position: static;
        margin-left: 0;
        width: 100%
    }

    .searchbar-content {
        padding: 25px
    }

    .news-featured .featured {
        overflow: visible;
        height: auto
    }

    .news-featured .featured .featured-overlay, .news-featured .featured .featured-overlay .post-links {
        height: auto;
        position: static;
        width: 100%
    }

    .news-featured .featured .featured-image img {
        max-height: 200px;
        min-width: initial
    }

    .news-featured .featured .featured-overlay {
        border-left: 0;
        border-right: 0
    }

    .banner .banner-container {
        height: 200px;
        min-height: initial
    }

    #product .banner .banner-overlay, .banner .banner-overlay {
        position: static;
        height: auto;
        min-height: 300px
    }

    .banner .banner-overlay .post {
        margin-bottom: 15px
    }

    .banner .banner-overlay .footer {
        margin: 0 15px;
        position: static
    }

    #sidebar, #widgets, .col-md-4 ul.widgets {
        margin-top: 40px;
        border-top: 5px solid #00A2D4;
        padding-top: 25px
    }
}
.sikora-widget-sharing li a img {
    width: 40px !important;
    height: 40px !important;
}
.page-template-page-kontakt #country {
    height: 55px;
    font-size: 17px;
}
.page-template-page-kontakt #country_selector .country-input::after{
    top:20px;
}

#footer, #footer .wrap{
	background-color: #565656;
}

#footer a {
	color: #ffffff!important;
}

.widget-blue a, .sikora-widget-download a{
	color: #ffffff;
	text-decoration: underline;
}

.widget-blue a:hover, .sikora-widget-download a:hover{
	text-decoration: none;
}