.wiz-highlight {
    background-color: #ffffff;
    padding: 2px 23px;
}

a:hover.text-black {
    color: #f0ad4e !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Droid Sans", sans-serif;
    padding-bottom: 1rem;
    text-shadow: 0px 0px 4px #fff,  0px 0px 8px #fff,  0px 0px 12px #fff,  0px 0px 16px #fff;
}

.navbar-lg .navbar-brand {
    letter-spacing: 4px;
}

h2 {
    margin-bottom: 40px;
    line-height: 42px;
}

a {
    color: #000000;
}

.wiz-link:hover {
    text-decoration: none;
}

.wiz-link {
    text-decoration: underline;
}

.cta-wrap.bg-dark p,
.cta-wrap.bg-primary p {
    opacity: 1;
}

p {
    color: #000000;
}

.c-info {
    min-height: 265px;
}


i {
    font-style: normal;
}

.wiz-shops {
    text-align: center;
    padding-bottom: 15px;
}

.clients2 > div {
    min-height: 105px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: table-cell;
    vertical-align: middle;
}
.clients2.bottomBorder > div {
    border-bottom: 1px solid #e5e5e5;
}

.clients2 {
    list-style: none;
    overflow: hidden;
    display: table;
    width: 100%;
}

.clients2 div {
    width: 20%;
    position: relative;
    padding: 40px 30px;
}

.clients2 div:before {
    content: "";
    height: 100%;
    top: 0;
    left: -1px;
    position: absolute;
    border-left: 1px solid #e5e5e5;
}


.timeline > li > .timeline-badge {
    background-color: rgb(182, 226, 0);
}

.btn.btn-primary {
    background: #f0ad4e;;
    border: 1px solid #f0ad4e;;
    color: #fff;
}

.cta-wrap .cta-btn.btn-default:hover {
    color: #fff;
    background: #000000;
    border: 2px solid #000000;
}

.cta-wrap.bg-dark .cta-btn.btn-default:hover {
    color: #fff;
    background: #000000;
    border: 2px solid #000000;
}

.cta-wrap .cta-btn.btn-default {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

a:hover {
    color: #f0ad4e;
}

/* Telefon-Icon */

.phoneWrapper {
    position: fixed;
    top: 225px;
    right: 40px;
    width: 48px;
    height: 48px;
    font-size: 14px;
    color: #3B3B3B;
    z-index: 600;
}
.phoneWrapper p {
    font-size: 14px;
}
.phoneWrapper a {
    transition: none;
}
.phoneWrapper:hover #serviceBox {
    visibility: visible;
}

.phoneIcon {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 600;
}
img {
    vertical-align: middle;
}

#serviceBox {
    position: fixed;
    width: 240px;
    height: 110px;
    right: 60px;
    padding: 10px;
    border: 1px #b3b3b3 solid;
    box-shadow: #b3b3b3 0 0 5px 1px;
    background: white;
    top: 245px;
    z-index: 500;
    visibility: hidden;
}

#serviceBox .wrapper {
    border: 1px #e8e9ed solid;
    padding: 10px 10px;
    height: 100%;
}

/* Telefon-Icon Ende */


.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 4px;
    border-radius: 0px !important;
    background: #000000 !important;
    transition: .4s;
}

.navbar-toggle .icon-bar:nth-child(3) {
    display: block;
    width: 16px;
    height: 1px;
    border-radius: 0px !important;
    background: #000000 !important;
}

.anchor {
    position: absolute;
    top: -125px;
}
.navbar-inverse .navbar-toggle {
    position: relative;
}
.phoneHeader img {
    width: 30px;
    height: 30px;
}
.navbar-lg .navbar-nav > li > a {
    color: #000;
}
.navbar-lg .navbar-nav > li > a:hover {
    color: #f0ad4e !important;
}
section {
    padding-top: 40px;
    opacity: 0;
    -webkit-transition: padding 0.5s, opacity 0.5s;
    transition: padding 0.5s, opacity 0.5s;
}
section.showing {
    opacity: 1;
    padding-top: 0;
}
section.services {
    padding-top: 140px;
}
section.services.showing {
    padding-top: 100px;
}

/* handy horizontal */
@media screen and (max-width:767px) and (orientation:landscape) {

}

