body {
    overflow-y: scroll;
    color: #707070;
}

#header {
    background: url('/assets/images/header.jpg') center no-repeat;
    height: 440px;
    margin-bottom: 60px;
}

.headline {
    font-size: 36px;
    color: #007C92;
}

a {
    color: #007C92!important;
}


.phone-container::before {
    background-color: #F5F5F5;
    position: absolute;
    width: 100%;
    min-height: 281px;
    content: '';
}

.contract-container::before {
    margin-top: 104px;
    background-color: #F5F5F5;
    position: absolute;
    width: 100%;
    min-height: 519px;
    content: '';
}

.slick-prev {
    left: -60px !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    cursor: pointer !important;
    background: #fff url('https://www.vodafone.de/simplicity/assets/img/carousel/arrow_consumer_left.png') no-repeat 12px 12px !important;
    border-radius: 60px !important;
}

.slick-next {
    right: -60px !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    cursor: pointer !important;
    background: #fff url('https://www.vodafone.de/simplicity/assets/img/carousel/arrow_consumer_right.png') no-repeat 14px 12px !important;
    border-radius: 60px !important;
}

.slick-slide {
    margin: 0 10px;
}

.card {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}

.card-footer {
    background-color: #007C92;
    color: #FFF;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}

.card-footer-red {
    background-color: red!important;
    border: 0;
}

.card-footer-orange {
    background-color: #f60!important;
    border: 0;
}

.card-footer-active {
    background-color: #FFF;
    color: #007C92;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}

ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.colors ul li {
    width: 25px;
    height: 25px;
    margin: 0 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.colors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
}

.colors li:first-child {
    margin-left: 0;
}

.colors li:last-child {
    margin-right: 0;
}

.color-red {
    background: #c51e36;
}

.color-pink {
    background: pink;
}

.color-yellow {
    background: #fff88a;
}

.color-black {
    background: #111111;
}

.color-lavendel {
    background: #b2a8cd;
}

.color-green {
    background: #99d0c1;
}

.color-white {
    background: #ffffff;
    border: 1px solid #eaeaea;
}

.color-blue {
    background: blue;
}

.color-grey {
    background: grey;
}

.color-gold {
    background: gold;
}

.color-violet {
    background: violet;
}

.color-brand-blue {
    color: #007C92;
}

.free-pass-chooser {
    padding: 5px;
    background-color: #F2F2F2;
    color: #007C92;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.free-pass-chooser:hover {
    text-decoration: none;
}


.partnericon-tiles-wrapper .partnericon-tile-wrapper .partnericon-tile {
    position: relative;
    height: 45px;
    margin: 15px 16px 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.partnericon-tiles-wrapper {
    position: relative;
}

.partnericon-tiles-wrapper .partnericon-tile-wrapper {
    position: relative;
    width: 16.6666%;
    float: left;
}

.partnericon-tiles-wrapper .partnericon-tile-wrapper .partnericon-label {
    text-align: center;
    height: 40px;
    margin: 0 16px 15px;
}

.choice-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #333;
    transition: bottom 0.5s ease;
    height: 154px;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    z-index: 5;
}

.btn-brand {
    background-color: #007C92;
    color: #FFF;
    border-radius: 0;
}

.btn-brand a:hover {
    color: #707070;
}

.choose-phone, .choose-package, .choose-rate {
    cursor: pointer;
    font-weight: bold;
}

.pass-area {
    display: block;
    margin: 0 -15px;
    background-color: #FFF;
    min-height: 56px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.pass-area-text {
    line-height: 56px;
    font-size: 14px;
}

.pass-area-angle {
    padding: 12px 25px;
}

.form-control {
    border-radius: 0;
}

#nsf-stepper {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    max-width: 1000px;
    margin: 0 auto!important;
}

#nsf-stepper ul {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

#nsf-stepper ul li {
    position: relative;
    display: table-cell;
    width: 33.33%;
}

#nsf-stepper ul li:before {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

#nsf-stepper ul li:nth-child(1) a, #nsf-stepper ul li:nth-child(3) a, #nsf-stepper ul li:nth-child(5) a {
    white-space: nowrap;
    background-color: #fff;
    padding: 0 5px 0 22px;
    text-decoration: none;
    color: #ccc;
}