/* handy */
@media (max-width: 767px) {
    .navbar-collapse {
        top: 71px;
    }
    .navbar-inverse .navbar-collapse {
        background-color: #fff;
    }
    #menu2-0 .navbar-header a {
        font-size: 8px;
        padding-left: 0;
        padding-top: 32px;
    }
    .mbr-brand--inline .mbr-brand__logo {
        padding-right: 0;
    }
    .mbr-brand__logo img {
        width: 55px;
        padding-left: 5px;
    }
    .btnCenterMobile {
        width: 100%;
        text-align: center;
    }
    .btnCenterMobile .cta-btn {
        display: inline-block !important;
        float: none;
    }
    .services + .services {
        padding-top: 0;
    }
    .services.showing + .services.showing {
        padding-top: 0;
    }
    .navbar-inverse .navbar-toggle {
        top: 50px;
    }
    .serviceWrapper {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .clients2 div {
        width: 50%;
    }
    #header17-6 .intro6 {
        display: block;
    }

    .intro-small {
        display: block;
    }

    #campaign-intro .intro6 {
        display: block;
    }

    .phoneHeader {
        position: absolute;
        right: 65px;
        top: 24px;
    }
}
@media (max-width: 374px) {
    #menu2-0 .navbar-header a {
        padding-top: 32px;
    }
    #menu2-0 .navbar-header .mbr-brand__logo a {
        position: relative;
        top: -5px;
    }
    .mbr-brand__logo img {
        width: 35px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
    .serviceWrapper {
        width: 45%;
    }
    .navbar-inverse .navbar-collapse {
        background-color: #fff;
    }
    .phoneHeader {
        position: absolute;
        right: 80px;
        top: 34px;
    }
    .services + .services {
        padding-top: 0;
    }
    .navbar-inverse .navbar-toggle {
        top: 60px;
    }
    .clients2 div {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 0;
        margin-top: -16px;
        margin-right: 15px;
        margin-bottom: 8px;
        background: transparent !important;
        background-image: none;
        border: none !important;
        border-radius: 4px;
    }
    .navbar-inverse .navbar-collapse {
        border-color: #101010;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        border-top: none;
        box-shadow: none;
        position: absolute;
        background: #111;
        top: 80px;
        width: 100%;
        max-width: 500px;
        right: 0;
        margin: 0 auto !important;
        left: 0;
    }
    .nav > li > a {
        display: block;
    }
    .navbar-lg .navbar-nav > li > a {
        padding: 12px 30px;
        font-size: 12px;
    }

}

/* PC */
@media (min-width: 993px) and (max-width: 1199px) {
    .serviceWrapper {
        width: 25%;
    }

    .navbar-lg .navbar-nav > li > a {
        padding: 40px 5px 35px;
        font-size: 12px;
    }

    .nav.navbar-nav.navbar-right {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0 auto !important;
        width: 380px;
    }
}


/*SLICK SLIDER*/

.referenz-slider {
    width: 100%;
}

.referenz-slider .slick-list {
    padding-bottom: 40px!important;
}

.referenz-slider img {
    width: 100%;
    height: auto;
}

.slick-slide:focus {
    outline: none;
    border: none;
}

.slick-slide {
    transition: 0.3s all ease-in-out;
    transform: scale(1);
    opacity: 0.4;
}

.slick-slide.slick-current {
    transform: scale(1.2);
    opacity: 1;
}



/* SLICK ARROWS */

.slick-arrows-holder {
    display: table;
    width: 100%;
    max-width: 100px;
    margin: 30px auto;
}

.slick-arrows {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.slick-arrows .btn {
    padding: 16px 17px;
    color: #1a1a1a;
    background: #ececec;
    border-radius: 0;
    transition: 0.3s all ease-in-out;
}

.slick-arrows .btn:hover {
    color: white;
    background: #1a1a1a;
}

.slick-arrows .btn i {
    margin: 0;
}

.referenzlink {
    color: black;
    background: white;
    padding: 10px;
    width: 80%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%) translateX(-50%) rotateX(90deg);
    transition: 1s all ease-in-out;
    left: 50%;
}

.slide-item.slick-center .referenzlink {
    transform: translateY(0) translateX(-50%) rotateX(0deg);
    opacity: 1;
}

.pickware-img {
    padding: 0 30px 30px 30px;
    justify-content: space-around;
    text-align: center;
}

.pickware-img img {
    max-width: 300px;
    height: auto;
    width: 100%;
}

.wizmo-padding {
    padding: 100px 0!important;
}

.wizmo-systems .serviceWrapper {
    width: 100%;
}


.wizmo-highlight .serviceWrapper {
    width: 80%;
    max-width: 800px;
    padding-bottom: 40px;
}

.wizmo-highlight .serviceWrapper .responsive-img {
    max-width: 400px;
    width:100%;
}

.wizmo-highlight .serviceWrapper p {
    font-size: 20px;
    line-height: 1.6;
    color: #666;
}

.wizmo-systems {
    padding: 60px 10px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.wizmo-systems-info {
    padding-top: 60px;
    border-top: 1px solid #cecece;
}

@media screen and (min-width: 768px) {
    .wizmo-systems .serviceWrapper {
        width: 45%;
    }

    .wizmo-highlight .serviceWrapper {
        padding-bottom: 80px;
    }

    .segment21 .container {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .wizmo-systems .serviceWrapper {
        width: 21%;
    }

    .wizmo-systems {
        padding: 60px 10px;
        padding-top: 30px;
    }
}


.wizmo-systems .wiz-shops {
    text-align: center;
}

.wizmo-systems .wiz-shops img {
    max-width: 150px;
    opacity: 0.4;
    display: inline-block;
}

.wizmo-systems p {
    font-size: 14px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.footer-link:hover,
.footer-link:active,
.footer-link:visited
{
    color: #f0ad4e;
    text-decoration: none;
}

@media screen and (max-width: 768px) {

    .footer-nav li {
        padding-bottom: 18px;
    }

    .footer-nav li:after {
        padding-bottom: 18px;
        color: #ffffff;
        content: none;
    }
    .footer-nav li:last-child:after {
        content: none;
    }

    .intro6-autoheight {
        padding: 100px 0px 10px 0px;
    }

    .nowrap {
        white-space: normal !important;
    }

    .segment3 .bestboss img{
        width: 70% !important;
    }
    .parallax-content h4 {
        font-size: 30px !important;
    }
    h1 {
        font-size: 48px;
    }
}

@media screen and (min-width: 768px) {
    .footer-nav {
        list-style: none;
        display: inline;
    }

    .footer-nav li {
        padding-right: 10px;
    }

    .footer-nav li:after {
        padding-left: 10px;
        content: " \00b7";
        color: #ffffff;
    }
    .footer-nav li:last-child:after {
        content: none;
    }
}

.badge-danger {
    background-color: #B6E200;
    padding: 4px 7px;
}

.intro-small {
    height: auto;
}

.intro6-autoheight {
    height: auto;
}

.field {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.segment1 .btn, .segment3 .btn {
    background: #b6e200;
}
.segment3 .btn {
    margin-top: 30px;
}
.segment1 .btn:hover, .segment3 .btn:hover {
    background: #a6d200;
}

.segment3 {
}

.segment3 .bossname {
    display: block;
    padding-top: 20px;
    font-size: 18px;
}
.segment3 .bosstitle {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #a6d200;
    padding-bottom: 20px;
}

.segment3 .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.segment3 .sindwizmo {
    padding-bottom: 20px;
    padding-right: 20px;
}

.segment3 .bestboss {
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-items: flex-end;
    margin-top: -16px;
    justify-content: space-evenly;
}
.segment3 .bestboss img{
    width: 100%;
}

.segment4 .container {
    padding: 0;
}

.andere-systems-list {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin: 0 auto;
}
.andere-systems-list > li {
    flex: 0 0 auto;
    padding: 15px;
}
.andere-systems-list > li:before {
    content: "/   ";
    color: #a6d200;
    position: relative;
    left: -10px;
    font-weight: 700;
}

.segment6 {
    padding-bottom: 80px !important;
}
.segment6 .cta-btn {
    float: none;
    margin: 0 auto;
    margin-top: 60px;
}

.segment7 {

}
.segment7 .elements-content{
    padding-top: 0px;
}
.segment7 .timeline{
    padding-top: 100px;
}

.btn.btn-shopanalyse {
    background: #b6e200;
    padding: 10px 12px !important;
    margin: 0 -8px;
    font-weight: 600;
}
.btn.btn-shopanalyse:hover {
    background: #a6d200 !important;
}
.btn.btn-shopanalyse > .btn-txt {
    color: #fff;
}