#nsf-stepper ul li:nth-child(1) a:before, #nsf-stepper ul li:nth-child(3) a:before, #nsf-stepper ul li:nth-child(5) a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ccc;
}

#nsf-stepper ul li:nth-child(1) a:after, #nsf-stepper ul li:nth-child(3) a:after, #nsf-stepper ul li:nth-child(5) a:after {
    position: absolute;
    display: block;
    content: '';
    top: -1px;
    left: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#nsf-stepper ul li:nth-child(2) {
    width: 15% !important;
}

#nsf-stepper ul li:nth-child(1) {
    width: 25% !important;
}

#nsf-stepper ul li:nth-child(3) {
    width: 15% !important;
}

#nsf-stepper ul li:last-child:before {
    height: 0 !important;
}

#nsf-stepper ul li:nth-child(1):nth-child(1) a:after, #nsf-stepper ul li:nth-child(3):nth-child(1) a:after, #nsf-stepper ul li:nth-child(5):nth-child(1) a:after {
    content: '1';
}

#nsf-stepper ul li:nth-child(1):nth-child(3) a:after, #nsf-stepper ul li:nth-child(3):nth-child(3) a:after, #nsf-stepper ul li:nth-child(5):nth-child(3) a:after {
    content: '2';
}

#nsf-stepper ul li:nth-child(1):nth-child(5) a:after, #nsf-stepper ul li:nth-child(5):nth-child(5) a:after, #nsf-stepper ul li:nth-child(6):nth-child(4) a:after {
    content: '3';
}

#nsf-stepper ul li a.active {
    color: #333;
}

#nsf-stepper ul li a.active:before {
    background-color: #333;
}

.navbar-brand {
    padding-bottom: 15px;
}

.fa-bars {
    padding-bottom: 15px;
}

.navbar {
    padding: 0;
}

.navbar a {
    font-weight: bold;
    font-size: 17px;
}

.navbar li {
    padding: 10px 0 15px 0;
    margin: 0 10px 0 0;
}

.navbar li.active {
    border-bottom: 5px solid #007C92;
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    #logo a img {
        height: 50px!important;
    }

    #header {
        background-position: -250px center !important;
    }

    .layer h2 {
        padding: 0 !important;
        font-size: 35px !important;
        text-align: center;
        padding-top: 50px !important;
        margin-bottom: 30px !important;
    }

    .highlighted-slider h2 {
        font-size: 28px;
    }

    .choice-overlay {
        height: auto;
        padding-bottom: 30px;
    }

    .partnericon-tiles-wrapper .partnericon-tile-wrapper {
        width: 100%!important;
    }

    #nsf-stepper {
        display: none;
    }

    #next {
        margin-bottom: 20px;
    }

    .slick-next {
        right: 1px!important;
    }

    .slick-prev {
        display: none!important;
    }
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.megamenu .container {
    padding: 0;
}

.megamenu .container a {
    font-weight: 500;
    font-size: 17px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

#top-container {
    background-color: #eee;
}

#top-container .navbar ul {
    margin: 0;
}

#top-container .navbar a {
    font-size: 12px;
}

#top-container .navbar li {
    padding: 5px;
    margin: 0;
}

#top-container .navbar li:hover {
    background-color: #FFF!important;
}

.btn-alt {
    background: #fff!important;
    color: #333;
    box-shadow: 0 1px 3px rgba(50,50,50,0.6);
    border: 1px solid #e9e9e9;
    font-weight: bold;
    border-radius: 3px!important;
}

.btn-alt {
    color: #000!important;
    border-radius: 0!important;
    padding: 5px 40px!important;
}

.btn-alt:hover {
    color: red!important;
}
