@font-face {
    font-family: 'Vodafone-Lt';
    src: url('../fonts/VodafoneLt.woff2') format('woff2'),
        url('../fonts/VodafoneLt.woff') format('woff'),
        url('../fonts/VodafoneLt.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vodafone-Rg';
    src: url('../fonts/VodafoneRg.woff2') format('woff2'),
        url('../fonts/VodafoneRg.woff') format('woff'),
        url('../fonts/VodafoneRg.ttf') format('truetype'),
        url('../fonts/VodafoneRg.svg#VodafoneRg') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vodafone-Rg-Bd';
    src: url('../fonts/vodafonergbd-webfont.woff2') format('woff2'),
        url('../fonts/vodafonergbd-webfont.woff') format('woff'),
        url('../fonts/vodafonergbd-webfont.ttf') format('truetype'),
        url('../fonts/vodafonergbd-webfont.svg#vodafonergbd-webfont') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

html {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    position: relative;
    font-family: 'Vodafone-Rg';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px !important;
    padding: 0px !important;
    color: #333333;
    font-size: 16px;
    line-height: unset;
    scroll-behavior: smooth;
}

span {
    display: inline-block;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

li {
    list-style: disc;
}

ul,
ol {
    margin: 0;
}
button {
    background: none;
    border: none;
}
a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #333333;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::placeholder {
    color: #333333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: 333333;
}

::-ms-input-placeholder {
    color: 333333;
}

.pac-container {
    min-width: 298px !important;
    ;
}

.tooltip-content {
    position: relative;
    bottom: 1px;
    left: 2px;
    /*outline: none;*/
    cursor: pointer;
}
.underline {
    text-decoration: underline;
}
.l-height-0 {
    line-height: 0;
}
.mt-0 {
    margin-top: 0;
}
.popover-content {
    padding: 9px 14px;
}

.popover-content a {
    text-decoration: underline;
    color: #fff;
}

.popover.right>.arrow {
    left: -6px;
    margin-top: -6px;
    border-right-color: #333333;
}

.popover.bottom>.arrow {
    top: -6px;
    margin-left: -6px;
    border-bottom-color: #333333;
}

.popover {
    font-size: 12px;
    background-color: #333333;
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    box-shadow: none;
    border: none;
    width: 300px;
}
.modal-dialog {
    width: 100% !important;
}
.max-pop+.popover {
    max-width: 300px;
    width: auto;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #333333;
}

.popover.right>.arrow:after {
    border-right-color: #333333;
}

.popover>.arrow {
    border-width: 6px;
}
.termin-link{
    color: #E60000;
    text-decoration: underline;
    cursor: pointer;
}
.popover-img {
    display: none;
}

.row {
    margin: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.default-light {
    font-family: 'Vodafone-Lt';
}

.default-medium {
    font-family: 'Vodafone-Rg';
}

.default-bold {
    font-family: 'Vodafone-Rg-Bd';
}

.default-red {
    color: #E60000;
}

.default-green {
    color: #00697C;
}

.default-lightgrey {
    color: #6F6F6F;
}
.w-100 {
    width: 100%;
}
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 0;
    padding: 16px;
    background-color: #fff;
    color: #000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    z-index: 9999;
    width: 100%;
    transition: top 0.3s;
    opacity: 0;
}
.skip-to-content:focus {
    top: 2px;
    outline: 2px solid #000000;
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.mrg-r-16 {
    margin-right: 16px;
}
img.sim-c {
    height: 196px;
}
.lang-box{
    cursor: pointer;
}
.lang-box span.lan{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    color: #666666;
    padding: 0 1px;
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}
.lang-box span.lan:hover{
    color: #E60000;
}
.lang-box span.lan.active{
    color: #E60000;
}
.lang-box span.lan:first-child{
    margin-right: 5px;
}

.vt-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: auto;
    width: 100%;
    height: 100%;
}
.arrow-svg svg{
    width: 30px;
    height: 15px;
    vertical-align: middle;
    padding: 0 2px;
}
.company-nav.arrow-svg svg .cls-1, .company-nav.arrow-svg svg .cls-2{
    stroke: #ffffff!important;
    opacity: 1;
}
.login-m-redirect.arrow-svg svg .cls-1, .login-m-redirect.arrow-svg svg .cls-2{
    stroke: #E60000!important;
    opacity: 1;
}
.g-pass{
    color: #00697C;
    font-family: "Vodafone-Rg-Bd";
    font-size: 12px;
    position: absolute;
    top: 81px;
    left: 0;
}
.o-pass{
    color: #FEB740;
    font-family: "Vodafone-Rg-Bd";
    font-size: 12px;
    position: absolute;
    top: 81px;
    left: 0;
}
.arrow-img img{
    width: 30px;
    height: 15px;
    vertical-align: middle;
    padding: 0 2px;
    margin: 0!important;
}
.content-flex0 {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    flex-basis: auto;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: auto;
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.xl-container{
    max-width: 1400px;
}
/* B CSS */
.option-heading.active {
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}

.smarthover img,
.smarthover .phone-sticker {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.smarthover:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.order-prices{
    margin: 32px 0 24px 0;
    display: none;
}
#home .phone-section .img100 {
    width: 155px;
    height: 155px;
}

.smartphone-boxess {
    max-width: 333px;
    width: 100%;
    padding-bottom: 24px;
    margin-right: 0;
    line-height: 1.5;
}

.phone-section .phone-circles {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px;
    height: 16px;
    background-color: #333333;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 14px;
    display: none;
    vertical-align: middle;

}

.phone-circles:hover,
.phone-section .phone-circles.active {
    background-color: #ffffff;
}

.phone-section-text {
    margin-top: 48px;
    padding: 0 24px;
    max-width: 650px;
}

/* B CSS */
/* CHECKBOX & RADIO BUTTONS */
input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 0;
}

input[type="checkbox"]+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    background: url(../img/content/vt_checkbox-0.svg) no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 50%;
}

input[type="checkbox"]:checked+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../img/content/vt_checkbox-1.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
}

input[type="checkbox"]:checked + .span.greyChck {
    background: url(../img/content/vt_checkbox-2.svg) no-repeat;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

input[type="radio"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 0;
}

input[type="radio"]+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    background: url(../img/content/vt_radio-button-0.svg) no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 50%;
}

input[type="radio"]:checked+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../img/content/vt_radio-button-1.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
}

/* CHECKBOX & RADIO BUTTONS END */

/* PROMO CSS */
.promo-head {
    background: #830000;
    /* Old browsers */
    background: -moz-linear-gradient(90deg, #830000 0%, #FF0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, #830000 0%, #FF0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, #830000 0%, #FF0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#830000', endColorstr='#FF0000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    padding: 11px;
    box-shadow: none;
    outline: none;
    margin-top: -50px;
    margin-bottom: 50px;
}

.promo-text {
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
    color: #fff;
}

.inline-path {
    display: inline-block;
}

/* PROMO CSS END */

/* HEADER MENU */
#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}

#header.scrollfixed {
    position: fixed;
    z-index: 9;
}

#header .head-font {
    font-size: 14px;
    color: #262626;
    position: relative;
    padding-right: 16px;
}
#head_nav{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
#head_nav .hamburger-menu{
    display: none;
}
#head_nav .desk-logo, #head_nav .resp-logo {
    height: 40px;
    margin: 7px 0;
    vertical-align: middle;
}
#head_nav .resp-logo {
    display: none;
}
#head_nav .partner-logo{
    height: 40px;
    margin: 7px 0;
    max-width: 125px;
    vertical-align: middle;
}
#head_nav .menu_nav_d{
    /*background-color: #f4f4f4;*/
    background-color: #f9f9f9;
    text-align: center;
    padding: 8px 0;
}
#head_nav .p-left{
    padding-left: 24px;
}
#head_nav .menu_nav_d a, #head_nav .links-mid a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #333333;
    margin-right:32px;
    border: 1px solid transparent;
}
#head_nav .links-mid a.n-bold, #head_nav.log_menu .links-mid a.n-bold{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
    color: #666666;
}
#head_nav .links-mid a.log-link{
    margin-right: 32px;
}
#head_nav.log_menu .menu_nav_d a, #head_nav.log_menu .links-mid a{
    font-size: 18px;
}
#head_nav .menu_nav_d a{
    padding: 8px 0;
}
#head_nav .menu_nav_d a:hover, #head_nav .links-mid a:hover{
    color: #E60000;
}
#head_nav.log_menu .menu_nav_d a.active, #head_nav.log_menu .links-mid a.active{
    color: #E60000;
    border-bottom: 1px solid red;
}
#head_nav .menu_nav_d a:last-child, #head_nav .links-mid a:last-child{
    margin-right:0;
}
#head_nav .links-mid a{
    display: inline-block;
    vertical-align: middle;
}
#head_nav .links-mid .lang-box{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
}
#head_nav .links-mid a.highlighted{
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}
#head_nav.log_menu .links-mid a, #head_nav.empty_menu .links-mid a{
    border: none!important;
}
#head_nav .resp_menu{
    width: 25px;
    position: relative;
    display: none;
    vertical-align: middle;
    margin-left: 16px!important; 
}

#head_nav .navigation-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 25px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#head_nav .navigation-hamburger {
    position: relative;
}
#head_nav input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 25px!important;
    height: 18px!important;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
}
#head_nav .navigation-hamburger, #head_nav .navigation-hamburger::before, #head_nav .navigation-hamburger::after {
    width: 100%;
    height: 2px;
    background-color: #333333;
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#head_nav .navigation-hamburger::before, .navigation-hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; 
}
#head_nav .navigation-hamburger::before {
    top: -7.5px; 
}
#head_nav .navigation-hamburger::after {
    top: 7.5px; 
}
#head_nav .navi-btn:checked  ~ .navigation-btn  {
    z-index: 26;
}
#head_nav .navi-btn:checked ~ .navigation-btn .navigation-hamburger {
    background-color: transparent; 
}
#head_nav .navi-btn:checked ~ .navigation-btn .navigation-hamburger::before {
    top: 0;
    -webkit-transform: rotate(135deg); 
    -moz-transform: rotate(135deg); 
    -ms-transform: rotate(135deg); 
    -o-transform: rotate(135deg); 
    transform: rotate(135deg); 
    background-color: #333333;
}
#head_nav .navi-btn:checked ~ .navigation-btn .navigation-hamburger::after {
    top: 0;
    -webkit-transform: rotate(-135deg); 
    -moz-transform: rotate(-135deg); 
    -ms-transform: rotate(-135deg); 
    -o-transform: rotate(-135deg); 
    transform: rotate(-135deg); 
    background-color: #333333;
}
#head_nav .resp_box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 70px 0;
    list-style: none;
    background-color: #FFFFFF;
    text-align: center;
    overflow-y: auto;
}
#head_nav .resp_box a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    margin-bottom: 35px;
    color: #333;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
#head_nav .resp_box a.light-f{
    font-family: 'Vodafone-Rg';
}
#head_nav .resp_box a:hover{
    color: #E60000;
}
#head_nav .resp_box a.active{
    color: #E60000;
}
#header .partner-logo {
    height: 40px;
    margin: 7px 32px 7px 16px;
    max-width: 125px;
}
#header .desk-phone {
    height: 27px;
    vertical-align: middle;
}
#head_nav .tooltip-box{
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 3px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
}
#header .desk-right {
    padding: 0 3px 0 16px;
}
#header .hamburger-menu{
    display: none;
}
#header .nav-btnorder {
    display: none;
    background-color: #9C2AA0;
    color: #ffffff;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 4px;
    margin-right: 25px;
    cursor: pointer;
}

#header .nav-btnorder.visible {
    display: inline-block;
}

.btn-select-phone {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000080;
}

.btn-select-phone:hover {
    background-color: #f4f4f4;
}
.offset-scroll{
    position: relative;
    padding-top: 100px;
    margin-top: -100px;
}
#header .desk-navchange {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    min-height: 50px;
    border-bottom: 3px solid transparent;
    line-height: 47px;
    cursor: pointer;
}

#header .desk-navchange.it.active,
#header .desk-navchange.tit.active {
    color: #E60000;
    border-bottom: 3px solid #E60000;
    font-family: 'Vodafone-Rg';
}

#deskDevice .desk-nav {
    float: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0px;
    margin-right: 16px;
    padding: 12px 0;
    line-height: 25px;
    margin-top: 2px;
}
#deskDevice .desk-nav:nth-child(2) {
    margin-left: 27px;
}

#deskDevice .desk-nav.active {
    color: #E60000;
    border-bottom: 2px solid #E60000;
}

#deskDevice .desk-navleft {
    float: left;
    width: 42%;
    text-align: right;
    margin-right: 8%;
}

#deskDevice .desk-navright {
    float: right;
    width: 42%;
    text-align: left;
    margin-left: 8%;
}

#deskDevice {
    display: block;
    width: 100%;
    min-height: 50px;
}

#deskDevice .desk-table {
    display: table;
    min-height: 52px;
    width: 100%;
}

#deskDevice .desk-row {
    display: table-row;
    width: 100%;
}

#deskDevice .desk-left {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    text-align: left;
}

#deskDevice .desk-middle {
    display: table-cell;
    width: 39%;
    vertical-align: middle;
    text-align: center;
}

#deskDevice .desk-right {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right
}

#deskDevice .desk-left.scroll {
    width: 40%;
}

#deskDevice .desk-middle.scroll {
    width: 20%;
}

#deskDevice .desk-right.scroll {
    width: 40%;
}

#deskDevice .desk-split {
    width: 50%;
}

#respDevice {
    display: none;
}

#respDevice .resp-table {
    display: table;
    min-height: 50px;
    width: 100%;
}

#respDevice .resp-row {
    display: table-row;
    width: 100%;
}

#respDevice .resp-left {
    display: table-cell;
    width: 70%;
    text-align: left;
    vertical-align: middle;
}

#respDevice .resp-right {
    display: table-cell;
    width: 30%;
    text-align: right;
    vertical-align: middle;
}

#respDevice .resp-hamburger {
    width: 35px;
    margin-left: 15px;
    cursor: pointer;
}

#respDevice .resp-x {
    width: 35px;
    cursor: pointer;
}

#respDevice #respMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
    z-index: 9;
    padding: 7.5px 30px 7.5px 30px;
    text-align: right;
}

#respDevice .resp-navchangetop {
    margin-top: 100px;
    cursor: pointer;
}

#respDevice .resp-navchangebtm {
    margin-top: 35px;
    cursor: pointer;
}

/* HEADER MENU END */

/* FOOTER */
#footer {
    background-color: #333333;
    font-size: 16px;
    color: #ffffff;
    padding: 64px 0 19px 0;
    position: relative;
}
#footerLegals {
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    padding: 72px 0 122px 0;
    position: relative;
    line-height: 1.5;
}
#footerLegals .footer-p div{
    padding-bottom: 4px;
}
#footerLegals .footer-p div:last-child{
    padding-bottom: 0;
}
#footer .footer-row {
    padding: 0 140px;
}

#footer .footer-header {
    font-size: 20px;
    margin-bottom: 15px;
}

#footer .light a {
    color: #F4F4F4;
}

#footer .mrg-b {
    margin-bottom: 10px;
}

#footer .footer-absolute {
    color: #B2B2B2;
    margin-top: 34px;
    text-align: center;
    font-size: 14px;
}

#footer .footer-logo {
    float: right;
}

/* FOOTER END*/

/* NEW LANDING PAGE UPDATE BEGIN */
.loginGroup.carouselGroup .slide {
    background: transparent linear-gradient(60deg, #990001 0%, #990001 22%, #D01717 80%, #990001 100%) 0% 0% no-repeat padding-box;
}
.loginGroup.carouselGroup .slide.white {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
}
.loginGroup.carouselGroup .slide.black {
    background: #000000;
}
.loginGroup.carouselGroup .slide.white-bgr {
    background: #f5f5f5;
}
.loginGroup.carouselGroup .slide.gradient-br {
    background: transparent linear-gradient(59deg, #000000 0%, #000000 0%, #101010 49%, #990001 100%) 0% 0% no-repeat padding-box;
}
.loginGroup.carouselGroup .slide.blue {
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 1%, #E4EBFF 21%, #B8C6F3 40%, #7D8ED1 58%, #42549F 74%, #1E2769 87%, #0C1247 100%) 0% 0% no-repeat padding-box;
}
.loginGroup.carouselGroup .carouselv-t { 
    max-width: 904px;
    margin: auto;
    width: 100%;
    padding: 0 0 72px 0!important;
    gap: 24px;
}
.xl-log{
    display: none!important;
}
.xl-resp{
    display: none!important;
}
.loginGroup.carouselGroup.ct .carouselv-t { 
    max-width: 990px;
}
.loginGroup.carouselGroup.ct.mrg-tp .carouselv-t { 
    padding: 0 0 40px 0!important;
}
.loginGroup.carouselGroup .carousel-box-1 {
    -ms-flex: 1;
    flex: 1;
    max-width: 544px;
    min-width: 544px;
}
.loginGroup.carouselGroup.ct .carousel-box-1 {
    max-width: 640px;
    min-width: 640px;
}
.loginGroup.carouselGroup .carousel-box-2 {
    /* background-color: #F2F2F2; */
    background-color: #F9F9F9;
    padding: 24px!important;
    -ms-flex: 1;
    flex: 1;
}
.loginGroup.carouselGroup.mrg-tp .carousel-box-2 {
    padding: 56px 24px!important;
}
.loginGroup.carouselGroup.mrg-tp .carousel-circ-5 ~ .carousel-box-2 {
    padding: 24px 24px!important;
}
.loginGroup.carouselGroup .img-responsive{
    height: 85%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginGroup.carouselGroup .carousel-circ-5 .img-responsive{
    height: 85%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginGroup.carouselGroup.mrg-tp .carousel-circ-5 .img-responsive{
    height: 85%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginGroup.carouselGroup .slide {
    height: 340px;
    position: relative;
    cursor: pointer;
}
.loginGroup.carouselGroup.mrg-tp .slide {
    height: 412px;
}
.loginGroup.carouselGroup.mrg-tp .carousel-circ-5 .slide {
    height: 482px;
    position: relative;
    cursor: pointer;
}
.in-circ.loginGroup.carouselGroup.mrg-tp .carousel-circ-5 .slide {
    height: 412px;
    position: relative;
    cursor: pointer;
}
.loginGroup.carouselGroup .banners-p{
    max-width: none;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
.loginGroup.carouselGroup .banners-p.inside{
    min-height: unset;
    padding-bottom: 58px;
}
.loginGroup.carouselGroup.ct .banners-p.inside{
    min-height: unset;
    padding-bottom: 58px;
    max-width: 922px;
    width: 100%;
}
.loginGroup.carouselGroup.ct.mrg-tp .banners-p.inside{
    padding-bottom: 40px;
}
.loginGroup.carouselGroup .banners-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.loginGroup.carouselGroup .banners-imgs{
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 16px 0 0 0;
}
.loginGroup.carouselGroup.ct .banners-imgs{
    gap: 30px;
}
#home .loginGroup.carouselGroup .banners-imgs{
    padding: 16px 0 0 0;
}
.loginGroup.carouselGroup .banners-imgs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.loginGroup.carouselGroup .banners-imgs .thumbnail, .loginGroup.carouselGroup .banners-imgs .banners-all{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 120px;
    height: 120px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f4f4f4;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
}
.loginGroup.carouselGroup.ct .banners-imgs .thumbnail, .loginGroup.carouselGroup.ct .banners-imgs .banners-all{
    width: 100%;
}
.loginGroup.carouselGroup .banners-imgs .banners-all{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.loginGroup.carouselGroup .banners-imgs .banners-all img{
    width: 24px;
    height: 24px;
}
.loginGroup.carouselGroup .banners-imgs .thumbnail.active, .loginGroup.carouselGroup .banners-imgs .thumbnail:hover, .loginGroup.carouselGroup .banners-imgs .banners-all:hover{
    border: 2px solid #E60000;
}
.loginGroup.carouselGroup .banners-all{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
}
.loginGroup.carouselGroup .carousel-tv-head{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 20px;
    padding: 32px 0 16px 0;
}
.loginGroup.carouselGroup.mrg-tp{
    padding-top: 0;
}
.register_flow.head-btn{
    max-width: none!important;
    width: auto!important;
    color: #ffffff!important;
    padding:5px 8px!important;
    font-family: 'Vodafone-Rg-Bd'!important;
    font-size: 14px!important;
}
.desk-nav.logi-btn{
    max-width: none!important;
    width: auto!important;
    color: #333333!important;
    padding:5px 8px!important;
    border: 1px solid #333333!important;
    background-color: #ffffff!important;
    font-family: 'Vodafone-Rg-Bd'!important;
    font-size: 14px!important;
    border-radius: 3px!important;
}
.xs-banner-container{
    max-width: 904px;
    width: 100%;
    margin: auto;
}
.ct .xs-banner-container{
    max-width: 990px;
    width: 100%;
    margin: auto;
}
.gigakombi-section-n{
    margin-top: 72px;
    padding: 72px 0;
    background-color: #f2f2f2;
    border-radius: 8px;
}
.gigakombi-section-n label{
    cursor: pointer;
}
.gigakombi-section-n h1{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    margin: 32px 0 24px 0;
}
.loginGroup.carouselGroup .banners-imgs.banners-thumbcirc .thumbnail_circle{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #333333;
    border: 1px solid transparent;
    cursor: pointer;
}
.loginGroup.carouselGroup .banners-imgs.banners-thumbcirc .thumbnail_circle:focus{
    outline: 2px solid #E60000;
}
.loginGroup.carouselGroup .banners-imgs.banners-thumbcirc {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 16px 0 16px 0;
}
.loginGroup.carouselGroup .banners-imgs .thumbnail_circle.active{
    background-color: #E60000;
    border: 1px solid #333333;
    transform: scale(1.3);
}
.gigakombi-section-n p{
    max-width: 343px;
    width: 100%;
    margin: auto;
    line-height: 1.43;
}
.gigakombi-section-n .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.gigakombi-section-n .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}
.gigakombi-section-n .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}
.gigakombi-section-n .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 18px;
}
.gigakombi-section-n .m-width-n{
    max-width: 353px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.gigakombi-section-n .m-width-n .relative-path{
    margin-bottom: 16px;
}
.gigakombi-section-n .m-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 195px;
    width: 100%;
    margin: auto;
}
#infoTextGk{
    background-color: #00697C;
    display: inline-block;
    border-radius: 21px;
    padding: 8px 16px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    margin: 24px 0 16px 0;
}
#deals{
    background-color: #ffffff;
    padding: 120px 0 0 0;
}
#deals .deals-company a.btn.action.btn-auto {
    max-width: 100%;
    display: inline-block;
    width: auto;
    padding: 12px 16px;
}
#deals .deals-company #companyBtn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* display: none; */
}
#deals .deals-company .company-flex-l .c-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    margin-left: 16px;
}
#deals .deals-company .company-flex-l{
    margin-right: 8px;
    border-radius: 8px;
    flex: 1 1 50%;
    text-align: left;
}
#deals .deals-company .company-flex-r{
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    min-height: 320px;
    margin-left: 8px;
    border-radius: 8px;
    flex: 1 1 50%;
    position: relative;
}
#deals .deals-company .img-b-company{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#deals .deals-company h1 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    line-height: 1.3;
}
#deals .all-inputs::placeholder, #deals .all-inputs::placeholder{ 
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    color: #999999;
    opacity: 1; 
} 
#deals .smart-flex-faq .promo-group {
    margin: 0;
    background: rgb(131, 0, 0);
    background: linear-gradient(90deg, rgba(131, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: #ffffff;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}
#deals .smart-flex-faq .promo-padd {
    padding-left: 24px;
    padding-right: 24px;
}
#deals .smart-flex-faq .promo-m-w, #deals .smart-flex-faq .promo-m-w img {
    max-height: 105px;
    height: 105px;
    max-width: 100%;
}
#deals .smart-flex-faq .promo-t {
    text-align: left;
    padding-left: 32px;
}
#deals .company-box-c{
    padding: 0 0 72px 0;
}
#deals .h1-head{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 32px;
}
#deals-head-box div{
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    margin-bottom: 16px
}
#deals .banners-grid{
    max-width: 544px;
    width: 100%;
    margin: auto;
}
#deals .banners-grid img{
    max-height: 240px;
    height: 100%;
}
#deals .banners-grid .deals-head-box img{
    height: 24px;
    width: 24px;
    vertical-align: middle;
    padding-left: 8px;
}
#deals .b-img-b{
    background: transparent linear-gradient(60deg, #990001 0%, #990001 22%, #D01717 80%, #990001 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 16px;
}

#deals .b-img-b.black{
    background: #000000;
}
#deals .h2-headline-size{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 1.3;
    margin: 32px 0 16px 0;
}
#deals .h3-copy-size{
    font-family: 'Vodafone-Rg';
    font-size: 16px;
    line-height: 1.5;
}
#deals .btn-mrg-d{
    margin-top: 32px;
    padding: 8px 20px;
}
#deals .line-break-b{
    border-bottom: 1px solid #B2B2B2;
    margin: 72px 0;
}
#deals .deals-head-box a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    margin-bottom: 16px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
#deals .deals-head-box a:hover{
   border-bottom: 1px solid #E60000;
}
#deals .deals-head-box .last-a{
    margin-bottom: 0;
}
.errCompany{
    color: #e60000;
    font-size: 12px;
    display: none;
    position: absolute;
    bottom: -16px;
}
.company-flex-l.active .errCompany{
    display: block;
}
.company-flex-l.active #searchCompanies{
    border: 1px solid #e60000;
}
.well-logo{
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.boxes-d-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(536px, 1fr));
    gap: 16px;
}
.flex-gap{
    gap: 32px;
}
.carousel-container{
    max-width: 544px;
    width: 100%;
    margin: auto!important;
}
.carousel-container.ct{
    max-width: 640px;
}
.carousel-container.ct.mrg-tp{
    max-width: 922px;
}
/* NEW LANDING PAGE UPDATE  END */

/* HOME PAGE */

.overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#home .relative-path {
    position: relative;
}
#smartphoneFirst{
    background-color: #ffffff;
}
#smartphoneFirst #smartphonesSplash .m-price-l{
    display: none;
}
#smartphoneFirst #smartphonesSplash .smart-cl, #bestellen .smart-cl{
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    cursor: pointer;
}
.price-flo:before, .price-flo:after{
    display: table;
    content: "";
    clear: both;
}
#homeFirst {
    padding: 94px 0;
    background-color: #F4F4F4;
}
#homeFirst .homefirst-table {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 800px;
}
.smartphones_conn .box-m .box-default-tarif{
    margin-bottom: 4px;
}
.otelo-section .smartphones_conn .box-m .box-default-tarif{
    margin-bottom: 0;
}
#voucher-banner{
    position:absolute;
    max-width:265px;
    height:36px;
    top:-52px;
    background-color:#00697C;
    color:#ffffff
}
#voucher-banner > div{
    display: inline-block;
    line-height: 1;
    height:100%;
}
#voucher-banner > div:nth-child(2){
    padding: 0 16px;
    min-width: 204px;
}
#voucher-banner > div > img{
    height: 100%;
}
#voucher-banner-price{
    font-size: 32px;
    font-family:'Vodafone-Rg-Bd';
}
#voucher-banner-price sup{
    font-size:16px;
}
#voucher-banner > div span:nth-child(2){
    vertical-align:bottom;
    padding-bottom:2px;
    padding-left:2px;
}
#homeFirst .homefirst-row {
    display: table-row;
    width: 100%;
    vertical-align: top;
}

#homeFirst .homefirst-cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.sup-p sup{
    top: -2px;
    position: relative;
    font-size: 14px;
}
#homeFirst .background-packageinfo {
    background-color: #E60000;
    color: #ffffff;
    font-size: 21px;
    padding: 5px 10px;
    font-family: 'Vodafone-Rg';
}

#homeFirst .homefirst-container {
    width: 100%;
    margin: auto;
}

#homeFirst .price-path {
    position: relative;
    display: inline-block;
    right: 20px;
    text-align: center;
}

#homeFirst .price-big {
    font-size: 100px;
    line-height: 100px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
}

#homeFirst .price-comma {
    font-size: 61px;
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    position: absolute;
    position: absolute;
    right: -23px;
    top: 27px;
}

#homeFirst .price-sup {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 12px;
    right: -50px;
    color: #333;
}

#homeFirst .price-conversion {
    font-size: 60px;
    line-height: 60px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
    position: absolute;
    bottom: 5px;
    right: -38px;
}

#homeFirst .mrg-tb {
    margin-top: 30px;
    margin-bottom: 20px;
}

#homeFirst .mrg-t {
    margin-top: 20px;
}

#home .inline-path {
    display: inline-block;
}

#homeFirst .list-padding {
    padding-left: 18px;
}

#homeFirst .list-padding ul li {
    margin-bottom: 10px;
}

#homeFirst .list-padding ul li:last-child {
    margin-bottom: 15px;
}

#homeFirst .pdg-b {
    padding-bottom: 15px;
}

#homeFirst .line-through {
    text-decoration: line-through;
}

.home-btnorder {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    min-width: 280px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 4px;
}

.home-btnorder:hover {
    color: #ffffff;
}

.home-btnorder.dark-grey-bckg {
    background-color: #333333;
}

.home-btnorder.renew-btn {
    background-color: #ffffff;
    color: #333333;
}
.renew-btn.red-c-n{
    color: #E60000;
    font-family: "Vodafone-Rg-Bd";
}
.order-btn {
    margin: 0 auto;
}

.loader {
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.home-btnorder.success {
    background-color: #00697C !important;
    display: inline-block
}

#homeFirst .calculation-infotext>div {
    vertical-align: middle;
    height: 17px;
}

#homeFirst .calculation-infomodal {
    display: block;
    cursor: pointer;
}

#homeFirst .mrg-btn {
    margin: 32px 0 24px 0;
}

#homeFirst .mrg-b10 {
    margin-bottom: 10px;
}

#homeFirst .produkt-info {
    font-size: 12px;
    font-family: 'Vodafone-Lt';
}

#cablemax1000title {
    font-size: 12px;
    font-family: 'Vodafone-Rg';
    color: #00697C;
    margin-top: 40px;
}

#cablemax1000text {
    font-size: 12px;
    font-family: 'Vodafone-Rg';
    color: #333333;
}

.verlangerung-item svg {
    width: 10px;
    margin-left: 5px;
}

.verlangerung-item:hover svg .cls-1 {
    stroke: #E60000;
}

.verlangerung-item:hover svg .cls-2 {
    fill: #E60000;
}

#homeFirst .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 40px;
    border: 1px solid #333333;
    height: 19px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#homeFirst .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
    height: 13px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#homeFirst .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}

#homeFirst .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 22px;
}

#homeFirst .mbit-speed {
    position: relative;
    cursor: pointer;
}

.mbit-speed::after {
    display: none;
    content: "";
}

.mbit-speed:hover::after {
    display: inline;
}

#homeFirst .mbit-dropdown {
    background-color: #ffffff;
    border: 1px solid #E60000;
    position: absolute;
    padding: 0 10px;
    border-radius: 4px;
    width: 205px;
    top: 28px;
    z-index: 1;
}

#homeFirst .mbit-table {
    width: 100%;
    display: table;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#homeFirst .mbit-row {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    display: table-row;
    cursor: pointer;
    opacity: 1;
}

#homeFirst .mbit-row:hover {
    opacity: .7;
}

#homeFirst .mbit-cell-first {
    width: 70%;
    display: table-cell;
    padding: 5px 0;
}

#homeFirst .mbit-cell-second {
    width: 30%;
    display: table-cell;
    padding: 5px 0;
}

.vt-badge {
    position: absolute;
    left: -2px;
    right: 0;
    margin: auto;
    top: -20px;
    width: 60px;
}
.tv-action-badge{
    position: absolute;
    left: 21px;
    right: 0;
    margin: auto;
    top: -22px;
    width: 67px;
    color: #00697C;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 9px;
}

.vt-badge-text {
    font-family: 'Vodafone-Rg-Bd';
}

#homeFirst .mbit-selection {
    cursor: pointer;
    border: 1px solid #E60000;
    border-radius: 4px;
    padding: 5px;
    line-height: 16px;
    min-width: 100px;
    text-align: center;
}

#homeFirst .mbit-arrow {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
    margin-left: 5px;
    transform: rotateX(0deg);
    cursor: pointer;
}

#homeFirst .mbit-dropdown.block {
    display: block !important;
}

#homeFirst .mbit-dropdown.none {
    display: none !important;
}

#homeFirst .mbit-arrow.active {
    transform: rotateX(180deg);
}

#homeSecond {
    padding: 72px 0;
    text-align: center;
}

#homeSecond .second-container {
    width: 100%;
    margin: auto;
    max-width: 940px;
}

#homeSecond .second-header h1 {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
}

#homeSecond .second-inputstable {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 0;
    margin: 30px 0;
}

#homeSecond .second-inputsrow {
    display: table-row;
    width: 100%;
}

#homeSecond .second-inputscell {
    display: table-cell;
    vertical-align: middle;
}

#homeSecond .second-zipcode {
    width: 8%;
}

#homeSecond .second-place {
    width: 35%;
}

#homeSecond .second-street {
    width: 35%;
}

#homeSecond .second-number {
    width: 6%;
}

#homeSecond .second-extra {
    width: 6%;
}

#homeSecond .second-inputsrow input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
}

/* #homeSecond .second-number > input, #homeSecond .second-extra > input{
    text-align: center;
} */
#homeSecond .home-btnorder {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    padding: 12px 0 12px 0;
    width: 172px;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

#homeSecond .second-inputscell>div {
    font-size: 12px;
    font-family: 'Vodafone-Rg';
    padding-bottom: 10px;
    text-align: left;
}

#homeSecond .checkbox-path {
    position: relative;
}

#homeSecond .mrgchck-l {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 16px;
}

#homeSecond .mrgchck-t {
    margin-top: 32px;
}

#homeSecond .checkbox-table {
    width: 100%;
    display: table;
}

#homeSecond .checkbox-row {
    width: 100%;
    display: table-row;
}

#homeSecond .checkbox-cell {
    display: table-cell;
    vertical-align: top;
}

#homeSecond input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 37px;
}

#homeSecond input:focus {
    border-color: #007C91;
}

#homeSecond .input-head {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    padding-bottom: 8px;
    text-align: left;
    font-family: 'Vodafone-Rg-Bd';
}

#homeSecond .mrg-rowbt {
    margin: 32px 0 24px 0;
}

#homeSecond .back-infocell {
    float: left;
}

#homeSecond .back-infocellsmall {
    width: 60px;
}

#homeSecond .back-infocellbig {
    width: 300px;
}

#homeSecond .mrg-r {
    margin-right: 20px;
}

#homeSecond .cell-15 {
    width: 20px;
    padding-right: 15px;
}

#homeSecond .cell-20 {
    padding-left: 20px;
}

#homeSecond .cell15 {
    width: 20px;
    padding-right: 15px;
}

#homeSecond .mrgchck-l {
    vertical-align: top;
    margin-left: 10px;
    line-height: 20px;
    font-size: 16px;
    position: relative;
    top: 3px;
    text-align: left;
    color: #333333;
}

#homeThird {
    padding: 235px 0;
    background: url(../img/content/vt_homepage_img.jpg) 50% 20%;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

#homeThird .homethird-table {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

#homeThird .homethird-row {
    display: table-row;
    width: 100%;
}

#homeThird .homethird-cell {
    display: table-cell;
    width: 100%;
}

#homeThird .back-red {
    background-color: #E60000CB;
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
    font-family: 'Vodafone-Rg';
}

#homeThird .back-grey {
    margin-top: 20px;
    background-color: transparent;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 440px;
    line-height: 25px;
}

#homeThird .back-index {
    z-index: 2;
    position: relative;
}

#homeThird .back-blur {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background-color: #f9f9f9;
    padding: 10px;
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(1px);
}

#homeFourth {
    padding: 100px 0;
}

#homeFourth .fourth-container {
    width: 100%;
    margin: auto;
    max-width: 940px;
}

#homeFourth .package-head {
    font-size: 16px;
    font-family: "Vodafone-Rg-Bd";
    margin-top: 15px;
    margin-bottom: 10px;
}

#homeFourth .fourth-float {
    float: left;
    width: 30%;
    margin-right: 5%;
}

#homeFourth .fourth-float:last-child {
    margin-right: 0%;
}

#homeFifth {
    background-color: #F4F4F4;
    padding: 72px 0;
}

#homeFifth .fifth-header h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

#homeFifth .homefifth-table {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

#homeFifth .homefifth-row {
    display: table-row;
    width: 100%;
}

#homeFifth .homefifth-cell {
    display: table-cell;
    width: 100%;
}

#homeFifth.panel-group {
    width: 75%;
}

#homeFifth .panel-default>.panel-heading {
    color: #333333;
    border-color: transparent;
    border: none;
    padding: 25px;
}

#homeFifth .panel {
    color: #333333;
    background-color: #fff;
    border-color: transparent;
    border: none;
    box-shadow: none;
}

#homeFifth .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

#homeFifth .panel-group .panel-heading+.panel-collapse>.list-group,
#homeFifth .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

#homeFifth .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    text-align: left;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#homeFifth .panel-heading {
    padding: 16px;
    position: relative;
}

#homeFifth a {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#homeFifth a:focus,
#homeFifth a:hover {
    color: inherit;
    text-decoration: none;
    opacity: .7;
}

#homeFifth.panel-group .panel {
    margin-bottom: 25px;
    border-radius: 4px;
}

#homeFifth a .tarif-arrow svg {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#homeFifth a .background-collapse1 {
    background-color: #ffffff !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#homeFifth a.active .background-collapse1 {
    /* -webkit-box-shadow: 0px 3px 10px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(220,220,220,1);
    box-shadow: 0px 3px 10px 0px rgba(220,220,220,1); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#homeFifth a.active .background-collapse1 .panel-title {
    color: #333333 !important;
}

#homeFifth .tarif-arrow {
    display: inline;
}

#homeFifth a .tarif-arrow svg path {
    fill: #E60000;
}

#homeFifth a.active .tarif-arrow svg {
    transform: rotate(180deg);
}

#homeFifth a.active .tarif-arrow svg path {
    fill: #E60000;
}

#homeFifth a.active .tarif-arrow svg path {
    fill: #E60000;
}

#homeFifth .panel-group {
    margin-bottom: 0;
}

#homeFifth .panel-group .panel+.panel {
    margin-top: 16px;
}

#homeSixth {
    padding: 64px 0;
    background: #f4f4f4;
}

.bigger-font {
    font-size: 21px;
}

#homeSixth .mrg-t {
    margin-top: 30px;
}

#homeTarife {
    padding: 48px 0 72px 0;
    background-color: #F4F4F4;
}

.tarife-title {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #AFAFAF;
}
.tarife-title-otelo.tarife-title {
    min-width: 335px;
    color:#000;
}

.tarife-content {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #AFAFAF;
}
/* HOME PAGE END */
#CookieNotification .cookie-flex{
    gap: 24px;
    padding: 32px 0;
    justify-content: flex-end;
}
#CookieNotification .cookie-flex div:first-child{
    order: 1;
}
#CookieNotification .cookie-flex div:nth-child(2){
    order: 2;
}
#CookieNotification .cookie-flex div:last-child{
    order: 3;
}
.modal-cookie .checkbox-table {
    width: 100%;
    display: table;
    text-align: left;
}

.modal-cookie .checkbox-row {
    width: 100%;
    display: table-row;
}

.modal-cookie .checkbox-cell {
    display: table-cell;
    vertical-align: top;
}

.modal-cookie .cell-15 {
    width: 20px;
    padding-right: 15px;
}

.modal-cookie .checkbox-path {
    position: relative;
}

.modal-cookie h2.heading-secondary {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #333333;
}

#sub-heading {
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
    margin-top: 16px;
    margin-bottom: 24px;
    color: #E60000;
}

.modal-cookie .f-book {
    line-height: 1.6;
    font-size: 16px;
}

.modal-cookie.modals-background.m-boxinfo .modals-all {
    max-width: 584px;
    margin: auto;
    height: 100%;
}

.modal-cookie .renew-btn {
    max-width: 280px;
    width: 100%;
    min-width: auto;
    display: inline-block;
    margin-right: 4px;
}

.modal-cookie .cookie-agree {
    max-width: 280px;
    min-width: auto;
    width: 100%;
    display: inline-block;
    margin-left: 4px;
}

/* CONFIRMATION PAGE BEGIN */

.img100 {
    width: 100%;
}

#confirmation {
    padding: 140px 0 72px 0;
}

#confirmation h1.confirmation-head-green {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 36px;
    color: #00697C;
}

#confirmation .confirmation-head-grey {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

#confirmation h1.confirmation-title {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 36px;
    color: #E60000;
}

#confirmation .confirm-table {
    width: 100%;
    display: table;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 72px;
}

#confirmation .confirm-row {
    width: 100%;
    display: table-row;
}

#confirmation .confirm-headleft {
    width: 61px;
    display: table-cell;
}

#confirmation>div>div>div.confirm-table>div>div.confirm-headleft>img {
    vertical-align: top;
    padding-bottom: 5px;
}

#confirmation .confirm-headright {
    padding-left: 24px;
    width: auto;
    display: table-cell;
}

#confirmation .check-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

#confirmation .check-text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

#confirmation .home-btnorder {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    max-width: 280px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 4px;
}

#confirmation .sub-list {
    padding-top: 50px;
}

#confirmation .first-list {
    padding: 25px 0 25px 0;
}

#confirmation .head-list {
    font-family: 'Vodafone-Rg';
    font-size: 14px;
}

#confirmation .info-list {
    font-size: 12px;
}

#confirmation .second-list {
    padding-bottom: 25px;
}

#confirmation .side-line {
    width: 70%;
    height: 1px;
    margin: 72px 0;
    background: #B2B2B2;
}

#confirmation .relative-path {
    position: relative;
}

/* #confirmation .mrg-rowb {
    margin-bottom: 20px;
} */
#confirmation .mrg-b25,
#confirmation .mrg-b25 {
    margin-bottom: 25px;
}

#confirmation .back-infocell {
    margin-bottom: 25px;
}

#confirmation .second-data .back-infocellsmall {
    width: 140px;
}

#confirmation .mrg-r {
    margin-right: 20px;
}

#confirmation .back-infocell {
    float: left;
}

#confirmation .input-head {
    font-size: 12px;
    font-family: 'Vodafone-Rg';
    padding-bottom: 10px;
    text-align: left;
}

#confirmation .relative-path {
    position: relative;
}

#confirmation .inline-path {
    display: inline-block;
}

#confirmation input,
#confirmation .input-field {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 37px;
}

#confirmation .gender-arrow {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
    margin-left: 5px;
    transform: rotateX(0deg);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#confirmation .gender-dropdown {
    background-color: #ffffff;
    border: 1px solid #E60000;
    position: absolute;
    padding: 0 10px;
    border-radius: 4px;
    width: 100%;
    top: 40px;
    display: none;
}

#confirmation .gender-dropdown.active {
    display: block !important;
}

#confirmation .mbit-table {
    width: 100%;
    display: table;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#confirmation .mbit-row {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    display: table-row;
    cursor: pointer;
    opacity: 1;
}

#confirmation .mbit-cell {
    width: 50%;
    display: table-cell;
}

#confirmation .second-data .back-infocellbig {
    width: 275px;
}

#confirmation .back-infocell {
    float: left;
}

#confirmation .back-infocellbig {
    width: 300px;
}

#confirmation .back-infocellsmall {
    width: 60px;
}

#confirmation .mrgchck-l.top {
    top: 2px;
    line-height: 1.5;
}

#confirmation .mrgchck-l {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 14px;
    font-size: 16px;
    position: relative;
    top: 1px;
    text-align: left;
}

#confirmation input:disabled {
    color: #333333;
    cursor: pointer;
    background-color: transparent;
}

#confirmation .checkbox-table {
    width: 100%;
    display: table;
    padding: 16px 0;
}

#confirmation .checkbox-table-second {
    width: 100%;
    display: table;
    padding-bottom: 24px;
}

#confirmation .checkbox-row {
    width: 100%;
    display: table-row;
}

#confirmation .checkbox-cell.top {
    display: table-cell;
    vertical-align: top;
}

#confirmation .cell-15 {
    width: 20px;
    padding-right: 15px;
}

#confirmation .checkbox-path {
    position: relative;
}

#confirmation .circle-leftright.option {
    margin: 0;
}

#confirmation .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 40px;
    border: 1px solid #333333;
    height: 19px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#confirmation .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}

.switcher-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 40px;
    border: 1px solid #333333;
    height: 19px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#confirmation .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
    height: 13px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#confirmation .switcher-all:checked~.chck-all .switcher-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}

#confirmation .switcher-all:checked~.chck-all .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 22px;
}

#confirmation .optional-bestellung input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    pointer-events: none;
    z-index: -1;
    position: absolute;
}

#confirmation .checkbox-cell.top {
    display: table-cell;
    vertical-align: top;
}

#confirmation .confirmation-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #E60000;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    padding: 3px 0;
    border-radius: 4px;
    cursor: pointer;
    height: 37px;
    min-width: 200px;
    text-align: center;
}

#confirmation textarea {
    overflow-y: auto;
    width: 100%;
    max-width: 608px;
    border-radius: 3px;
    border: 1px solid rgb(178, 178, 178);
    min-height: 86px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    margin: 0 0 20px 0;
    outline: none;
}

#confirmation textarea.events {
    pointer-events: none;
    opacity: .6;
}

#confirmation textarea:focus {
    border-color: #00697C;
}

#confirmation #btnNote {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#confirmation #btnNote.success {
    background-color: #00697C;
}

#confirmation .rufnummer,
#confirmation .bestellung {
    display: none;
}

#confirmation #partnerInfo,
#confirmation #rufnumber {
    display: none;
}

#confirmation svg.svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#confirmation .partner.active .st0,
#confirmation .partner.active .st2,
#confirmation .rufnumber.active .st0,
#confirmation .rufnumber.active .st2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#confirmation .partner.active .st0,
#confirmation .rufnumber.active .st0 {
    fill: #00697C;
}

#confirmation .partner.active .st2,
#confirmation .rufnumber.active .st2 {
    fill: #ffffff;
}

#confirmation input:focus {
    border: 1px solid #007C91;
}

#textareaNote:focus::placeholder {
    color: transparent;
}
.mob-phone{
    width: 27px;
    height: 27px;
    vertical-align: middle;
}
/* CONFIRMATION PAGE END */
/* IMPRESSUM PAGE BEGIN */
#impressum {
    padding: 100px 0;
    font-size: 14px;
}

#impressum .section-space div {
    padding-bottom: 30px;
}

#impressum div.sub-title {
    padding-bottom: 16px;
}

#impressum h1 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    padding: 40px 0 24px 0;
    color: #333333;
}

#impressum h2 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}

.vodafone-partner-logo {
    width: 161px;
    margin-bottom: 22px;
}

.impressum-big {
    color: #00697C;
}

.impressum-small {
    color: #333333;
}

/* IMPRESSUM PAGE END */
/* AGB PAGE BEGIN */
#agb {
    padding: 100px 0;
    font-size: 14px;
}

#agb h1 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    padding: 40px 0 24px 0;
    color: #333333;
}

#agb h2 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    padding-bottom: 32px;
}

#agb .checkbox-path {
    position: relative;
}

#agb .inline-path {
    display: inline-block;
}

#agb svg.svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#agb .mrgchck-l {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 14px;
    font-size: 14px;
    position: relative;
    top: 1px;
    text-align: left;
}

#agb .mrg-rowb {
    margin-bottom: 8px;
}

#agb .st0,
#agb .st2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agb:hover .svg>path:last-child {
    fill: #00697C;
}

#agb .agb-head {
    font-family: 'Vodafone-Rg';
    color: #00697C;
    padding-bottom: 17px;
}

#agb .section-space {
    padding-bottom: 35px !important;
}

/* AGB PAGE END */
/* KONTAKT PAGE BEGIN */
#kontakt {
    padding: 100px 0 48px 0;
}

#kontakt h1 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    padding: 40px 0 24px 0;
    color: #333333;
}

#kontakt h2 {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    padding-bottom: 24px;
    line-height: 1.5;
}
#kontakt a{
    color: #E60000;
}
#kontakt .h-small {
    font-family: 'Vodafone-Rg';
    padding: 25px 0 10px 0;
    color: #00697C;
}

/* KONTAKT PAGE END */
/* TARIF SECTION */
.panel-default .col-lg-3,
.panel-default .col-md-12,
.panel-default .col-xs-12 {
    padding-left: 0;
}

.panel-default .smallestParagraph {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 24px;
}

.panel-default .smallestParagraph a {
    cursor: pointer;
    color: #00697C;
    font-family: 'Vodafone-Rg';
}

.panel-default .smallestParagraph.medium {
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}

.panel-default .smallestParagraph.light {
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}
/* TARIF SECTION */

.header-box {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    font-family: 'Vodafone-Rg';
    color: #FFFFFF;
    background: transparent linear-gradient(90deg, #830000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 12px 0 11px 0;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px solid #ffffff;
}

.header-box.noactive {
    display: none;
}

.header-box.active {
    top: 75px;
}


/* MOBILE CSS START */

.text-orange {
    color: #F5A82C;
}

.text-red {
    color: #E60000;
}

.text-blue {
    color: #00697C;
}

.text-gray {
    color: #666666;
}

.text-light-gray {
    color: #B2B2B2;
}

.text-dark-gray {
    color: #333333;
}

.text10px {
    font-size: 10px;
}

.text14px {
    font-size: 14px;
}

.mrgchck-t10 {
    margin-top: 10px;
}

#homeFirst .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#homeFirst .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#homeFirst .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 18px;
}

#homeFirst .circle-leftright.disabled {
    border: 1px solid #8A8A8A;
}

#homeFirst .circle-leftright.disabled .circle-inside {
    background-color: #8A8A8A;
}

#homeFirst .option_text.disabled {
    color: #8A8A8A;
}

.popover {
    background-color: #8A8A8A;
}

.popover.bottom>.arrow {
    border-bottom-color: #8A8A8A;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #8A8A8A;
}

.popover.right>.arrow:after {
    border-right-color: #8A8A8A;
}

.popover.right>.arrow {
    border-right-color: #8A8A8A;
}

.list-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-mobile>ul>li {
    list-style: none;
    line-height: 2;
}

#header .desk-navchange.active,
#header .desk-navchange.active {
    color: #E60000;
    border-bottom: 3px solid #E60000;
    font-family: 'Vodafone-Rg';
}

.mobile-sim-img {
    width: 9%;
    display: inline-block;
}

.mobile-sim-text {
    /* width: 80%; */
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
    display: inline-block;
}

.mobile-sim-heading {
    padding-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
}

.sim-img {
    height: 40px;
    padding-top: 2px;
}

.promo_top {
    height: 76px;
}

.promo_top .promo_top_wrapper {
    margin: 0 auto;
    height: 100%;
}

.promo_top .promo_top_wrapper div {
    display: inline;
}

.promo_top .promo_top_wrapper div svg {
    height: 100%;
}

.price-tabs {
    margin: 35px 0;
}

.price-left {
    position: relative;
    width: 100%;
}

.hero-price-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #0000002E;
    border-radius: 3px;
    margin-top: 118px;
    width: 325px;
    margin-right: 55px;
}

.hero-price-header {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.hero-price-header-cell {
    text-align: center;
    font-size: 13px;
    padding: 9px 0;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
}

.hero-price-header-cell.active {
    background-color: #E60000;
    color: #ffffff;
}

.hero-price-header-cell:active,
.hero-price-header-cell:hover,
.hero-price-header-cell:focus {
    outline: none;
}

.hero-price-header-cell:last-child {
    border-right: 0;
}

div.hero-price-header>button:nth-child(2) {
    position: relative;
}

.unser-tipp {
    font-size: 9px;
    color: #FFFFFF;
    background-color: #00697C;
    text-align: center;
    padding: 4px 0;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
}

.price-container {
    display: inline-block;
    width: 60%;
    text-align: center;
}

.d-none {
    display: none;
}

.price-img {
    display: inline-block;
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 35px;
}

#homeFirst .price-comma {
    font-size: 26px;
    line-height: 30px;
    color: #E60000;
    position: absolute;
    right: -10px;
    top: 47px;
}

.hero-price-header-cell span.hero-datagb,
.price-7-monat span {
    vertical-align: top;
}

.produkt-info {
    text-align: center;
    width: 300px;
    display: inline-block;
}

#unitymedia_text {
    vertical-align: top;
}

/* Bestellen-mobilfunk START */

.buy-btn-mrg {
    margin: 2px 0 72px 0;
}

.padd-bt30 {
    padding-bottom: 30px;
}

.header-info {
    font-size: 21px;
}

#bestellen .second-data .back-infocellxs {
    width: 60px;
}

.back-infocellmrg {
    margin-bottom: 10px;
}

.below-iban {
    font-size: 14px;
    color: #B2B2B2;
}

.column_left {
    width: 20%;
}

.column_right {
    width: 70%;
}

.side-prices {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

/* Input Number Start */
/* -- quantity box -- */

.quantity {
    display: inline-block;
}
#red-display > div:first-child{
    padding-top: 16px;
}
#red-display>div>div.column_left.pull-left>div>input.input-text.qty.text {
    width: 58px;
    height: 36px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

#red-display>div>div.column_left.pull-left>div>input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

#red-display>div>div.column_left.pull-left>div>input.minus,
#red-display>div>div.column_left.pull-left>div>input.plus {
    padding: 7px 10px 8px;
    width: 35px;
    height: 36px;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
}

#red-display>div>div.column_left.pull-left>div>input.minus:hover,
#red-display>div>div.column_left.pull-left>div>input.plus:hover {
    background: #eeeeee;
}

#red-display>div>div.column_left.pull-left>div>input::-webkit-outer-spin-button,
#red-display>div>div.column_left.pull-left>div>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

#red-display>div>div.column_left.pull-left>div>input.minus:focus,
#red-display>div>div.column_left.pull-left>div>input.plus:focus {
    outline: none;
}


/* Input Number End */

#email_error_msg {
    font-size: 10px;
}

#bestellen .second-data .mrg-tb3020 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#bestellen .gender-dropdown {
    border: 1px solid #00697C !important;
}


/* Bestellen-mobilfunk END */


/* MOBILE CSS END */



.text-orange {
    color: #F5A82C;
}

.text-red {
    color: #E60000 !important;
}

.text-blue {
    color: #00697C;
}

.text-gray {
    color: #666666;
}

.text-light-gray {
    color: #B2B2B2;
}

.text-dark-gray {
    color: #333333;
}

.text-disabled {
    color: #CCCCCC !important;
}

.text-disabled svg .hs-st0 {
    stroke: #CCCCCC !important;
}

.text-disabled svg .arrow-st0 {
    stroke: #CCCCCC !important;
}

.text-disabled svg .arrow-st1 {
    stroke: #CCCCCC !important;
}

.text10px {
    font-size: 10px;
}

.text12px {
    font-size: 12px;
}

.text14px {
    font-size: 14px;
}

.d-block {
    display: block !important;
}

.mrg-t8 {
    margin-top: 8px;
}

.mrg-b8 {
    margin-bottom: 8px;
}

.mrg-b24 {
    margin-bottom: 24px;
}
.mrg-b24.mrg-off-ns {
    margin-bottom: 0;
}

.mrg-t24 {
    margin-top: 24px;
}

.mrg-b20 {
    margin-bottom: 20px;
}

.mrgchck-t10 {
    margin-top: 10px;
}

.mrg-r10 {
    margin-right: 10px;
}

.mrg-t10 {
    margin-top: 10px;
}

.mrg-t15 {
    margin-top: 15px;
}
.mrg-t16 {
    margin-top: 16px;
}
.mrg-t22 {
    margin-top: 22px;
}
.strike {
    text-decoration: line-through;
}
.s_voucher_t{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 12px;
}
.m-smarttech-template .smart-t-err{
    color: #E60000;
    margin-top: 8px;
    display: none;
}
.m-smarttech-template .smart-t-err.active{
    display: block;
}
#homeFirst .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#homeFirst .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#homeFirst .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 18px;
}

#homeFirst .circle-leftright.disabled {
    border: 1px solid #8A8A8A;
}

#homeFirst .circle-leftright.disabled .circle-inside {
    background-color: #8A8A8A;
}

#homeFirst .option_text.disabled {
    color: #8A8A8A;
}

#homeFirst .mdata-speed {
    position: relative;
    cursor: pointer;
}

.mdata-speed::after {
    display: none;
    content: "";
}

.mdata-speed:hover::after {
    display: inline;
}

#homeFirst .mdata-dropdown {
    background-color: #ffffff;
    border: 1px solid #E60000;
    position: absolute;
    padding: 0 10px;
    border-radius: 4px;
    width: 245px;
    top: 28px;
    z-index: 1;
}

#homeFirst .mdata-table {
    width: 100%;
    display: table;
    width: 100%;
    display: table;
    border-collapse: separate;
}

#homeFirst .mbit-table {
    border-spacing: 0;
}

#homeFirst .mdata-row {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    display: table-row;
    cursor: pointer;
    opacity: 1;
}

#homeFirst .mdata-row:hover {
    opacity: .7;
}

#homeFirst .mdata-cell {
    display: table-cell;
    padding: 5px 0;
}

#homeFirst .mdata-cell-left {
    width: 70%;
}

#homeFirst .mdata-cell-right {
    width: 30%;
}

#homeFirst .mdata-selection {
    cursor: pointer;
    border: 1px solid #E60000;
    border-radius: 4px;
    padding: 5px;
    line-height: 16px;
    min-width: 50px;
    text-align: center;
}

#homeFirst .mdata-arrow {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 13px;
    margin-left: 5px;
    transform: rotateX(0deg);
    cursor: pointer;
}

#homeFirst .mdata-arrow-right {
    width: 13px;
    margin-left: 5px;
    transform: rotate(270deg);
    cursor: pointer;
}

#homeFirst .mdata-dropdown.block {
    display: block !important;
}

#homeFirst .mdata-dropdown.none {
    display: none !important;
}

#homeFirst .mdata-arrow.active {
    transform: rotateX(180deg);
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#bestellen .mrg-top-s{
    margin-top: 2px;
}
#start_button.disabled{
    margin-top: 32px;
}
.option-heading {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.option-text {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.option-small-text {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.popover {
    background-color: #8A8A8A;
}

.popover.bottom>.arrow {
    border-bottom-color: #8A8A8A;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #8A8A8A;
}

.popover.right>.arrow:after {
    border-right-color: #8A8A8A;
}

.popover.right>.arrow {
    border-right-color: #8A8A8A;
}

.list-mobile {
    margin-top: 11px;
    margin-bottom: 20px;
}

.list-mobile>ul>li {
    list-style: none;
    line-height: 2;
}

#header .desk-navchange.active,
#header .desk-navchange.active {
    color: #E60000;
    border-bottom: 3px solid #E60000;
    font-family: 'Vodafone-Rg';
}

.kombi-heading {
    background-color: #E60000;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    padding: 8px;
    margin: 72px 0 27px 0;
    position: relative;
}


.display-inline-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}

.option-container {
    padding-bottom: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 10px;
}

.grid-container-2 {
    display: grid;
    grid-template-columns: 20% 80%;
}

.legals {
    text-align: center;
    margin-bottom: 32px;
}

.legals-top {
    text-align: center;
    margin: 8px 0 24px;
}

.legals-button {
    margin: 0 15px;
}

.legals-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 32px;
    font-family: 'Vodafone-Rg-Bd';
}

.bottom-arrow {
    display: inline-block;
}

.bottom-arrow:before {
    content: '';
    position: absolute;
    top: 38px;
    border-top: 10px solid #E60000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.price {
    font-size: 28px;
}

.saving24 {
    vertical-align: top;
}

.promo_top_center {
    font-size: 14px;
    color: #333;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 15px;
}

.price-tabs {
    margin: 35px 0;
}

.price-left {
    position: relative;
    width: 100%;
}

.hero-price-header {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 20%);
}

.hero-price-footer {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

#homeFirst .hero-footer-price {
    font-size: 16px;
    color: #333;
}

.hero-price-header-cell-gk {
    color: #00697C;
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: #f9f9f9;
    border-left: 1px solid #00697C;
    padding: 0 1px;
}

.hero-price-header-cell-gk:nth-child(1) {
    border-left: 0;
}

.hero-price-header-cell-big {
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
}

.hero-price-header-cell-small {
    font-size: 9px;
}

.hero-price-footer-cell {
    text-align: center;
    font-size: 13px;
    padding: 9px 0;
    border: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0px 1px 2px #0000002E
}

.hero-price-header-cell.active {
    background-color: #E60000;
    color: #ffffff;
}

.hero-price-header-cell:active,
.hero-price-header-cell:hover,
.hero-price-header-cell:focus {
    outline: none;
}

.hero-price-wraper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #0000002E;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 3px;
    margin-top: 20px;
    padding: 24px;
    position: relative;
    text-align: center;
}

#homeFourth {
    background-color: #FFFFFF;
}

#homeFifth .fifth-header h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.price-7-monat {
    font-size: 12px;
    color: #333;
    clear: both;
}
.r-tarif{
    margin-top: 16px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 12px;
}
.product-save {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: left;
    width: 325px;
    display: inline-block;
    margin-top: 16px;
}

.product-save-item {
    display: block;
    margin-bottom: 8px;
}

.product-save-item:hover {
    color: #E60000;
    text-decoration: underline;
}

.product-save-item svg {
    width: 16px;
    margin-left: 8px;
}

.product-save-item:hover svg .cls-1 {
    stroke: #E60000;
}

.product-save-item:hover svg .cls-2 {
    fill: #E60000;
}

.hero-price-header-cell span.hero-datagb,
.price-7-monat span {
    vertical-align: top;
}

.option-link {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}

.option-link {
    font-size: 12px;
    text-align: center;
}

.option-link>a:hover {
    color: #E60000;
    text-decoration: underline;
}
/* SIM SMARTTECH BEGIN */
.m-smarttech-template{
    background-color: #F9F9F9;
    text-align: center;
    padding: 0 0 120px 0;
}
.m-smarttech-header{
    background-color: #F9F9F9;
}
.m-smarttech-template .smart-head{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    margin-bottom: 24px;
}
.m-smarttech-template .smart-head.color-black{
    color: #333333;
}
.m-smarttech-template .btn-smarttech{
    margin-top: 0px;
}
.m-smarttech-template #smarthLegals{
    text-align: left;
    padding-top: 80px;
    line-height: 1.6;
}
.m-smarttech-template #smarthLegals .legals-s-head{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    margin-top: 24px;
}
.m-smarttech-template #smarthLegals .legals-s-head:first-child{
    margin-top: 0;
}
.m-smarttech-template #smarthLegals .legals-s-subhead{
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}
.m-smarttech-template #smarthLegals .legals-s-text{
    color: #333333;
    font-size: 16px;
}
#smartBack{
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 8px;
}
#smartBack.smartSimBack{
    margin-top: 26px;
}
.m-smarttech-template .smart-box{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 16px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-right: 24px;
    text-align: left;
    max-width: 192px;
    width: 100%;
    cursor: pointer;
}
.m-smarttech-template .smart-box:hover{
    border: 1px solid #E60000;
}
.m-smarttech-template .smart-box.active{
    border: 1px solid #E60000;
}
.m-smarttech-template .smart-box:last-child{
    margin-right: 0px;
}
.m-smarttech-template .smart-box .mr-on{
    margin-bottom: 8px;
}
.m-smarttech-template .smart-box .mr-on:first-child{
    margin-bottom: 16px;
}
.m-smarttech-template .smart-box .mr-on:last-child{
    margin-bottom: 0;
}
.m-smarttech-template .smart-info{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
}
/* SIM SMARTTECH END */
.home-btn-internet {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000099;
    margin-top: 15px;
}

.home-btn-internet:hover {
    color: #333333;
    background-color: #f4f4f4;
}

.home-btn-internet-l {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000099;
}

.home-btn-internet-l:hover {
    color: #333333;
    background-color: #f4f4f4;
}

.home-btn-internet-clicked {
    background-color: #333333;
    color: #ffffff;
}
.devicesEnergy.smalls-s{
    display: none;
}
.device-energy-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.family-energy .device-energy-flex {
    justify-content: flex-start;
}
.home-btn-mobile {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000099;
    margin-top: 15px;
}

.home-btn-mobile:hover {
    color: #333333;
    background-color: #f4f4f4;
}

.home-btn-mobile-l, 
.home-btn-mobile-young-l,
.home-btn-legals-l {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000099;
}

.home-btn-mobile-l:hover,
.home-btn-mobile-young-l:hover,
.home-btn-legals-l:hover {
    color: #333333;
    background-color: #f4f4f4;
}
.home-btn-clicked {
    background-color: #333333;
    color: #ffffff;
}
.home-btn-mobile-clicked {
    background-color: #333333;
    color: #ffffff;
}
.home-btn-gigatv {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    width: 78px;
    margin-top: 15px;
    box-shadow: 0px 1px 2px #00000099;
}

.home-btn-gigatv:hover {
    color: #333333;
    background-color: #f4f4f4;
}

.home-btn-gigatv-l {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 1px 2px #00000099;
}

.home-btn-gigatv-l:hover {
    color: #333333;
    background-color: #f4f4f4;
}

.home-btn-gigatv-clicked {
    background-color: #333333;
    color: #ffffff;
}

.home-btn-mobile.active {
    background-color: #333333;
    color: #ffffff;
}

.home-btn-internet.active {
    background-color: #333333;
    color: #ffffff;
}

.home-btn-gigatv.active {
    background-color: #333333;
    color: #ffffff;
}

#unitymedia_text {
    vertical-align: top;
}

/* Bestellen-mobilfunk START */

.padd-bt30 {
    padding-bottom: 30px;
}

.header-info {
    font-size: 21px;
}

#bestellen .second-data .back-infocellxs {
    width: 60px;
}

.back-infocellmrg {
    margin-bottom: 10px;
}

.below-iban {
    font-size: 14px;
    color: #B2B2B2;
}

.column_left {
    width: 20%;
}

.column_right {
    width: 70%;
}

.side-prices {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

/* Input Number Start */
/* -- quantity box -- */




/* Input Number End */

#email_error_msg {
    font-size: 10px;
}

#bestellen .second-data .mrg-tb3020 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#bestellen .gender-dropdown {
    border: 1px solid #00697C !important;
}


/* Bestellen-mobilfunk END */

/* GigaKombi Modal START */

.side-tableback {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.side-tableback.transparent{
    background-color: transparent;
}
.side-table {
    display: table;
    width: 100%;
}

.side-tablerow {
    display: table-row;
    width: 100%;
}

.side-tablerow .side-tablecell {
    display: table-cell;
    font-size: 12px;
    vertical-align: top;
    padding-bottom: 3px;
    white-space: nowrap;
}

.side-tablerow:last-child .side-tablecell {
    padding-bottom: 0;
}

.side-line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #CCCCCC;
}

.side-subtext {
    font-family: 'Vodafone-Lt';
    font-size: 10px;
    color: #6F6F6F;
}

.side-endtext {
    font-size: 12px;
    font-family: 'Vodafone-Lt';
    padding: 0 10px;
}

.inline-path {
    display: inline-block;
}

.side-head {
    font-size: 12px;
    font-family: 'Vodafone-Rg';
}

/* GigaKombi Modal END */


.ssgk {
    padding-top: 19px
}

#homeFirst .sale-percent {
    font-size: 25px;
    font-family: 'Vodafone-Rg-Bd';
    line-height: 28px;
}

.sale-text {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
    line-height: 21px;
}

.sale-icon {
    margin-left: 0;
}

/* Tarife Table START */

.tarife-table::-webkit-scrollbar,
.tarife-table-otelo::-webkit-scrollbar {
    height: 10px;
}

.tarife-table::-webkit-scrollbar-track,
.tarife-table-otelo::-webkit-scrollbar-track {
    background: grey;
    border-radius: 12px;
}

.tarife-table::-webkit-scrollbar-thumb,
.tarife-table-otelo::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 12px;
}

.tarife-table::-webkit-scrollbar-thumb:hover,
.tarife-table-otelo::-webkit-scrollbar-thumb:hover {
    background: #E60000;
}

.tarife-table, .tarife-table-otelo {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    table-layout: fixed;
}


.tarife-table tr,
.tarife-table-otelo tr {
    background-color: transparent;
    border-bottom: 24px solid #F4F4F4;
}

.tarife-table td,
.tarife-table-otelo td {
    padding: 8px;
    border-right: 4px solid #F4F4F4;
}

.tarife-table tr>td.active-blue {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #00697C;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 13px;
}

.tarife-table tr:nth-child(2)>td:nth-child(n+2) {
    background-color: #E60000;
    color: #FFFFFF;
    font-family: 'Vodafone-Rg-Bd';
    width: 160px;
}
.tarife-table-otelo tr:nth-child(1)>td:nth-child(n+2) {
    /*background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,120,0,1) 0%, rgba(250,165,50,1) 100%);*/
    background-color: #FAA532;
    color:#000;
    font-family: 'Vodafone-Rg-Bd';
    width: 160px;
}
.tarife-table-otelo tr td:nth-child(1){
    text-align: left;
}
.tarife-table-otelo tr td:nth-child(2){
    background: #fff;
}
.tarife-table tr:nth-child(n+3)>td:nth-child(1),
.tarife-table-otelo tr:nth-child(n+3)>td:nth-child(1) {
    text-align: left;
}

.tarife-table tr:nth-child(1) {
    border-bottom: 4px solid #F4F4F4;
}

.tarife-table tr:nth-child(3) {
    border-bottom: 0;
}

.tarife-table tr:nth-child(3)>td {
    padding-bottom: 0;
}

.tarife-table tr:nth-child(4)>td {
    padding-top: 0;
}
.family-cards .tarife-table tr:nth-child(4)>td {
    padding-top: 8px;
}
.family-cards .tarife-table tr:nth-child(3)>td{
    padding-bottom: 8px;
}
.family-cards .tarife-table tr:nth-child(6)>td{
    padding-top: 8px;
}
.family-cards .tarife-table tr.last{
    border-bottom: 8px solid #F4F4F4;
}
.tarife-table tr:nth-child(5) {
    /* border-bottom: 0; */
}
.effektiv-amazon-n{
    font-size: 14px;
    display:none;
    clear: both;
}
.effektiv-amazon-n.family-c-active{
    display:block;
}

.tarife-table tr:nth-child(5)>td {
    padding-bottom: 0;
}

.tarife-table tr:nth-child(5)>td {
    padding-bottom: 8px;
}

.tarife-table tr:nth-child(6)>td {
    /* padding-top: 0; */
}
.family-cards .tarife-table tr:nth-child(3), .family-cards .tarife-table tr:nth-child(5) {
    border-bottom: 24px solid #f4f4f4;
}
/* .tarife-table tr:nth-child(11) {
    border-bottom: 0;
}

.tarife-table tr:nth-child(11)>td {
    padding-bottom: 0;
} */

.tarife-table tr:nth-child(15)>td {
    padding-top: 0;
}

.tarife-table tr:nth-child(15) {
    font-size: 12px;
}

.tarife-table tr:nth-child(n+3):nth-child(-n+14)>td:nth-child(n+2) {
    background-color: #FFFFFF;
}




.tarifeint-table::-webkit-scrollbar {
    height: 10px;
}

.tarifeint-table::-webkit-scrollbar-track {
    background: grey;
    border-radius: 12px;
}

.tarifeint-table::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 12px;
}

.tarifeint-table::-webkit-scrollbar-thumb:hover {
    background: #E60000;
}

.tarifeint-table {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    table-layout: fixed;
}

.tarifeint-table tr {
    background-color: transparent;
    border-bottom: 24px solid #F4F4F4;
}

.tarifeint-table td {
    padding: 8px;
    border-right: 4px solid #F4F4F4;
}

.tarifeint-table tr>td.active-blue {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #00697C;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 13px;
}

.tarifeint-table tr:nth-child(2)>td:nth-child(n+2) {
    background-color: #E60000;
    color: #FFFFFF;
    font-family: 'Vodafone-Rg-Bd';
    width: 160px !important;
}

.tarifeint-table tr:nth-child(n+3)>td:nth-child(1) {
    text-align: left;
}

.tarifeint-table tr:nth-child(1) {
    border-bottom: 4px solid #F4F4F4;
}

.tarifeint-table tr:nth-child(3) {
    border-bottom: 0;
}

.tarifeint-table tr:nth-child(3)>td {
    padding-bottom: 0;
}

.tarifeint-table tr:nth-child(4)>td {
    padding-top: 0;
}

.tarifeint-table tr:nth-child(5) {
    border-bottom: 0;
}

.tarifeint-table tr:nth-child(5)>td {
    padding-bottom: 0;
}

.tarifeint-table tr:nth-child(6)>td {
    padding-top: 0;
}

.tarifeint-table tr:nth-child(7) {
    border-bottom: 0;
}

.tarifeint-table tr:nth-child(7)>td {
    padding-bottom: 0;
}

.tarifeint-table tr:nth-child(8)>td {
    padding-top: 0;
}

.tarifeint-table tr:nth-child(14)>td {
    padding-top: 0;
}

.tarifeint-table tr:nth-child(14) {
    font-size: 12px;
}
.tarifeint-table tr:nth-child(14) {
    font-size: 12px;
}

.tarifeint-table tr:nth-child(n+3):nth-child(-n+13)>td:nth-child(n+2) {
    background-color: #FFFFFF;
}



.tarifemob-table::-webkit-scrollbar {
    height: 10px;
}

.tarifemob-table::-webkit-scrollbar-track {
    background: grey;
    border-radius: 12px;
}

.tarifemob-table::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 12px;
}

.tarifemob-table::-webkit-scrollbar-thumb:hover {
    background: #E60000;
}

.tarifemob-table {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    table-layout: fixed;
}

.tarifemob-table tr {
    background-color: transparent;
    border-bottom: 24px solid #F4F4F4;
}

.tarifemob-table td {
    padding: 8px;
    border-right: 4px solid #F4F4F4;
}

.tarifemob-table tr>td.active-blue {
    background-color: #00697C;
    color: #FFFFFF;
    font-size: 10px;
}

.tarifemob-table tr:nth-child(2)>td:nth-child(n+2) {
    background-color: #E60000;
    color: #FFFFFF;
    font-family: 'Vodafone-Rg-Bd';
}

.tarifemob-table tr:nth-child(n+3)>td:nth-child(1) {
    text-align: left;
}

.tarifemob-table tr:nth-child(1) {
    border-bottom: 4px solid #F4F4F4;
}

.tarifemob-table .row-white>td:nth-child(n+2) {
    background-color: #FFFFFF;
}

.tarifemob-table tr.row-border-bot-0 {
    border-bottom: 0;
}

.tarifemob-table tr>td.first-row {
    padding-bottom: 0;
}

.tarifemob-table tr>td.second-row {
    padding-top: 0;
    padding-bottom: 0;
}

.tarifemob-table tr>td.third-row {
    padding-top: 0;
    font-size: 12px;
}

.tarifemob-table tr>td.fourth-row {
    padding-top: 4px;
    font-size: 12px;
}

/* Tarife Table END */

/* Dropdown START */
.vt-dropdown {
    width: 100%;
    max-width: 720px;
    margin: auto;
    margin-bottom: 32px;
}

.vt-dropdown:last-child {
    margin-bottom: 0;
}
.all-dropdown.active svg #dropdown{
    stroke: #ffffff;
}
.all-dropdown svg #dropdown{
    stroke: #E60000;
}
.head-content h6 {
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
}
.head-content p {
    margin-bottom: 32px;
    line-height: 1.7;
}
.panel-group-otelo .head-content p {
    margin-bottom: 16px;
    line-height: 1.7;
}
.head-dropdown {
    width: 100%;
    background-color: #FFFFFF;
    padding: 16px 46px 16px 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    text-align: left;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.all-dropdown.active .head-dropdown {
    width: 100%;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #00697C;
    color: #ffffff;
    padding: 16px;
}

.head-content {
    background-color: #FFFFFF;
    padding: 16px;
}
sub, sup {
    font-size: 10px;
}
.head-slide {
    display: none;
}

.leftTitle {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Vodafone-Rg-Bd';
}

.smallestParagraph {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 24px;
}

.smallestParagraph a {
    cursor: pointer;
    color: #00697C;
    font-family: 'Vodafone-Rg';
}

.smallestParagraph.medium {
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}

.smallestParagraph.light {
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}

.smallestParagraph.greenbold {
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
    color: #00697C;
    display: inline;
}
.legal-star-red{
    color: #E60000;
}

.section-legals .head-content {
    padding: 32px 16px 0px 16px;
}

.section-legals .head-content h6 {
    font-size: 16px;
    font-family: 'Vodafone-Rg';
}

.section-legals .head-content p {
    margin-bottom: 32px;
    line-height: 1.7;
}

.section-legals .head-content p:last-child {
    margin-bottom: 0;
}

.all-dropdown {
    width: 100%;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.head-dropdown svg {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}

.all-dropdown.active .head-dropdown svg #dropdown .cls-1 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    fill: #ffffff;
}

.all-dropdown.active .head-dropdown svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Dropdown END */

.tv-paket-box{
    display: flex;
    font-size: 12px;
    justify-content: center;
    text-align: center;
    column-gap: 24px;
}
.tv-paket-box .limit-tv-b {
    max-width: 154px;
    width: 100%;
    padding: 8px 18px;
    border: 1px solid #B2B2B2;
}
.tv-conn-info{
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}
#tvConnectO{
    display: none;
}
/* Home START */
/*Basic Grid Styles*/
.Grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.Grid-cell {
    flex: 1;
}

/* Justify per row*/
.Grid--right {
    justify-content: flex-end;
}

.Grid--center {
    justify-content: center;
}

/* Alignment per row */
.Grid--top {
    align-items: flex-start;
}

.Grid--bottom {
    align-items: flex-end;
}

.Grid--center {
    align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
    align-self: flex-start;
}

.Grid-cell--bottom {
    align-self: flex-end;
}

.Grid-cell--center {
    align-self: center;
}

/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-3>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-4>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-6>.Grid-cell {
    flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12>.Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
}

/* One of -- columns*/
.Grid--1of2>.Grid-cell,
.Grid--1of4>.Grid-cell:first-of-type,
.Grid--1of3>.Grid-cell:first-of-type {
    flex: 0 0 100%;
}

.Grid--1of6>.Grid-cell:first-of-type {
    flex: 0 0 50%;
}

.Grid--fit>.Grid-cell {
    flex: 1;
}

.Grid--full>.Grid-cell {
    flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
    .Grid--cols-4>.Grid-cell {
        flex: 0 0 calc(50% - 1em);
    }

    .Grid--cols-6>.Grid-cell {
        flex: 0 0 calc(33.3333% - 1em);
    }

    .Grid--cols-12>.Grid-cell {
        flex: 0 0 calc(16.6666% - 1em);
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 50%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 100%;
    }
}

/* Large screens */
@media (min-width: 48em) {

    .Grid--cols-2>.Grid-cell,
    .Grid--cols-3>.Grid-cell,
    .Grid--cols-4>.Grid-cell,
    .Grid--cols-6>.Grid-cell,
    .Grid--cols-12>.Grid-cell {
        flex: 1;
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 40%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 16.6666%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 25%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }
}
#home .img100 {
    width: 100%;
}
#bestellen #tv_optionen_boxes{
    display: none;
}
#bestellen .checkbox-container{
    position: relative;
}
#bestellen .checkbox-container input[type="checkbox"] {
    display: none; 
}
#bestellen .checkbox-container input[type="checkbox"]:checked + label {
    background-color: #333333;
}
#bestellen .gigatv-opt-box{
    color: #00697C;
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    margin-top: 24px;
}
#bestellen .carousel-container{
    overflow-x: scroll;
    padding-bottom: 16px;
    max-width: none;
    width: auto;
    margin: 24px 0 0 0!important;
}
#bestellen .carousel-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#bestellen .carousel-container::-webkit-scrollbar-track {
    background: #CCCCCC;
}
#bestellen .carousel-container::-webkit-scrollbar-thumb {
    background: #00697C;
    border-radius: 6px;
}
#bestellen .carousel-container::-webkit-scrollbar-thumb:hover {
    background: #00697C;
}
#bestellen .tv-box-sq{
    display: flex;
    font-size: 12px;
    justify-content: stretch;
    text-align: center;
    column-gap: 16px;
}
#bestellen .tv-box-sq .limit-tv-b{
    max-width: 200px;
    width: 100%;
}
#bestellen .box-text-s{
    text-align: center;
    font-size: 12px;
    padding: 8px 1px 0 1px;
}
#bestellen .box-color-head{
    background-color: #00697C;
    color: #ffffff;
    padding: 4px 1px;
}
.tv-paket-box .box-color-head{
    background-color: #00697C;
    color: #ffffff;
    padding: 4px 1px;
}
.tv-paket-box .info-space {
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
}
.tv-paket-box .address-btnorder{
    margin-top: 16px;
    max-width: 152px;
    min-width: 100%;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #428600;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    padding: 12px 0 12px 0;
    width: 172px;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}
.d-flex-approve{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-family: 'Vodafone-Rg-Bd';
    color: #428600;
    margin-bottom: 20px;
    font-size: 16px;
}
#bestellen .info-space{
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
}
#bestellen .info-space img{
    vertical-align: middle;
}
#bestellen .mrg-top-d{
    margin-top: 8px;
}
#bestellen .tv-box-sq h1{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}
#bestellen .tv-box-sq span{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}
#bestellen .tv-box-sq .all-box-sq{
    padding: 16px;
    border: 2px solid #428600;
    max-width: 200px;
    width: 100%;
}
#bestellen .tv-box-sq .all-box-sq p{
    line-height: 1.3;
    margin: 4px 0 8px 0;
}
#bestellen .m-tv-b .all-box-sq{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 16px;
    border: 2px solid #CCCCCC;
    max-width: 172px;
    min-width: 172px;
    width: 100%;
    cursor: pointer;
}
#bestellen .m-tv-b .all-box-sq.active{
    border: 2px solid #428600;
}
#bestellen .m-tv-b .all-box-sq:hover{
    border: 2px solid #428600;
}
#kabelcheck .grey-bg{
    background-color: #F4F4F4;
}
#kabelcheck .white-bg{
    background-color: #ffffff;
}
#kabelcheck .p-on-flex{
    padding: 72px 0;
}
#kabelcheck .flex-box-w{
    display:flex;
    flex-direction:column;
    max-width: 480px;
    margin:0 auto;
    padding: 0 16px;
}
#kabelcheck h1{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
}
#kabelcheck .tv-paket-box h1{
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
}
#kabelcheck .flex-box-w p{
    padding: 24px 0;
    line-height: 1.5;
}
#kabelcheck h1 mark{
    background: transparent;
    color: #E60000;
}
#kabelcheck .flex-box-w p mark{
    background: transparent;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
}
#kabelcheck .flex-box-w img.kabel-img{
    max-height: 135px;
    height: 100%;
    width: max-content;
    margin-bottom: 24px;
}
#kabelcheck .flex-box-w a{
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    display: inline-block;
}
#kabelcheck .flex-box-w a img{
    height: 12px;
    vertical-align: middle;
    padding: 0 4px;
}
#home .home-wrapper, #kabelcheck .home-wrapper {
    padding: 90px 0 0 0;
}

#home .home-banner {
    margin: 50px 0;
}

#home .home-title {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 32px;
    line-height: 50px;
}

#home .home-text {
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 24px;
}
#home .m-w-promo, #kabelcheck .m-w-promo {
    max-width: none;
    position: relative;
    overflow: hidden;
    min-height: 452px;
}
#home .loginGroup .m-w-promo{
    max-width: none;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
.i-copy-flag{
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
}
 #home .promo_landing_b .img-responsive{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: auto;
    height: 100%;
    max-width: none;
    transition: transform 0.5s;
}
/* #home .promo_landing_b .resp-i{
    display: none;
}  */
/* #home .promo_landing_b .promo-btn-l{
    position: absolute;
    top: 38%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 961%);
    max-width: 110px;
    width: 100%;
} */
#home .promo-btn-l a{
    padding: 4px 9px;
    font-size: 12px;
}
#home .promo-btn-l a, #home .promo-btn-m a, #home .promo-btn-r a{
    display: block;
    width: 100%;
    height: 100%;
}
#home .promo-btn-l{
    position: absolute;
    top: 139%;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(-152.4%, -162%);
    max-width: 190px;
    max-height: 225px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}
#home .promo-btn-m{
    position: absolute;
    top: 139%;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50.4%, -162%);
    max-width: 190px;
    max-height: 225px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}
#home .promo-btn-m a{
    display: block;
    height: 100%;
}
#home .promo-btn-r{
    position: absolute;
    top: 139%;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(45.6%, -162%);
    max-width: 190px;
    max-height: 225px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}
#home .home-banner-mob {
    background-color: #666666;
    padding: 24px;
}

#home .home-title-mob {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
}

#home .home-text-mob {
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
}

#home .home-banner-mobile {
    display: none;
}

#home .home-asterisk {
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}
#home .home-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
    margin-bottom: 8px;
}

#home .homebtn {
    margin-right: 0;
}

#home .home-btn:hover {
    color: #333333;
    background-color: #EBEBEB;
}

#home .phone-section {
    background: transparent linear-gradient(90deg, #830000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
    padding: 112px 65px;
}

#home .banner-img-bckg {
    background-image: url("/static/img/content/home_default.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
}
#home .banner_default{
    display: none;
}
#home .phone-text {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

.position-relative {
    position: relative;
}

#home .phone-sticker {
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    background-color: #ffffff;
    position: absolute;
    top: -60px;
    right: -37px;
    width: 123px;
    height: 123px;
    -moz-border-radius: 123px;
    -webkit-border-radius: 123px;
    border-radius: 123px;
    padding-top: 23px;
    text-align: center;
}

#home .phone-sticker-percent {
    font-size: 32px;
    line-height: 56px;
}
#home .banner-img-bckg{
    color: #ffffff;
}
#home .banner-img-bckg h1{
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
    line-height: 1.3;
}
#home .banner-img-bckg h3{
    font-size: 23px;
    font-family: 'Vodafone-Rg';
    line-height: 1.3;
    margin-top: 16px;
    max-width: 557px;
}
#home .flex-h-strech{
    height: 100%;
}
#home .phone-sticker-text {
    font-size: 24px;
    line-height: 0px;
}

#home .text-bellow-phones {
    padding: 20px 0 0 20px;
}

#home .mobile-img-bckg {
    background-image: url(/static/img/content/mobilfunk.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#home .internet-img-bckg {
    background-image: url(/static/img/content/internet_und_festnetz.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#home .gigakombi-img-bckg {
    background-image: url(/static/img/content/gigakombi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#home .pckg-wrapper {
    height: 400px;
}

#home .pckg-text-wrapper {
    background-color: #FFFFFFCC;
    padding: 16px;
    text-align: center;
    width: 100%;
}

#home .pckg-title {
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 8px;
}
#old-customer .pckg-title{
    min-height: 72px;
}   
#home .pckg-title3 {
    font-size: 24px;
    line-height: 1.5;
}

#home .pckg-text {
    font-family: 'Vodafone-Rg';
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    max-width: 390px;
    margin: auto auto 24px auto;
    height: 41px;
}

#home .pckg-text-red {
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}

#home .mobile-vertrag-img-bckg {
    background-image: url(/static/img/content/mobilfunk_vertrag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#home .internet-vertrag-img-bckg {
    background-image: url(/static/img/content/internet_und_festnetz_vertrag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#home .home-btn-order {
    font-family: 'Vodafone-Rg-Bd';
    vertical-align: middle;
    padding: 12px 16px;
    text-align: center;
    display: inline-block;
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 3px;
    cursor: pointer;
    width: 280px;
    margin-top: 80px;
}

#home .home-btn-order:hover {
    color: #ffffff;
    background-color: #9C2AA0CC;
}

#home .home-order-text {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-top: 32px;
}

#home .home-order-phone {
    font-size: 24px;
    line-height: 36px;
    color: #E60000;
}

@media screen and (max-width: 480px) {
    .phone-mob {
        padding: 70px;
    }

    #home .home-banner {
        margin: 0;
        padding: 10px;
    }

    #home .home-btn {
        font-size: 14px;
        margin-right: 8px;
    }

    #home .homebtn {
        margin-right: 0;
    }
    #smartphonesSplash .otelo-vario-btn a.btn.action{
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 644px) {
    #home .banner-img-bckg {
        height: auto;
    }
    .dealPage-img {
        display:none;
    }
}


/* Home END */

/* Header START */
#menu__toggle {
    opacity: 0;
    top: 19px;
    right: 22px;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 14px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 4;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 100px 0;
    list-style: none;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 3;
}

.menu__item {
    display: block;
    margin-bottom: 50px;
    color: #333;
    font-family: 'Vodafone-Rg';
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.menu__item.active {
    color: #E60000;
}
.menu-close {
    cursor: pointer;
}
.container-menu {
    padding: 0 50px;

}

#header {
    position: fixed;
    top: 0;
    z-index: 2;
    height: 52px;
}

.resp-left {
    padding: 10px 0;
}

@media screen and (max-width: 1060px) {
    #deskDevice .desk-nav {
        margin-right: 18px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1040px) {
    #deskDevice .desk-nav {
        margin-right: 18px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    #deskDevice .desk-nav {
        margin-right: 14px;
        font-size: 16px;
    }
}
@media screen and (max-width: 980px) {
    #deskDevice>div>div>div.desk-right>span {
        display: none;
    }

    #header .desk-phone {
        width: 27px;
        height: 27px;
        cursor: pointer;
    }

    #deskDevice .desk-left {
        width: 95%;
    }

    #deskDevice .desk-right {
        width: 5%;
    }

    #deskDevice .desk-nav {
        margin-right: 10px;
        font-size: 14px;
    }
    #header .desk-right .tooltip-box{
        display: none;
    }
}

@media screen and (max-width: 880px) {
    #deskDevice .desk-nav {
        margin-right: 5px;
        font-size: 16px;
    }
}

@media screen and (max-width: 860px) {
    #deskDevice .desk-nav {
        margin-right: 3px;
        font-size: 14px;
    }
}

@media screen and (max-width: 814px) {
    #deskDevice .desk-nav {
        margin-right: 3px;
        font-size: 13px;
    }
}

@media screen and (max-width: 860px) {
    #deskDevice {
        display: none !important;
    }

    #respDevice {
        display: block;
        width: 100%;
        min-height: 52px;
    }

    #header .desk-logo {
        height: 30px
    }

    #header .partner-logo {
        height: 30px;
    }

    .resp-left {
        padding: 0;
    }

    .header-box {
        top: 52px;
    }

    #header .desk-logo {
        margin: 7px 0;
    }

    #header .partner-logo {
        margin: 11px 32px 11px 16px;
    }
    .menu__btn {
        right: 50px;
    }

    #menu__toggle {
        top: 16px;
        right: 53px;
    }
}

/* Header END */
#smartphonesSplash.smartphone-v-one .m-smart-box {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-right: 70px;
}
#smartphonesSplash.smartpone-v-one .box-color-smartphones {
    flex: 0;
    padding-left: 0px;
}
.smartphones_conn.smartphones-v-one .box-default-gb.active, .smartphones_conn.smartphones-v-one .box-default-gb:hover{
    border: unset;
    color: #00697C;
    background-color: transparent;
}
/* Home */

@media screen and (max-width: 1156px) {
    #home .pckg-text3 {
        height: 66px;
    }

    #home .phone-section {
        padding: 112px 65px;
    }
}

@media screen and (max-width: 937px) {
    #home .pckg-text2 {
        height: 40px;
    }
    /* .smartphones_conn .box-default-tarif {
        margin-bottom: 25px;
    } */
    #NSmartphone + #smartphonesSplash.smartphones_conn .box-default-tarif {
        margin-bottom: 0;
    }
    .smartphones_conn .box-m .box-default-tarif {
        margin-bottom: 4px;
    }    
}

@media screen and (max-width: 809px) {
    #home .pckg-text3 {
        height: 90px;
    }
}

@media screen and (max-width: 767px) {
    .devicesEnergy.bigs-s{
        display: none;
    }
    .devicesEnergy.smalls-s{
        display: block;
        margin-bottom: 16px;
    }
    .device-energy-flex{
        justify-content: flex-start;
    }
    .resp-g-p {
        padding: 0 16px;
    }
    #bestellen .tv-box-sq {
        padding-bottom: 16px;
    }
    #bestellen .carousel-container {
        overflow-x: scroll;
    }
    #CookieNotification .cookie-flex{
        flex-direction: column;
        align-items: center;
        justify-content: center!important;
        gap: 16px!important;
        text-align: center;
    }
    #CookieNotification .cookie-flex div:first-child{
        order: 3;
    }
    #CookieNotification .cookie-flex div:nth-child(2){
        order: 2;
    }
    #CookieNotification .cookie-flex div:last-child{
        order: 1;
    }
    #CookieNotification .cookie-flex div{
        margin: 0 auto!important;
        width: 100%!important;
    }
    #CookieNotification .cookie-img{
        display: none;
    }
    .m-smarttech-template.loginGroup.modals-background .x-close {
        right: 0;
        top: auto;
        background: transparent;
    }
    #home .promo_landing_b{
        /* min-height: 420px; */
        max-width: 100%;
        min-height: unset;
    }
    #home .promo_landing_b.default{
        /* min-height: 240px; */
        min-height: auto;
    }
    #home .promo-btn-l {
        position: absolute;
        top: 38%;
        left: 50%;
        margin: auto;
        transform: translate(-28%, 787%);
        max-width: 142px;
        width: 100%;
    }
    /* #home .promo_landing_b .promo-btn-l{
        position: absolute;
        top: 66%;
        bottom: 0;
        left: 50%;
        margin: auto;
        transform: translate(-137.4%, -83%);
        max-width: 130px;
        max-height: auto;
        height: auto;
    } */
    #home .promo_landing_b .promo-btn-m{
        position: absolute;
        top: 66%;
        bottom: 0;
        left: 50%;
        margin: auto;
        transform: translate(-94.4%, -62%);
        max-width: 164px;
        max-height: auto;
        height: auto;
    }
    #home .promo_landing_b .promo-btn-r{
        position: absolute;
        top: 66%;
        bottom: 0;
        left: 50%;
        margin: auto;
        transform: translate(4.6%, -62%);
        max-width: 120px;
        max-height: auto;
        height: auto;
    }
    #home .promo_landing_b .promo-btn-l .btn.btn-primary-white.btn-auto{
        font-size: 10px;
    }
    /* #home .promo_landing_b .desk-i{
        display: none;
    }
    #home .promo_landing_b .resp-i{
        display: block;
        position: relative;
        max-width: 141%;
        width: 141%;
    } */
    #home .home-wrapper {
        padding: 54px 0;
    }
    .switcher-leftright {
        margin: 0 5px 0 0;
    }
    img.sim-c {
        height: 96px;
    }
    .lang-box{
        right: 65px;
    }
    /* .smartphones_conn .box-default-tarif{
        margin-bottom: 25px;
    } */
    #NSmartphone + #smartphonesSplash.smartphones_conn .box-default-tarif {
        margin-bottom: 5px;
    }
    .smartphones_conn .box-m .box-default-tarif{
        margin-bottom: 4px;
    }
    #smartphonesSplash .box-tarif-smartphones .color-tarifprice-smarthones{
        margin-top: 0!important;
    }
    #home .pckg-text3 {
        height: auto;
    }
}

@media screen and (max-width: 863px) {
    #home .phone-section {
        padding: 112px 65px;
    }

    .justify-flex-center {
        display: block !important;
    }
    .smartphone-display .justify-flex-center {
        display: flex !important;
    }
    .smartphone-boxess {
        display: none;
        margin: auto !important;
    }

    .smartphone-boxess.active {
        display: block;
    }

    .phone-section .phone-circles {
        display: inline-block;
    }

    .modal-cookie .renew-btn {
        max-width: 280px;
        width: 100%;
        min-width: auto;
        display: block;
        margin: 0 auto 24px auto !important;
    }

    .modal-cookie .cookie-agree {
        max-width: 280px;
        min-width: auto;
        width: 100%;
        display: block;
        margin: 0 auto 24px auto;
    }
}



/* Internet Page START */

@media screen and (max-width: 991px) and (min-width: 767px) {
    #smartphonesSplash .grey-box-smartphones{
        font-size: 22px!important;
    }
    .hero-price-container {
        margin-right: 55px;
    }

    .homefirst-right {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .kombi-heading {
        margin: 40px 0 16px 0;
    }
}

@media screen and (max-width: 375px) {
    #homeSecond .second-header h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .tarife-title {
        font-size: 18px;
        line-height: 24px;
    }

    .phone-section-text {
        padding: 0;
    }

    #home .phone-section {
        padding: 112px 34px;
    }
    .mob_porting_number{
        max-width: 310px;
    }
    .mob_porting_number .mob_callYa_div{
        max-width: 260px;
    }
    #bestellen .mob_callYa_div .back-infocellbig{
        max-width: 260px;
    }
}

@media screen and (max-width: 620px) {
    .order-buttons {
        text-align: center;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        padding: 24px 6px;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        z-index: 1;
    }
    #start_button.disabled {
        margin-top: 0;
    }
    .home-btnorder {
        min-width: 155px;
        font-size: 14px;
    }

    .home-btnorder.renew-btn {
        margin-right: 14px;
    }

    #homeFirst {
        padding-bottom: 64px;
    }

    .legals-button {
        margin: 0 4px;
    }
}



/* Internet Page END */



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

    #home .home-banner-mobile {
        display: block;
    }

    #home .home-banner-desk {
        display: none;
    }

    #home .banner-img-bckg {
        height: 250px;
    }

    .container-menu {
        padding: 0 24px;
    }

    .menu__btn {
        right: 25px;
    }
    #menu__toggle {
        top: 16px;
        right: 28px;
    }
}

@media screen and (min-width: 650px) {
    .img-desk {
        display: block;
    }

    .img-resp {
        display: none;
    }
}

@media screen and (min-width: 863px) {
    .smartphone-boxess {
        display: block !important;
    }
}

@media screen and (max-width: 650px) {
    .img-desk {
        display: none;
    }

    .img-resp {
        display: block;
    }
}

@media screen and (min-width: 991px) {
    .img-desk-conf {
        display: block;
    }

    .img-resp-conf {
        display: none;
    }

    #confirmation h1.confirmation-title {
        padding-top: 0;
    }
}



/* FOOTER */
@media screen and (max-width: 992px) {
    #CookieNotification .c-f-small {
        margin-bottom: 8px;
    }

    #footer {
        background-color: #333333;
        color: #ffffff;
        padding: 48px 0 19px 0;
        position: relative;
    }

    #footer .footer-row {
        padding: 0 70px;
        text-align: center;
    }

    #footer .footer-header {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #footer .light a {
        color: #F4F4F4;
    }

    #footer .mrg-b {
        margin-bottom: 16px;
    }

    #footer .footer-absolute {
        margin-top: 31px;
    }

    #footer .footer-logo {
        float: none;
    }

}

/* FOOTER END*/

/* SPLASH PAGE*/
.splashscreen-template h5 {
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    margin: 16px 0 24px 0;
    max-width: 552px;
}

.splashscreen-template {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9;
    display: none;
    overflow: auto;
    padding-bottom: 32px;
}

.splashscreen-template .container {
    padding: 0;
    margin: 0;
}

.splashscreen-template .pm-zero {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.splashscreen-template .p-side-left {
    padding-left: 80px;
}
.m-info-sparen .img-responsive,
.splashscreen-template .img-responsive {
    max-width: 100%;
    width: 100%;
    display: block;
}

.m-info-sparen .p-level {
    font-family: 'Vodafone-Rg-Bd';
}
.btn-info-link {
    background-color: transparent;
    color: #00697C;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 16px;
    display: inline-block;
}
.btn-info-link img{
    vertical-align: middle;
    margin-bottom: 1px;
    padding-left: 8px;
}
.btn-info-link:hover {
    text-decoration: underline;
    text-underline-offset: 6.5px;
    color: #00697C;
}
#hotlineGroup img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.m-info-sparen .desk-i {
    display: block !important;
}

.m-info-sparen .resp-i {
    display: none !important;
}

.m-info-sparen .sparen {
    width: 50%;
    float: left;
}

.modal-sparen-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    max-width: 120px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 4px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.m-info-sparen .align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.m-info-sparen .row {
    display: flex;
}

.m-info-sparen .col-sparen {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* ALL MODALS DESIGN */
.modals-background.g-info.m-boxinfo .modals-all .f-bold div {
    font-family: 'Vodafone-Rg-Bd' !important;
}

.modals-background.g-info.m-boxinfo .modals-all {
    max-width: 456px;
}

.modals-background .m-box-table {
    display: table;
    width: 100%;
}

.modals-background .m-box-table-row {
    display: table-row;
    width: 100%;
}

.modals-background .m-box-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
    text-align: center;
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    width: 33.333333%;
}

.modals-background .m-box-table-cell:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
}

.modals-background .m-box-table-cell:first-child {
    padding-left: 0px;
    padding-right: 16px;
}

.modals-background .m-box-table-cell:last-child {
    padding-right: 0px;
    padding-left: 16px;
}

.modals-background .box-grey {
    padding: 20px 8px;
    background-color: #F4F4F4;
    max-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modals-background .btm-title {
    font-size: 16px;
    margin-top: 8px;
}

.modals-background .box-red {
    padding: 20px 8px;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #E60000;
    color: #ffffff;
    max-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modals-background::-webkit-scrollbar {
    width: 0px;
}

.modals-background::-webkit-scrollbar-track {
    background: transparent;
}

.modals-background::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

.modals-background::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.modals-background {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 15;
    opacity: 0;
    display: none;
    overflow-y: overlay;
    overflow-x: hidden;
    outline: 0;
    overscroll-behavior-y: contain;
}

.modals-background.m-splash {
    display: none;
    opacity: 1;
}

.modals-all {
    -webkit-transition: all .35s 0s;
    -moz-transition: all .35s 0s;
    -o-transition: all .35s 0s;
    transition: all .35s 0s;
    padding: 0 10px;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    margin: auto;
    padding: 70px 0;
    transform: scale(0);
    z-index: 17;
    width: 100%;
    max-width: 552px;
    font-size: 16px;
    height: 100%;
}

.calculation-modal .modals-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modals-all.m-splash {
    transform: scale(1);
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.modals-all.active {
    transform: scale(1);
}

.modals-all .l-middle {
    text-decoration: line-through;
}

.modals-all .btn.disabled {
    pointer-events: none;
    opacity: .5;
}

.modals-all h1 {
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
    color: #262626;
}
.modals-all #headtitleModal {
    display: block;
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
    color: #262626;
}
.mb-btm{
    margin-bottom: 48px;
}
.swatch-steps.mb-btm{
    display:none;
}
.swatch-steps.mb-btm.active{
    display: block;
}
.swatch-steps .s-error-box-1,
.swatch-steps .s-error-box-2{
    display:none;
}
.swatch-steps .s-error-box-1.active,
.swatch-steps .s-error-box-2.active{
    display: block;
}
.modals-all h2.h-regular {
    font-size: 24px;
    font-family: 'Vodafone-Rg';
    color: #333333;
    margin-bottom: 48px;
}

.modals-all h2 {
    font-size: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}

.modals-all .mrgtb-24 {
    margin: 24px 0;
}

.modals-all div#textModal {
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
}
.modals-all p#textModal {
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
}

.m-boxinfo .modals-all div#textModal {
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    color: #333333;
    line-height: 1.5;
}
.m-boxinfo .modals-all p#textModal {
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    color: #333333;
    line-height: 1.5;
}

.modals-background .m-table {
    display: table;
    width: 100%;
}

.modals-background .m-table-row {
    display: table-row;
}

.modals-background .m-table-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    border-bottom: 1px solid #CCCCCC;
}

.modals-background .m-table-row:last-child .m-table-cell {
    border-bottom: 1px solid transparent;
}

.modals-background .modal-header-name {
    font-size: 24px;
    padding-bottom: 16px;
}

.modals-background .x-close {
    position: fixed;
    float: right;
    top: 66px;
    right: 15px;
    cursor: pointer;
    z-index: 99;
}

.m-info-sparen .x-close {
    position: absolute;
    top: 66px;
    right: 15px;
    cursor: pointer;
    z-index: 99;
}

.h-100 {
    height: 100%;
}

.modals-background .bootstrap-select .dropdown-toggle .caret {
    display: none;
}

.modals-background .padd-20 {
    padding-bottom: 20px;
}

.modals-background .paddt-20 {
    padding-top: 20px;
}

.modals-background .padd-20.toptv {
    padding-bottom: 5px;
}

.modals-background .border-btm {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}

.modals-background .padd-top {
    padding-top: 20px;
}

.modals-background .padd-bottom {
    padding-bottom: 20px;
}

.modals-background .border-top {
    border-top: 1px solid #D3D3D3;
    padding-top: 10px;
    background-color: #F4F4F4;
}

.modals-background .border-back {
    padding: 0 0 10px 0;
    background-color: #F4F4F4;
}

.modals-background .padd-5 {
    padding-bottom: 3px;
}

.modals-background .modal-row .modal-cell:first-child {
    padding-left: 10px;
}

.modals-background .modal-row .modal-cell:last-child {
    padding-right: 10px;
}

.modals-background .left-calc {
    float: left;
}

.modals-background .right-calc {
    float: right;
}

.modals-background .calc-header {
    padding-top: 30px;
    font-size: 16px;
    font-family: Vodafone-Rg;
}

.modals-background .medium {
    font-family: Vodafone-Rg;
}

.modals-background .padd-lr10 {
    padding: 0 10px;
}

.modals-background.m-template .modal-text {
    padding-left: 10px;
    padding-right: 10px;
}

.modals-background .side-tableback {
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.modals-background .side-table .side-tablerow>div:first-child {
    padding-left: 0;
}

.modals-background .side-table .side-tablerow>div:last-child {
    padding-right: 0;
}

.modals-background .side-tableback .side-head {
    padding-top: 0;
}

.modals-background .side-head {
    padding: 0;
}

.modals-background .side-tableback {
    padding: 10px;
    margin-bottom: 0px;
}

.modals-background .side-tablerow .side-tablecell {
    padding-bottom: 8px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}

.modals-background .side-tablerow .side-head.side-tablecell {
    padding-bottom: 0;
    font-family: 'Vodafone-Rg-Bd';
}

.modals-background .side-tablerow .side-head.side-tablecell.p-cell-top {
    padding-top: 16px;
}

.modals-background .side-tablerow .side-tablecell.p-0 {
    padding-bottom: 0;
}

.modals-background .modals-all .modal-box {
    padding: 35px 0;
}

.modals-background .modals-all .modal-box img {
    margin-bottom: 16px;
}

.modals-background.m-boxinfo .modals-all .modal-box {
    padding: 24px 0;
}

.modals-background.m-boxinfo .modals-all {
    max-width: 380px;
}

.modals-background .modals-all .box-group .modal-box:first-child {
    padding-top: 0px;
}

.modals-background .modals-all .box-group .modal-box:last-child {
    padding-bottom: 70px;
}

.modal-btngroupf .btn-primary-white {
    width: auto;
    color: #333333;
    font-size: 16px;
    background-color: #FFFFFF;
    padding: 8px 16px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .29);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .29);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .29);
}

.modals-all .btn-mrgt {
    margin-top: 24px;
}

.m-oneboxinfo-template .align-self-center {
    -ms-flex-item-align: start !important;
    align-self: start !important;
}
.modals-all .cut-w-wrap{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    max-width: 210px;
}
button.btn.action {
    max-width: 280px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #E60000;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.btn.action {
    max-width: 280px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #E60000;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex-btn-nr button.btn.action{
    padding: 12px 6px;
}
.flex-btn-nr a.btn.action{
    padding: 12px 6px;
}
.otelo-form a.btn.action{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,120,0,1) 0%, rgba(250,165,50,1) 100%);
    color:#000;
}
.otelo-form button.btn.action{
    background-color: #FAA532;
    color:#000;
}

a.btn.action.btn-primary-google{
    background-color: #FFFFFF;
    color:#333333;
    padding: 10.5px 15px;
}
a.btn.action.btn-primary-google img{
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
a.btn.action.btn-primary-google:hover{
    background-color: #E9E9E9;
}
#gk-box {
    background-color: #F4F8F0;
}

#gk-box>div.ptop24 {
    margin-top: 24px;
}

#gk-box .gk-green {
    color: #00697C;
}

.line-h {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #AFAFAF;
}

.modals-background .box-red-modified {
    padding: 20px 8px 0 8px;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #E60000;
    color: #ffffff;
    max-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-small-text {
    font-family: 'Vodafone-Rg';
    font-size: 12px;
    background-color: #E60000;
    color: #ffffff;
    padding-bottom: 20px;
}

/* ALL MODALS DESIGN END */
/* Bestellen Address Check Start */
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    color: #000202;
    position: absolute !important;
    max-width: 300px !important;
    background-color: #ffffff;
}

.ui-menu .ui-menu-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    list-style-image: #ffffff;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    border: none;
    padding: 7px 13px;
    margin: 0;
    color: #000202;
    background-color: #ffffff;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    color: #FFFFFF;
    background-color: #E60000;
    border: none;
    outline: none;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:focus {
    color: #FFFFFF;
    background-color: #E60000;
    outline: none;
    border: none;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
    width: 8px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
    background: transparent;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 4px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover {
    background: #01aedb;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 8px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
    color: #01AEDB;
    background-color: #E6F9FF;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #01AEDB;
    background-color: #E6F9FF;
}

#multiAddress,
.autocomplete-grid a {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.autocomplete-grid {
    max-width: 380px;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
}

.ad-width {
    max-width: 400px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.voucher-circ{
    position: absolute;
    right: 53px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #00697C;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 10px;
    user-select: none;
}
sup {
    font-size: 10px;
}
sup.voucher_legals{
    font-size: 8px;
}
.voucher-circ sub {
    font-size: 8px;
}

.addcheck-box {
    Color: #00697C;
    font-size: 14px;
    display: none;
}

.autocomplete-box {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    border: 1px solid #808080;
    border-radius: 8px;
    top: 39px;
    z-index: 1;
    text-align: left;
    max-height: 240px;
    overflow-y: auto;
}

.autocomplete-box.active {
    display: block !important;
    border-radius: 4px;
}

.autocomplete-box::-webkit-scrollbar {
    width: 8px;
}

.autocomplete-box::-webkit-scrollbar-track {
    background: transparent;
}

.autocomplete-box::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 4px;
}

.autocomplete-box::-webkit-scrollbar-thumb:hover {
    background: #01aedb;
}

.autocomplete-box a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 12px 7px 12px;
    display: block;
    color: #3A3A3A;
}

.autocomplete-box a:hover {
    color: #fff;
    background-color: #E60000;
}

.autocomplete-box a:last-child {
    padding-bottom: 10px;
}

#address-info.inactive {
    color: #E60000;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg-Bd';
}

#address-info.active.inactive {
    color: #E60000;
}

#address-info.active {
    color: #7AB51D;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg-Bd';
}

#address-info.k-active {
    color: #333333;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg';
    line-height: 1.3;
    opacity: 1;
}
#address-info.k-active a {
    color: #333333;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg-Bd';
}
.b-active {
    color: #333333;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg';
    line-height: 1.3;
    opacity: 1;
}
.b-active a {
    color: #333333;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Vodafone-Rg-Bd';
}

#address_check_div .reset-address {
    font-size: 14px;
}

.reset-address {
    margin-top: 12px;
    color: #808080;
    font-size: 12px;
    cursor: pointer;
}

#address_check_div #button_prufen.btn-p-active {
    background-color: #438702;
    color: #fff;
}

.gender-box img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gender-box img.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bestellen-btnorder {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    padding: 3px 40px;
    border-radius: 4px;
    cursor: pointer;
    height: 37px;
    display: inline-block;
}
.bestellen-btngigatv {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #428600;
    color: #ffffff;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 3px;
    border-radius: 4px;
    cursor: pointer;
    height: 37px;
    display: inline-block;
    margin-top: 8px;
    opacity: .8;
    width: 100%;
    max-width: 140px;
    text-align: center;
}
.bestellen-btngigatv.no-active {
    background-color: #666666;
}
.bestellen-btngigatv:hover {
    opacity: 1;
    color: #ffffff;
}
#address-info {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

#address-info.active,
#address-info.inactive {
    opacity: 1;
}

.loader-circ {
    height: 16px;
    width: 16px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    border-right-color: #E60000;
    animation: rotate 1s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -0.3px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.err-table {
    display: table;
    width: 100%;
}

.err-row {
    display: table-row;
    width: 100%;
}

.err-cell {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    color: #00697C;
    line-height: 24px;
    display: table-cell;
    vertical-align: top;
}

.err-btn{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid #E60000;
}

.suc-btn{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid #00697C;
}

.err-backbtn {
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    max-width: 250px;
    border-radius: 4px;
    background-color: #9C2AA0;
    color: #ffffff;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 40px auto 40px auto;
    cursor: pointer;
}

.err-backbtn:hover {
    color: #ffffff;
}

.dsl-back {
    color: #333333;
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    cursor: pointer;
    text-align: center;
    margin-top: 16px;
}

/* Bestellen Address Check End */

.mdata-trig {
    margin-left: 2px;
}

.mbit-trig {
    margin-left: 2px;
}


.legals-left {
    padding-left: 0;
    padding-right: 16px;
}


.legals-right {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    #home .home-title {
        font-size: 32px;
        line-height: 1.5;
    }

    #home .home-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* START Intro landing page */

#intro .home-wrapper {
    padding-top: 52px;
}

#intro .banner-img-bckg {
    background-image: url(/static/img/content/vt_store_header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
    height: 600px;
}
#intro .banner-img-bckg.en {
    background-image: url(/static/img/content/vt_store_header_en.jpg);
}
#intro .home-banner-mobile {
    display: none;
}

#intro .home-banner-mob {
    background-color: #666666;
    padding: 24px;
}

#intro .home-banner {
    padding: 50px;
}

#intro .Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
}

#mobile-phones .Grid--1of2>.Grid-cell {
    flex: 0 0 40%;
}

#intro .home-title {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 32px;
    line-height: 50px;
}

#intro .home-text {
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 24px;
    max-width: 520px;
}

#intro .home-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
    margin-bottom: 8px;
}

#intro .phone-section {
    background: transparent linear-gradient(45deg, #006F83 0%, #009EB5 100%) 0% 0% no-repeat padding-box;
    padding: 111px 24px 72px 24px;
    position: relative;
}

#intro .img100 {
    width: 100%;
}

#intro .img-phone {
    height: 172px;
    float: right;
}

#intro .phone-sticker {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 48px;
    line-height: 51px;
    color: #E60000;
    background-color: #ffffff;
    position: absolute;
    top: -35px;
    right: -18px;
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding-top: 15px;
    text-align: center;
}

#intro .home-btn-order {
    font-family: 'Vodafone-Rg-Bd';
    vertical-align: middle;
    padding: 12px 16px;
    text-align: center;
    display: inline-block;
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 3px;
    cursor: pointer;
    width: 280px;
    margin-top: 80px;
}

#intro .home-btn-order:hover {
    color: #ffffff;
    background-color: #9C2AA0CC;
}

#intro .home-order-text {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-top: 32px;
}

#intro .home-order-phone {
    font-size: 24px;
    line-height: 36px;
    color: #E60000;
}

#intro .mobile-phones {
    padding: 0 24px 0 24px;
}

#intro .phone-text {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

#intro .text-bellow-phones {
    padding: 48px 0 0 0;
}

#intro .homebtn {
    margin-right: 0;
}

#intro .pckg-wrapper {
    height: 400px;
}

#intro .mobile-img-bckg {
    background-image: url(/static/img/content/mobilfunk.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#intro .internet-img-bckg {
    background-image: url(/static/img/content/internet_und_festnetz.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#intro .gigakombi-img-bckg {
    background-image: url(/static/img/content/gigakombi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
}

#intro .pckg-text-wrapper {
    background-color: #FFFFFFCC;
    padding: 16px;
    text-align: center;
    width: 100%;
}

#intro .pckg-title {
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
}

#intro .pckg-text {
    font-family: 'Vodafone-Rg';
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    max-width: 390px;
    margin: auto auto 24px auto;
}

#intro .phone-header-box {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Vodafone-Rg-Bd';
    color: #FFFFFF;
    background: #00697C;
    text-align: center;
    padding: 16px 0 16px 0;
    font-size: 24px;
    line-height: 22px;
}

#intro .pckg-title3 {
    font-size: 32px;
    line-height: 42px;
}

#intro .pckg-text-red {
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}

#intro .pckg-text-bold {
    font-family: 'Vodafone-Rg-Bd';
}

#intro .d-contents {
    display: contents;
}

#intro .intro-girl-banner-img-bckg {
    background-image: url(/static/img/content/renewal_lady.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
    height: 500px;
}

#intro .intro-boy-banner-img-bckg {
    background-image: url(/static/img/content/alarm_guy.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cb483e;
    height: 500px;
}

#intro .intro-title {
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
}

#intro .intro-text {
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    max-width: 390px;
    margin: 8px 0 24px 0;
}

#intro .intro-banner {
    padding: 80px 0 0 0;
}

#intro .head-content {
    margin-top: 8px;
    background-color: #FFFFFF;
    padding: 16px;
}

#intro .all-dropdown.active .head-dropdown {
    width: 100%;
    font-family: 'Vodafone-Rg-Bd';
    background-color: #00697C;
    color: #ffffff;
    padding: 16px;
}

#intro .vt-dropdown {
    margin-bottom: 16px;
}

#intro .smallestParagraph.light {
    margin-bottom: 0;
}

#intro .intro-bestellen {
    background-color: #F9F9F9;
    padding-bottom: 72px;
}

#intro .header-mob-img {
    width: 100%;
}

#intro div.panel-group>div>div>div>div>div {
    padding: 0;
}

#intro .carousel {
    display: none;
}

.subdomain-header-menu {
    margin-left: 32px;
}

/* Carousel Start */
#intro *:focus {
    outline: none;
}

#intro *::-webkit-scrollbar {
    width: 0;
}

#intro *::-webkit-scrollbar-track {
    background: transparent;
}

#intro *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

#intro * {
    -ms-overflow-style: none;
}

#intro ol,
#intro li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#intro .carousel {
    position: relative;
    padding-top: 480px;
}

#intro .carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

#intro .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 111px;
}

#intro .carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

#intro .carousel__navigation-list,
#intro .carousel__navigation-item {
    display: inline-block;
}

#intro .carousel__navigation-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}

#intro .carousel__navigation-button:hover {
    background-color: white;
}

#intro .active {
    background-color: white;
}

/* Carousel End */
/* POSTIDENT */
.postident-fl-container{
    padding: 130px 0 95px 0;
}
.postident-fl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#postident-success{
    display:none;
}
.postident-fl .back-infocell{
    margin: 0 0 24px 0;
}
.postident-fl .back-infocell:last-child{
    margin: 0 0 24px 0;
}
.postident-fl .postident-head{
    margin: 16px 0 24px 0;
    font-family: "Vodafone-Rg-Bd";
}
.postident-fl .input-head{
    font-size: 12px;
    line-height: 16px;
    font-family: 'Vodafone-Rg-Bd';
    padding-bottom: 8px;
    text-align: left;
}
.postident-fl label.d-flex{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}
.postident-fl .container-l label.d-flex{
    margin-bottom: 8px;
}
.postident-fl .container-l label.d-flex:last-child{
    margin-bottom: 0;
}
.postident-fl .input-field {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 256px;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 34px;
}
.postident-fl .container-s .input-field{
    max-width: 84px;
    width: 100%;
}
.postident-fl .container-m .input-field{
    max-width: 156px;
    width: 100%;
}
.postident-fl .container-l{
    max-width: 256px;
    width: 100%;
}
.postident-fl .btn-postident{
    max-width: 280px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #E60000;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 24px;
    margin-bottom: 24px;
}
/* POSTIDENT END */
.display_v_sm{
    display: none;
    position: absolute;
    right: -72px;
    height: 88px;
}
.display_v_sm.display_v_sm_internet{
    left: 100px;
    right: auto;
    height: 88px;
}


@media only screen and (max-width: 1340px) {
    #intro .pckg-text {
        height: 65px;
    }

    #intro .banner-img-bckg {
        height: 500px;
    }
}

@media only screen and (max-width: 1182px) {
    #intro .pckg-text {
        height: 65px;
    }
}

@media only screen and (max-width: 1125px) {
    #intro .banner-img-bckg {
        height: 400px;
    }

    #intro .home-title {
        font-size: 32px;
        line-height: 42px;
    }

    #intro .home-text {
        font-family: 'Vodafone-Rg';
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

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

    #intro .home-banner-mobile {
        display: block;
    }

    #intro .home-banner-desk {
        display: none;
    }

    #intro .banner-img-bckg {
        height: 300px;
    }

    #intro .banner-img-bckg {
        background-image: url(/static/img/content/vt_store_header_responsive.jpg);
        height: 350px;
    }
    #intro .banner-img-bckg.en {
        background-image: url(/static/img/content/vt_store_header_responsive_en.jpg);
    }
    #intro .intro-girl-banner-img-bckg {
        background-image: url(/static/img/content/renewal_lady_responsive.jpg);
        height: 350px;
    }

    #intro .intro-boy-banner-img-bckg {
        background-image: url(/static/img/content/alarm_guy_responsive.jpg);
        height: 350px;
    }
}

@media only screen and (max-width: 894px) {
    #intro .pckg-title3 {
        font-size: 24px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 840px) {
    #intro .pckg-text {
        height: 88px;
    }
}

@media only screen and (max-width: 760px) {
}

@media only screen and (max-width: 382px) {
}

@media only screen and (max-width: 767px) {
    #footer .footer-logo-m {
        margin: 24px auto 0 auto;
    }
    .modals-background .main-flex, .m-smarttech-template .main-flex{
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .modals-background .smart-box, .m-smarttech-template .smart-box{
        margin: 0 auto 16px auto;
    }
    .modals-background .smart-box:last-child, .m-smarttech-template .smart-box:last-child{
        margin: 0 auto 0 auto;
    }
    #intro .pckg-title3 {
        font-size: 24px;
        line-height: 1.5;
    }

    #intro .pckg-text {
        height: auto;
    }

    #intro .pckg-text {
        height: auto;
    }

    #intro .img-phone {
        height: 300px;
        padding-top: 36px;
    }

    #intro .phone-sticker {
        top: 0;
    }

    #intro .carousel {
        display: block;
    }

    #intro #mobile-phones {
        display: none;
    }

    #intro .phone-section {
        padding: 0 24px 72px 24px;
    }
}

@media only screen and (max-width: 490px) {
    #intro .img-phone {
        height: 250px;
    }

    #intro .carousel {
        position: relative;
        padding-top: 440px;
    }
}

@media screen and (max-width: 480px) {
    #intro .phone-mob {
        padding: 0;
    }

    #intro .phone-text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 415px) {
    #intro .img-phone {
        height: 200px;
    }

    #intro .carousel {
        position: relative;
        padding-top: 380px;
    }
}

@media screen and (max-width: 355px) {
    #intro .mobile-phones {
        padding: 0 8px 0 8px;
    }

    #intro .text-bellow-phones {
        padding: 48px 0 0 8px;
    }
}

@media only screen and (max-width: 340px) {
    #intro .img-phone {
        height: 170px;
    }

    #intro .carousel {
        position: relative;
        padding-top: 350px;
    }
}

/* END Intro landing page */

/* START Alarm page */

#vtwecker .img100 {
    width: 100%;
}

#vtwecker .vtwecker-banner {
    padding-top: 52px;
}

#vtwecker .vtwecker-content {
    background-color: #F9F9F9;
}

#vtwecker .vtwecker-title {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 36px;
    color: #E60000;
    margin-top: 48px;
    margin-bottom: 16px;
}

#vtwecker .vtwecker-sub-title {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

#vtwecker .vtwecker-blue-text {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    color: #00697C;
    margin-bottom: 24px;
    margin-top: 48px;
}

#vtwecker .vtwecker-mrgb24 {
    margin-bottom: 24px;
}

#vtwecker .vtwecker-mrgb16 {
    margin-bottom: 16px;
}

#vtwecker .vtwecker-radio-text {
    padding-left: 12px;
}

#vtwecker .mnt-jhr-text {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 8px;
}

#vtwecker .contract-end {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-top: 2px;
}

#vtwecker .contract-end-title {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-top: 2px;
}

#vtwecker .contract-end-title.active {
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}

#vtwecker .contract-end-text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-top: 8px;
}

#vtwecker .email-text {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 24px;
    display: block;
}



#vtwecker .checkbox-cell.top {
    display: table-cell;
    vertical-align: top;
}

#vtwecker .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

#vtwecker .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}

#vtwecker .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#vtwecker .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 17px;
}




#vtwecker .second-data .back-infocellbig {
    width: 275px;
}

#vtwecker .back-infocell {
    margin-bottom: 8px;
}

#vtwecker .input-head {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Vodafone-Rg-Bd';
    padding-bottom: 8px;
    text-align: left;
}

#vtwecker input,
#vtwecker .input-field {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 256px;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 34px;
}

#vtwecker input:focus {
    border: 1px solid #007C91;
}

#vtwecker ::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #999999 !important;
    opacity: 1 !important;
}

.radio-toolbar {
    margin-bottom: 24px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ffffff;
    color: #666666;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #666666;
    border-radius: 4px;
    margin-right: 16px;
}

.radio-toolbar label:hover {
    background-color: #eafcff;
}

.radio-toolbar input[type="radio"]:checked+label {
    font-family: 'Vodafone-Rg-Bd';
    color: #00697C;
    border: 2px solid #00697C;
    padding: 3px 5px;
}

#vtwecker .checkbox-table {
    width: 100%;
    display: table;
}

#vtwecker .checkbox-row {
    width: 100%;
    display: table-row;
}

#vtwecker .checkbox-path {
    position: relative;
}

input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 0;
}

#vtwecker .span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"]+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    background: url(../img/content/vt_checkbox-0.svg) no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 50%;
}

#vtwecker .mrgchck-l.top {
    top: 1px;
    line-height: 1.5;
}

#vtwecker .mrgchck-l {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 14px;
    font-size: 14px;
    position: relative;
    top: 2px;
    text-align: left;
}

#vtwecker .confirmation_check {
    margin-bottom: 48px;
}

#vtwecker .span.focuschck {
    border: 2px solid #E60000;
    border-radius: 4px;
}

#vtwecker input.invalid:focus {
    border: 1px solid #E60000;
}

#vtwecker .alarm-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    min-width: 280px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 4px;
    margin-bottom: 96px;
}

.mob-phone-wecker {
    display: flex;
    align-items: center;
    position: fixed;
    top: 14px;
    right: 60px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.datenschutz-wecker {
    color: #00697C;
}

@media screen and (max-width: 800px) {
    .mob-phone-wecker {
        right: 24px;
    }
}

/* END Alarm page */

/* START Empfehlung page */

#empfehlung .empfehlung-content {
    background-color: #F9F9F9;
    padding-top: 112px;
}

#empfehlung .img-invite {
    max-width: 60%;
    padding-top: 72px;
}

#empfehlung .empfehlung-title {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    line-height: 36px;
    color: #E60000;
    margin-top: 48px;
    margin-bottom: 16px;
}

#empfehlung .empfehlung-sub-title {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    max-width: 444px;
}

#empfehlung .empfehlung-blue-text {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    line-height: 24px;
    color: #00697C;
    margin-bottom: 24px;
    margin-top: 48px;
}

#empfehlung .empfehlung-mrgb24 {
    margin-bottom: 24px;
}

#empfehlung .empfehlung-mrgb16 {
    margin-bottom: 16px;
}

#empfehlung .empfehlung-radio-text {
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Vodafone-Rg';
    text-align: left;
}

#empfehlung .mnt-jhr-text {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 8px;
}

#empfehlung .contract-end {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-top: 2px;
}

#empfehlung .personal-email-title {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-top: 2px;
}

#empfehlung .personal-email-title.active {
    color: #00697C;
}

#empfehlung .personal-email-text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-top: 8px;
    margin-left: 50px;
}

#empfehlung .email-text {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 24px;
    display: block;
}



#empfehlung .checkbox-cell.top {
    display: table-cell;
    vertical-align: top;
}

#empfehlung .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

#empfehlung .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}

#empfehlung .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}

#empfehlung .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 17px;
}




#empfehlung .second-data .back-infocellbig {
    width: 275px;
}

#empfehlung .back-infocell {
    margin-bottom: 8px;
}

#empfehlung .input-head {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Vodafone-Rg-Bd';
    padding-bottom: 8px;
    text-align: left;
}

#empfehlung input,
#empfehlung .input-field {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 256px;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 34px;
}

#empfehlung input:focus {
    border: 1px solid #007C91;
}

#empfehlung ::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #999999 !important;
    opacity: 1 !important;
}

.radio-toolbar {
    margin-bottom: 24px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

#personalEmailRadio {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
}

#personalLinkRadio {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ffffff;
    color: #666666;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #666666;
    border-radius: 4px;
    margin-right: 16px;
}

.radio-toolbar label:hover {
    background-color: #eafcff;
}

.radio-toolbar input[type="radio"]:checked+label {
    font-family: 'Vodafone-Rg-Bd';
    color: #00697C;
    border: 2px solid #00697C;
    padding: 3px 5px;
}

#empfehlung .checkbox-table {
    width: 100%;
    display: table;
}

#empfehlung .checkbox-row {
    width: 100%;
    display: table-row;
}

#empfehlung .checkbox-path {
    position: relative;
}

input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 0;
}

#empfehlung .span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"]+.span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    vertical-align: middle;
    background: url(../img/content/vt_checkbox-0.svg) no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 50%;
}

#empfehlung .mrgchck-l.top {
    top: 1px;
    line-height: 1.5;
}

#empfehlung .mrgchck-l {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 14px;
    font-size: 14px;
    position: relative;
    top: 2px;
    text-align: left;
}

#empfehlung .confirmation_check {
    margin-top: 40px;
    margin-bottom: 48px;
}

#empfehlung .span.focuschck {
    border: 2px solid #E60000;
    border-radius: 4px;
}
#smartphones_section #termin_box.inactive{
    display: none!important;
}
.chck_Termin .span.focuschck {
    border: 2px solid #E60000;
    border-radius: 4px;
}
#empfehlung input.invalid:focus {
    border: 1px solid #E60000;
}

#empfehlung .invite-btn-wrapper {
    margin-bottom: 96px;
}

#empfehlung .invite-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #9C2AA0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    min-width: 280px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #00000099;
    border-radius: 4px;
}

#empfehlung .copy-btn {
    font-family: 'Vodafone-Rg-Bd';
    background-color: #FFFFFF;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    cursor: pointer;
    max-width: 122px;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
    margin-top: 24px;
}

#copy-title{
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

#empfehlung #confirmation-success {
    margin-top: 16px;
    text-align: center;
}

#empfehlung #confirmation-copy {
    margin-top: 16px;
    text-align: left;
    margin-left: 20px;
}

#empfehlung .initial {
    display: initial;
}

.mob-phone-wecker {
    display: flex;
    align-items: center;
    position: fixed;
    top: 14px;
    right: 60px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.datenschutz-empfehlung-main {
    margin-left: 8px;
}

.datenschutz-empfehlung {
    color: #00697C;
}

#TextAreaOptional {
    max-width: 360px;
    height: 210px;
}

.t-area > pre {
    padding: 16px;
    overflow-y: auto;
    border-radius: 3px;
    border: 1px solid #B2B2B2;
    min-height: 210px;
    font-family: "Vodafone-Rg-Bd";
    color: #333333;
    background-color: #FFFFFF;
    font-size: 16px;
    resize: none;
    outline: none;
}

.t-area{
    padding: 16px;
    overflow-y: auto;
    width: 100%;
    max-width: 360px;
    border-radius: 3px;
    border: 1px solid #B2B2B2;
    min-height: 210px;
    font-family: "Vodafone-Rg-Bd";
    color: #333333;
    background-color: #FFFFFF;
    font-size: 16px;
    resize: none;
    outline: none;
}
.t-area::placeholder { 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Vodafone-Rg-Bd";
    color: #B2B2B2;
    opacity: 1; 
    font-size: 16px;
}
.t-area:focus::placeholder { 
    color: transparent;
} 
.t-area:-ms-input-placeholder { 
    font-size: 16px;
}
.t-area::-ms-input-placeholder { 
    font-size: 16px;
}
.t-area::-webkit-scrollbar {
    width: 6px;
}
.t-area::-webkit-scrollbar-track {
    background: transparent; 
}
.t-area::-webkit-scrollbar-thumb {
    background: #B2B2B2; 
    border-radius: 4px;
}
.t-area::-webkit-scrollbar-thumb:hover {
    background: #B2B2B2; 
}

body > div.m-empfehlung.modals-background.g-info.m-boxinfo > div > div.row.no-gutters.h-100 > div > div > div > div > div > p {
    line-height: 1.5;
}

@media screen and (max-width: 800px) {
    .mob-phone-wecker {
        right: 24px;
    }
}

@media screen and (max-width: 370px) {
    .container-menu {
        padding: 0 4px;
    }
    #header .partner-logo {
        margin: 11px 5px 11px 5px;
    }
    #menu__toggle {
        top: 16px;
        right: 9px;
    }
    .menu__btn {
        right: 6px;
    }
}




/* END Empfehlung page */


/* SMARTPHONES OLD DESIGN BEGIN */
#smartphones{
    padding: 80px;
}
#smartphones h2.head-smartphones{
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    text-align: center;
    margin: 24px auto;
}
#smartphones .nav-smartphones{
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    top: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
    padding: 30px 0;

}
#smartphones .nav-s-btn{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 18px;
    padding: 8px 16px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
    cursor: pointer;
    margin: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#smartphones .nav-s-btn:hover{
    background-color: #F4F4F4;
}
#smartphones .nav-s-btn.active{
    background-color: #333333;
    color: #ffffff;
    width: auto;
}
#smartphones .smartphone-x-close{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    margin-left: 8px;
}
#smartphones .smartphone-x-close.active{
    display: inline-block;
}
#smartphones .more-smartphones{
    display: none;
}
#smartphones .nav-smartphones br{
    display: none;
}
#smartphones .more-smartphones br{
    display: none;
}
#smartphones .nav-s-more{
    display: inline-block;
    cursor:pointer;
    margin-top: 12px;
}
#smartphones .section-smartphones{
    margin: 26px auto;
    max-width: 726px;
    width: 100%;
    text-align: left;
}
#smartphones .section-smartphones h2.name-smartphones, #smartphones .section-smartphones span.name-smartphones{
    font-size: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 24px auto 0 auto;
}
#smartphones .section-smartphones p.name-smartphones{
    font-size: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 24px auto 0 auto;
}
#smartphones .section-smartphones .h-line-smartphones{
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
    margin: 16px 0;
}
#smartphones .section-smartphones .table-smartphones{
    display: table;
    width: 100%;
}
#smartphones .section-smartphones .table-r-smartphones{
    display: table-row;
    width: 100%;
}
#smartphones .section-smartphones .table-c-smartphones{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#smartphones .section-smartphones .circle-smartphone{
    width: 96px;
    height: 96px;
    background: #00697C;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    position: relative;
}
#smartphones .section-smartphones .circle-smartphone .circle-s-text{
    font-size: 14px;
}
#smartphones .section-smartphones .circle-smartphone .a-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 18px;
}
#smartphones .grey-box-smartphones{
    font-size: 24px;
    font-family: 'Vodafone-Rg';
    color: #ffffff;
    background-color: #e60000;
    padding: 8px;
    margin-bottom: 8px;
}
#smartphones_section .grey-box-smartphones.grey-box-smartphones-none{
    opacity: 0;
}
#smartphones .grey-box-smartphones div{
    display: inline-block;
}
#smartphones .grey-box-smartphones .price-smartphones{
    font-size: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
}
#smartphones .grey-box-smartphones .linethrough-price{
    text-decoration: line-through;
}
#smartphones .box-price-smartphones{
    padding: 0 8px;
}
#smartphones .box-price-smartphones div:first-child{
    margin-bottom: 4px;
}
#smartphones .box-color-smartphones{
    margin-top: 16px;
}
#smartphones .box-color-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphones_section a.termin-btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: 'Vodafone-Rg';
    background-color: #00697C;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
    opacity: 1;
    min-width: 170px;
}
#smartphones_section a.termin-btn:hover {
    opacity: .9;
    color: #ffffff;
    background-color: #00697C;
}
#smartphones_section .box-tarif-smartphones .box-sim-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    margin: 12px 0 16px 0;
}
#smartphones .box-color-smartphones .color-name-smarthones{
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    margin-top: 8px;
}
#smartphones .box-color-smartphones .box-default-color{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 32px;
    height: 32px;
    background-color: #F8F6EF;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid transparent;
}
#smartphones .box-color-smartphones .box-default-color:hover{
    border: 3px solid #00697C;
}
#smartphones .box-color-smartphones .box-default-color.active{
    border: 3px solid #00697C;
}
#smartphones .box-color-smartphones .box-c .box-default-color:last-child{
    margin-right: 0;
}
#smartphones .box-default-color.no-available{
    position: relative;
    pointer-events: none;
}
#smartphones .box-default-color.no-available::before{
    content: "";
    bottom: 12px;
    left: -8px;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 4px;
    transform: rotate(-45deg);
    background-color: #CCCCCC;
}
#smartphones .box-gb-smartphones{
    margin: 24px 0;
}
#smartphones .box-gb-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphones .box-default-gbtarif{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 32px;
    height: 32px;
    background-color: #F8F6EF;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid transparent;
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 13px;
}
#smartphones .box-default-gbtarif:hover{
    border: 3px solid #00697C;
}
#smartphones .box-default-gbtarif.active{
    border: 3px solid #00697C;
}
#smartphones .box-tarif-smartphones{
    margin: 24px 0;
}
#smartphones .box-tarif-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphones .box-tarif-smartphones .color-tarifprice-smarthones{
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    margin-top: 16px;
}
#smartphones .dsc-tarif-phone {
    margin-top: 2px;
}
#smartphones .line-through{
    text-decoration: line-through;
}
#smartphones .mrgt-btn{
    margin-top: 24px;
}
#smartphones .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#smartphones .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#smartphones .backto-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#smartphones .backto-top {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
}
#smartphones .backto-top-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#smartphones .backto-top-btn{
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    #smartphones {
        padding: 40px 0 100px 0;
    }
    #smartphones .section-smartphones {
        padding: 0 16px;
    }
    #smartphones .section-smartphones .table-smartphones {
        display: block;
        width: 100%;
    }
    #smartphones .section-smartphones .table-r-smartphones {
        display: block;
        width: 100%;
    }
    #smartphones .section-smartphones .table-c-smartphones{
        display: block;
        width: 100%;
    }
    #smartphones .grey-box-smartphones{
        margin-top: 16px;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
    }
    #smartphones a.btn.action {
        max-width: 320px;
    }
}
@media only screen and (max-width: 575px) {
    .tv-box-sq.resp{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 16px;
    }
    #smartphones .nav-smartphones br {
        display: block;
    }
    #smartphones .more-smartphones br{
        display: block;
    }
}
@media only screen and (max-width: 350px) {
    #smartphones .section-smartphones {
        padding: 0;
    }
}
/* SMARTPHONES OLD DESIGN END */


/* SMARTPHONES NEW DESIGN BEGIN */
#NSmartphone{
    background-color: #f9f9f9;
}
#smartphones_section{
    padding: 72px;
}
#smartphones_section h2.head-smartphones{
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    text-align: center;
    margin: 0 auto;
}
#smartphones_section .nav-smartphones{
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    top: 0;
    background-color: transparent;
    margin: 32px 0;

}
#smartphones_section .nav-s-btn{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 18px;
    padding: 6px 8px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
    cursor: pointer;
    margin: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#smartphones_section .nav-s-btn:hover{
    background-color: #F4F4F4;
}
#smartphones_section .nav-s-btn.active{
    background-color: #333333;
    color: #ffffff;
    width: auto;
}
#smartphones_section .nav-s-btn.active > svg path, #smartphones_section .nav-s-btn.active > svg tspan{
    fill: #ffffff;
}
#smartphones_section .nav-s-btn.active > svg .xiaomi-l-b{
    fill: #ffffff;
}
#smartphones_section .nav-s-btn.active > svg .xiaomi-l-t path{
    fill: #333333;
}
#smartphones_section .smartphone-x-close{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}
#smartphones_section .smartphone-x-close.active{
    display: inline-block;
}
#smartphones_section .more-smartphones{
    display: none;
}
#smartphones_section .nav-smartphones br{
    display: none;
}
#smartphones_section .termin-box{
    padding: 0;
    border-radius: 4px;
    max-width: 660px;
    margin: 50px auto 0 auto;
}
#smartphones_section .nav-smartphones .termin-q br{
    display: block;
}
#smartphones_section .nav-smartphones .termin-q {
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-family: 'Vodafone-Rg-Bd';
    margin: 0 32px;
}
#smartphones_section .more-smartphones br{
    display: none;
}
#smartphones_section .nav-s-more{
    display: inline-block;
    cursor:pointer;
    margin-top: 12px;
}
#smartphones_section .section-smartphones{
    margin: 18px;
    max-width: 312px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #ffffff;
}
#smartphones_section .section-smartphones[style*="display: none;"]:nth-child(2n+1){
    margin-left: 0;
}
#smartphones_section .section-smartphones[style*="display: none;"]:nth-child(2n){
    margin-right: 0;
}
#smartphones_section .section-smartphones h2.name-smartphones{
    font-size: 18px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 16px auto 0 auto;
}
#smartphones_section .section-smartphones p.name-smartphones{
    font-size: 18px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 16px auto 0 auto;
}
#smartphones_section .section-smartphones .h-line-smartphones{
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
    margin: 16px 0;
}
#smartphones_section .section-smartphones .table-smartphones{
    display: table;
    width: 100%;
    text-align: center;
}
#smartphones_section .section-smartphones .table-r-smartphones{
    display: table-row;
    width: 100%;
}
#smartphones_section .section-smartphones .table-c-smartphones{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#smartphones_section .grey-box-smartphones{
    font-size: 18px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    background-color: #00697C;
    padding: 12px 48px 12px 16px;
    width: auto;
    display: inline-block;
    border-top-left-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}
#smartphonesSplash .sale-sticker.flex-none{
    display: none!important;
}
#smartphones_section .grey-box-smartphones:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 40px solid #ffffff;
    border-left: 20px solid transparent;
    width: 0;
}
#smartphonesProducts .grey-box-smartphones:before{
    border-bottom: 45px solid #ffffff;
}
#smartphones_section .grey-box-smartphones div{
    display: inline-block;
}
#smartphones_section .grey-box-smartphones .price-smartphones{
    font-size: 18px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
}
#smartphonesSplash .box-tarif{
    margin-bottom: 16px;
}
.otelo-section #smartphonesSplash .box-tarif{
    max-height: 31px;
}
#smartphonesSplash .tooltip-content img{
    vertical-align: unset;
}
#smartphonesSplash .grey-box-smartphones.small{
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 16px;
}
#smartphones_section .box-price-smartphones{
    padding: 0 8px;
}
#smartphones_section .box-price-smartphones div:first-child{
    margin-bottom: 4px;
}
#smartphones_section .box-color-smartphones{
    margin-bottom: 12px;
}
#smartphones_section .box-gb-smartphones{
    margin: 24px 0;
}
#smartphones_section .box-gb-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphones_section .box-tarif-smartphones{
    margin: 24px 0;
}
#smartphones_section .box-tarif-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphones_section .box-tarif-smartphones .color-tarifprice-smarthones{
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    margin-top: 16px;
}
#smartphones_section .dsc-tarif-phone {
    margin-top: 2px;
}
#smartphones_section .line-through{
    text-decoration: line-through;
}
#smartphones_section .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#smartphones_section .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#smartphones_section .backto-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#smartphones_section .backto-top-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#smartphones_section .backto-top-btn{
    width: 40px;
    height: 40px;
}
#hSmartphone {
    width: 100% !important;
}
#hSmartphone #smartphones_section .c-dcs-price, #smartphonesSplash .c-dcs-price, #NSmartphone #smartphones_section .c-dcs-price, #bestellen .c-dcs-price, #kabelcheck .c-dcs-price{
    font-size: 42px;
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    position: relative;
    display: inline-block;
    float: none;
}
#smartphonesSplash #smartphones_section .c-dcs-price, #smartphonesSplash .c-dcs-price{
    font-size: 42px;
    color: #E60000;
    font-family: 'Vodafone-Rg-Bd';
    display: block;
    position: relative;
    float: left;
}
.otelo-section #smartphonesSplash #smartphones_section .c-dcs-price, .otelo-section #smartphonesSplash .c-dcs-price{
    color: #FA5A14;
}
.otelo-section #smartphonesSplash a.btn.action{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,120,0,1) 0%, rgba(250,165,50,1) 100%);
    color:#000;
}
.otelo-section #smartphonesSplash button.btn.action{
    background-color: #FAA532;
    color:#000;
}
#smartphonesSplash .sup-b sup{
    font-family: 'Vodafone-Rg'!important;
}
#smartphones_section .c-dcs-price{
    left: -25px;
}
#smartphonesSplash .c-dcs-price.grey, #NSmartphone #smartphones_section .c-dcs-price.grey{
    color: #666666;
    margin-left: 35px;
}
#smartphones_section .top-decimal, #smartphonesSplash .top-decimal, #bestellen .top-decimal, #kabelcheck .top-decimal{
    position: absolute;
    right: -25px;
    top: 6px;
    font-size: 18px;
}
#smartphones_section .btm-decimal, #smartphonesSplash .btm-decimal{
    position: absolute;
    right: -54px;
    bottom: 7px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}
#bestellen .btm-decimal, #kabelcheck .btm-decimal{
    position: absolute;
    right: -28px;
    bottom: 7px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}
#smartphones_section .btm-decimal.lang, #smartphonesSplash .btm-decimal.lang{
    right: -34px;
}
#smartphones_section .btm-decimal.lang, #smartphonesSplash .btm-decimal.lang {
    position: absolute;
    right: -34px;
    bottom: 7px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
}
#smartphones_section .Sim .box-tarif-smartphones{
    margin: 16px 0;
}
#smartphones_section .Sim .box-tarif-smartphones .box-tarif > div:last-child{
    margin-right: 0;
}
#smartphonesSplash .btm-decimal.mtl, #NSmartphone #smartphones_section .btm-decimal.mtl{
    right: -28px;
}
#smartphonesSplash .btm-decimal.mtl.r-move, #NSmartphone #smartphones_section .btm-decimal.mtl.r-move{
    right: -34px;
}
#smartphonesSplash .btm-decimal.mtl.lang, #NSmartphone #smartphones_section .btm-decimal.mtl.lang{
    right: -40px;
}
#smartphonesSplash .price-right.lang {
    float: left;
    padding-right: 46px;
}
#smartphonesSplash .c-dcs-price.grey.lang, #NSmartphone #smartphones_section .c-dcs-price.grey.lang {
    color: #666666;
    margin-left: 48px;
}
#smartphones_section button.btn.action{
    max-width: 140px;
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphones_section a.btn.action{
    max-width: 140px;
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphones_section a.btn.action.btn-auto{
    max-width: 100%;
    display: inline-block;
    width: auto;
    padding: 12px 16px;
}
#smartphones_section button.btn.action{
    max-width: 140px;
    font-size: 14px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphones_section button.btn.action.btn-auto{
    max-width: 100%;
    display: inline-block;
    width: auto;
    padding: 12px 16px;
}
#smartphones_section .nav-s-btn svg{
    height: 22px;
    width: auto;
    top: 1px;
    position: relative;
    vertical-align: middle;
}
#smartphones_section .login-button {
    font-size: 16px;
    border: none;
    color: #00697C;
    text-decoration: underline;
}
/* #smartphonesSplash .price-right.lang.active {
    float: right;
}
#smartphonesSplash .price-right.active {
    float: right;
} */
.termin_cancel{
    background-color: #00697C;
    padding: 144px 0 40px 0;
    color: #ffffff;
    text-align: left;
}
.termin_cancel h3{
    line-height: 1.5;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 22px;
}
.termin_cancel p{
    line-height: 1.5;
    font-size: 20px;
    max-width: 311px;
}
.termin_more{
    background-image: url(/static/img/content/vt_bg_smartphones-promo.jpg);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: #ffffff;
    text-align: left;
}
.termin_more h1{
    line-height: 1.5;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
}
.termin_more p{
    line-height: 1.5;
    font-size: 20px;
    max-width: 311px;
}
.termin_more a.termin-mbtn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: 'Vodafone-Rg';
    background-color: #ffffff!important;
    color: #333333!important;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
    opacity: 1;
    min-width: 170px;
    margin-top: 24px;
}
.termin_contact{
    background-color: #ffffff;
    padding: 80px 0;
    color: #333333;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
.termin_contact .termin_m_red{
    color: #E60000;
}
#rueckrufIntro{
    background-color: #00697C;
    padding: 144px 0 40px 0;
    color: #ffffff;
    text-align: center;
}
#rueckrufIntro h1 {
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
    margin-top: 16px;
    line-height: 1.4;
}
#smartphonesIntro{
    background-image: url("/static/img/content/vt_bg_smartphones-promo.jpg");
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 144px 0 44px 0;
    color: #ffffff;
    overflow: hidden;
}
#NSmartphone .one-for-one-bewohner {
    background-image: url('/static/img/content/oneforone-smartphones_extended.jpg');
}
#smartphonesIntroConfig{
    background-image: url("/static/img/content/vt_bg_smartphones-no-promo.jpg");
    background-position: center 55%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
    color: #ffffff;
    overflow: hidden;
}
#smartphonesIntro h1{
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphonesIntroConfig h1{
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphonesIntroConfig span{
    font-size: 32px;
    font-family: 'Vodafone-Rg-Bd';
}
#smartphonesIntro p, #smartphonesIntroConfig p{
    font-size: 22px;
    font-family: 'Vodafone-Rg';
    margin: 16px 0 24px 0;
    line-height: 28px;
}
#smartphonesIntro .first-w{
    width: auto;
}
#smartphonesIntroConfig .first-w{
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
#smartphonesIntroConfig .section-smartphone{
    margin: 0 auto;
}
#smartphonesIntroConfig .section-smartphone {
    margin: 26px auto;
    max-width: 800px;
    width: 100%;
    text-align: left;
}
#smartphonesIntro .second-w{
    width: 50%;
    padding-left: 30px;
}
#smartphonesIntroConfig .second-w{
    width: 50%;
    padding-left: 30px;
    text-align: right;
    max-height: 100px;
}
#smartphonesIntro img{
    max-height: 285px;
    position: absolute;
    bottom: -135px;
}
#smartphonesIntroConfig img {
    max-height: 144px;
    position: relative;
    top: 10px;
}
#smartphonesIntroConfig .box-head-info{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
    color: #E60000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px;
    margin-bottom: 16px;
    position: relative;
}
#smartphonesIntroConfig .box-head-info:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    right: auto;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 9px #ffffff;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}
#smartphonesSplash{
    display: none;
}
#display_i_credit.hide{
    display: none;
}
#display_i_credit.active{
    background-color: #00697C;
    color: #ffffff;
}
#smartphonesSplash .smartphone-splash{
    padding: 110px 40px;
}
#smartphonesSplash h2.head-smartphones{
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    text-align: center;
    margin: 24px auto;
}
#smartphonesSplash .nav-smartphones{
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    top: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
    padding: 30px 0;

}
#smartphonesSplash .nav-s-btn{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 18px;
    padding: 8px 16px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
    cursor: pointer;
    margin: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#smartphonesSplash .nav-s-btn:hover{
    background-color: #F4F4F4;
}
#smartphonesSplash .nav-s-btn.active{
    background-color: #333333;
    color: #ffffff;
    width: auto;
}
#smartphonesSplash .smartphone-x-close{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    margin-left: 8px;
}
#smartphonesSplash .smartphone-x-close.active{
    display: inline-block;
}
#smartphonesSplash .more-smartphones{
    display: none;
}
#smartphonesSplash .nav-smartphones br{
    display: none;
}
#smartphonesSplash .more-smartphones br{
    display: none;
}
#smartphonesSplash .nav-s-more{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    cursor:pointer;
    margin-top: 12px;
}
#smartphonesSplash .section-smartphone{
    margin: 26px auto;
    max-width: 800px;
    width: 100%;
    text-align: left;
}
#smartphonesIntro .section-smartphone{
    margin: 0 auto;
}
#smartphonesSplash .section-smartphone h2.name-smartphones{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 0 auto 0 auto;
}
#smartphonesSplash .section-smartphone h1.name-smartphones{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 0 auto 0 auto;
}
#smartphonesSplash .section-smartphone h3.name-smartphones{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 0 auto 0 auto;
}
#smartphonesSplash .section-smartphone h1.name-smartphones {
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 0 auto 0 auto;
}
#smartphonesSplash .section-smartphone p.name-smartphones{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    margin: 0 auto 0 auto;
}
#smartphonesSplash .section-smartphone .h-line-smartphones{
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
    margin: 16px 0;
}
.otelo-section #smartphonesSplash .section-smartphone .h-line-smartphones{
    margin: 24px 0;
}
#smartphonesSplash .section-smartphone .table-smartphones{
    display: table;
    width: 100%;
}
#smartphonesSplash .section-smartphone .table-r-smartphones{
    display: table-row;
    width: 100%;
}
#smartphonesSplash .section-smartphone .table-c-smartphones{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#smartphonesSplash .section-smartphone .table-c-smartphones.split-l{
        width: 41%;
}
#smartphonesSplash .section-smartphone .table-c-smartphones.split-r{
    width: 60%;
}
#smartphonesSplash .section-smartphone .circle-smartphone{
    width: 96px;
    height: 96px;
    background: #00697C;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    position: relative;
}
#smartphonesSplash .section-smartphone .circle-smartphone .circle-s-text{
    font-size: 14px;
}
#smartphonesSplash .section-smartphone .circle-smartphone .a-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 18px;
}
#smartphonesSplash .grey-box-smartphones div{
    display: inline-block;
}
#smartphonesSplash .grey-box-smartphones .price-smartphones{
    font-size: 24px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
}
#smartphonesSplash .grey-box-smartphones .linethrough-price{
    text-decoration: line-through;
}
#smartphonesSplash .box-price-smartphones{
    padding: 0 8px;
}
#smartphonesSplash .box-price-smartphones div:first-child{
    margin-bottom: 4px;
}
#smartphonesSplash .box-gb-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphonesSplash .box-tarif-smartphones{
    margin: 0 0 24px 0;
}
#smartphoneFirst #smartphonesSplash .box-tarif-smartphones{
    margin: 0;
}
#smartphonesSplash .box-tarif-smartphones .box-color-head{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 8px;
}
#smartphonesSplash .box-tarif-smartphones .color-tarifprice-smarthones{
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    margin-top: 16px;
}
#smartphonesSplash .dsc-tarif-phone {
    margin-top: 2px;
}
#smartphonesSplash .line-through{
    text-decoration: line-through;
}
#smartphonesSplash .mrgt-btn{
    margin-top: 24px;
}
#smartphonesSplash .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#smartphonesSplash .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#smartphonesSplash .backto-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#smartphonesSplash .backto-top-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#smartphonesSplash .backto-top-btn{
    width: 40px;
    height: 40px;
}
#smartphonesSplash .grey-box-voucher {
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    background-color: #00697C;
    padding: 7px 16px 7px 48px;
    width: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
#smartphonesSplash .grey-box-voucher:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 40px solid #ffffff;
    border-right: 20px solid transparent;
    width: 0;
}
#smartphonesSplash .grey-box-smartphones {
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
    background-color: #e60000;
    padding: 7px 48px 7px 16px;
    width: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
#smartphonesSplash .grey-box-smartphones:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 45px solid #ffffff;
    border-left: 20px solid transparent;
    width: 0;
}
#smartphonesSplash .grey-box-smartphones div{
    display: inline-block;
}
#smartphonesSplash .grey-box-smartphones .price-smartphones{
    font-size: 18px;
    font-family: 'Vodafone-Rg-Bd';
    color: #ffffff;
}
#smartphonesSplash .grey-box-side{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
    border: 1px solid #E60000;
    padding: 5px 8px;
    border-right: none;
}
#smartphonesSplash .mtgtb-24{
    margin: 24px 0;
}
#smartphonesSplash .mtgtb-16{
    margin: 16px 0;
}
#smartphonesSplash .box-color-smartphones{
    flex: 1;
    padding-left: 72px;
}
#smartphonesSplash.smartphone-v-one .box-color-smartphones{
    flex: 1;
    padding-left: 0;
}
#smartphonesSplash .tarif-in-lbox{
    display: block;
    float: left;
}
#smartphonesSplash .tarif-in-rbox{
    display: block;
    float: right;
    padding-left: 16px;
}
#smartphonesSplash .tarif-in-lbox, #hSmartphone .tarif-in-lbox{
    display: block;
    float: left;
}
#smartphonesSplash .tarif-in-rbox, #hSmartphone .tarif-in-rbox{
    display: block;
    float: right;
    padding-left: 8px;
}
.otelo-section #smartphonesSplash .tarif-in-rbox, #hSmartphone .tarif-in-rbox{
    padding-left: 0;
    text-align: center;
    float: none;
}
#smartphonesSplash .inklusive-box{
    display: inline-block;
}
#smartphonesSplash .inklusive-box > div,
#smartphonesSplash .inklusive-box > span{
    background-color: #F4F4F4;
    display: inline-block;
    padding: 8px;
    color: #666666;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 12px;
    margin: 8px 8px 0 0;
    cursor: pointer;
}
#smartphonesSplash .inklusive-box > div.active,
#smartphonesSplash .inklusive-box > span.active{
    background-color: #00697C;
    color: #ffffff;
    display: inline-block;
}
#smartphonesSplash .inklusive-box > div.inactive,
#smartphonesSplash .inklusive-box > span.inactive{
    background-color: #00697C;
    color: #ffffff;
    display: none;
}
#smartphonesSplash .circle-leftright {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 34px;
    border: 1px solid #333333;
    height: 18px;
    border-radius: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
#smartphonesSplash .circle-leftright.switch-sm {
    width: 23px;
    height: 12px;
}
#smartphonesSplash .circle-leftright.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}
#smartphonesSplash .circle-leftright.switch-sm.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00697C;
    background-color: #00697C;
}
#smartphonesSplash .circle-inside {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: auto 0;
    left: 3px;
}
#smartphonesSplash .switch-sm .circle-inside{
    width: 8px;
    height: 8px;
    left: 1px;
}
#smartphonesSplash .circle-inside.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    left: 18px;
}
#smartphonesSplash .circle-leftright.switch-sm.active .circle-inside.active {
    background-color: #ffffff;
    left: 12px;
}
#smartphonesSplash .price-switch{
    margin-top:4px;
    clear: both;
}
#smartphonesSplash .price-switch > div{
    display: flex;
}
#smartphonesSplash .price-switch .circle-leftright{
    margin:0;
}
#smartphonesSplash .tooltip-content{
    height: 16px;
    vertical-align: middle;
}
#smartphonesSplash .option-heading{
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}
#smartphonesSplash .mrgt-16{
    margin-top: 16px;
}
#smartphonesSplash .mrgb-16{
    margin-bottom: 16px;
}
#smartphonesSplash .option-heading.active{
    font-family: 'Vodafone-Rg-Bd';
    color: #E60000;
}
#smartphonesSplash .small-t{
    font-size: 12px;
    font-family: 'Vodafone-Rg';
}
#smartphonesSplash .mrgt-small{
    margin-top: 8px;
}
#smartphonesSplash .mrgt-big{
    margin-top: 16px;
}
#smartphonesSplash .price-right{
    float: left;
    padding-right: 30px;
}
#smartphonesSplash .price-right.active{
    /* float: right; */
    padding-left: 75px;
}
#smartphonesSplash button.btn.action{
    max-width: 180px;
    min-width: 180px;
    margin-right: 24px;
}
#smartphonesSplash a.btn.action{
    max-width: 180px;
    min-width: 180px;
    margin-right: 24px;
}
#smartphonesSplash button.btn.action.renew-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 180px;
    margin-right: 0;
    margin-left: 24px;
    background-color: #ffffff;
    color: #333333;
    -webkit-box-shadow: 0px 1px 3px #32323299;
    -moz-box-shadow: 0px 1px 3px #32323299;
    box-shadow: 0px 1px 3px #32323299;
}
#smartphonesSplash a.btn.action.renew-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 180px;
    margin-right: 0;
    margin-left: 24px;
    background-color: #ffffff;
    color: #333333;
    -webkit-box-shadow: 0px 1px 3px #32323299;
    -moz-box-shadow: 0px 1px 3px #32323299;
    box-shadow: 0px 1px 3px #32323299;
}
a#option_bottom.btn.action.renew-btn.active{
    /* background-color: #E60000;
    color: #ffffff; */
    white-space: nowrap;
}
#smartphonesSplash .connect_mob.red{
    color: #E60000;
}
#smartphonesSplash .line-thro{
    text-decoration: line-through;
}
#smartphonesSplash .b_smart_btn{
    cursor: pointer;
    display: inline-block;
    margin-bottom: 16px;
}
#smartphonesSplash .renew_price{
    color: #E60000;
    font-size: 14px;
}
#smartphonesSplash .section-smartphone .table-c-smartphones.split-r .splashImg_resp{
        display: none!important;
}
#smartphonesSplash .flex-one{
    flex: 1;
}
#smartphonesSplash .inklusive-expand{
    display: none;
}
#smartphonesSplash .m-t-price{
    display: none;
}
.smartphones_conn .box-color-smartphones .box-color-head, .smartphones_conn .box-gb-smartphones .box-gb-head , .smartphones_conn .box-tarif-smartphones .box-tarif-head{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 16px;
}
#smartphoneFirst .smartphones_conn .box-tarif-smartphones .box-tarif-head, #smartphoneFirst .smartphones_conn .n-head-info{
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    margin: 16px 0;
}
#smartphoneFirst .smartphones_conn .n-head-info{
    font-size: 16px;
    font-family: 'Vodafone-Rg-Bd';
    margin: 0;
}
#smartphoneFirst .smartphones_conn.smartphone-v-one .box-tarif-smartphones .box-tarif-head{
    margin-top: 0;
}
#smartphoneFirst .smartphones_conn.smartphone-v-one .box-tarif-smartphones .box-tarif-head h2{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    margin-top: 0;
    margin-bottom: 0;
}
.smartphones_conn .box-color-smartphones .color-name-smarthones{
    font-size: 12px;
    font-family: 'Vodafone-Rg';
    margin-top: 8px;
}
.smartphone-v-one.smartphones_conn .box-color-smartphones .color-name-smarthones{
    text-align: center;
}
.smartphones_conn .box-color-smartphones .box-default-color{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px;
    height: 16px;
    background-color: #F8F6EF;
    border-radius: 11px;
    margin-right: 16px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid transparent;
}
.smartphones_conn .box-color-smartphones .box-default-color:hover{
    border: 2px solid #00697C;
}
.smartphones_conn .box-color-smartphones .box-default-color.active{
    border: 2px solid #00697C;
}
.smartphones_conn .box-color-smartphones .box-c .box-default-color:last-child{
    margin-right: 0;
}
.smartphones_conn .box-color-smartphones .box-c{
   text-align: center;
   height: 16px;
}
.smartphones_conn .box-default-color.no-available{
    position: relative;
    pointer-events: none;
}
.smartphones_conn .box-default-color.no-available::before{
    content: "";
    bottom: 12px;
    left: -8px;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 4px;
    transform: rotate(-45deg);
    background-color: #CCCCCC;
}
.smartphones_conn .box-default-gb{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 47px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 8px;
    /* margin-bottom: 8px; */
    display: inline-block;
    cursor: pointer;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 3px 2px;
    font-family: 'Vodafone-Rg-Bd';
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 13px;
    color: #666666;
}
.smartphones_conn.smartphone-v-one .box-default-gb{
    border: unset;
    color: #666666;
    background-color: transparent;
    font-family: 'Vodafone-Rg';
    position: relative;
    padding-right: 10px;
}
.smartphones_conn.smartphone-v-one .box-default-gb::after{
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background-color: #666666;
    font-family: 'Vodafone-Rg-Bd';
}
.smartphones_conn.smartphone-v-one .box-default-gb:last-child::after{
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 0px;
    background-color: transparent;
    font-family: 'Vodafone-Rg-Bd';
}
.smartphones_conn .box-default-gb:last-child{
    margin-right: 0;
}
.smartphones_conn .box-default-gb.active, .smartphones_conn .box-default-gb:hover{
    border: 1px solid #00697C;
    color: #ffffff;
    background-color: #00697C;
}
.smartphones_conn.smartphone-v-one .box-default-gb.active, .smartphones_conn.smartphone-v-one .box-default-gb:hover{
    border: unset;
    color: #00697C;
    background-color: transparent;
    font-family: 'Vodafone-Rg-Bd';
}
.smartphones_conn .box-default-tarif{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-width: 64px;
    width: auto;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    margin-right: 12px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 8px;
    font-family: 'Vodafone-Rg-Bd';
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 13px;
    color: #666666;
}
.otelo-section .smartphones_conn .box-default-tarif{
    font-size: 12px;
    line-height: 12px;
    padding:6px 8px;
    min-width: 58px;
}
.smartphones_conn .box-default-tarif.inactive{
    opacity: .5;
    pointer-events: none;
}
.smartphones_conn .box-default-tarif.red{
    border: 1px solid #00697C;
    color: #00697C;
}
.smartphones_conn .mrgtb-btn{
    margin: 32px 0;
}
.otelo-section .smartphones_conn .mrgtb-btn{
    margin: 24px 0;
}
.smartphones_conn .backto-top {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
}
.smartphones_conn .box-default-tarif:hover, .smartphones_conn .box-default-tarif.active{
    border: 1px solid #00697C;
    color: #ffffff;
    background-color: #00697C;
}
.smartphones_conn .linediagonal{
  position: relative;
}
.smartphones_conn .linediagonal:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: -30px;
    border-top: 2px solid #E60000;
    color: #E60000;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.smartphones_conn .smartphones-btn{
    font-family: 'Vodafone-Rg-Bd';
    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
}
.smartphones_conn .header-box{
    border-bottom: 2px solid #ffffff;
}
.smartphones_conn .nav-s-img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.smartphones_conn .nav-s-img.rotate{
    transform: rotate(45deg);
}
.smartphones_conn .box-default-color.no-available{
    position: relative;
    pointer-events: none;
}
.smartphones_conn .box-default-color.no-available::before{
    content: "";
    bottom: 12px;
    left: -8px;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 4px;
    transform: rotate(-45deg);
    background-color: #CCCCCC;
}
.smartphones_conn .backto-top {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
}
.n-view .box-tarif-head{
    font-size: 22px;
    font-family: 'Vodafone-Rg-Bd';
    margin-bottom: 16px;
}
.n-view .box-n-discount{
    display: flex;
    align-items: center;
    gap: 28px;
}
.n-view .box-n-discount .box-n{
    width: 100%;
    max-width: 64px;
    min-width: 64px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 12px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 4px;
    padding: 6px 0;
    color: #666666;
    position: relative;
}
.n-view .box-n-discount .box-n.b-one{
    color: #E60000;
    border-color: #E60000;
}
.n-view .box-n-discount .box-n.b-one::after{
    content: "=";
    position: absolute;
    top: 50%;
    right: -22px;
    bottom: 0;
    background-color: transparent;
    color: #666666;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    transform: translate(0%, -50%);
}
.n-view .box-n-discount .box-n.b-two::after, .n-view .box-n-discount .box-n.b-three::after{
    content: "+";
    position: absolute;
    top: 50%;
    right: -22px;
    bottom: 0;
    background-color: transparent;
    color: #666666;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 24px;
    transform: translate(0%, -50%);
}
.n-view .box-n-discount .box-n.b-one.after::after, .n-view .box-n-discount .box-n.b-two.after::after, .n-view .box-n-discount .box-n.b-three.after::after{
    content: "";
}
.n-view .box-n-discount .box-n.b-two.l-after::after, .n-view .box-n-discount .box-n.b-three.l-after::after{
    content: "";
}
.n-view .box-n-discount .box-n .price-n{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 19px;
}
.n-view .box-n-discount .box-n.b-two.min-v, .n-view .box-n-discount .box-n.b-two.min-v, .n-view .box-n-discount .box-n.b-two.min-v{
    display: none!important;
}

.n-view .box-n-discount .box-n.b-three.active{
    display: block;
}
.n-view .box-n-discount .box-n.b-three.n-ac, .n-view .box-n-discount .box-n.b-four.n-ac{
    display: none;
}
.n-view .box-n-discount .box-n.b-three.n-ac.active, .n-view .box-n-discount .box-n.b-four.n-ac.active{
    display: block;
}
.n-view .smartphone-x-off.active{
    display: none!important;
}
.n-view .smartphone-x-n{
    display: none;
    cursor: pointer;
}
.n-view .smartphone-x-n.active{
    display: inline-block;
    cursor: pointer;
    margin-left: 16px;
}
.gigamobil-section .flex-wrapper{
    display:flex;
}
.gigamobil-section .flex-item{
    flex: 1;
    padding:40px 24px;
}
.gigamobil-section .flex-item > div{
    cursor:pointer;
    background-color:#F9F9F9;
    padding: 16px;
}
.gigamobil-section .flex-item img{
    height: 80px;
    width: auto; 
    margin: 0 auto;
}
.otelo-section .flex-items{
    margin-top:16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width:440px;
    text-align: center;
    row-gap: 8px;
    column-gap: 8px;
}
.otelo-section .flex-items .flex-item{
    font-family: 'Vodafone-Rg-Bd';
    font-size:19px;
    line-height:1;
    border:1px solid #666666;
    border-radius:4px;
    width:64px;
    color: #666666;
    padding:2px 0;
}
.otelo-section .flex-items .flex-item > div{
    display: flex;
    flex-direction: column;
}
.otelo-section .flex-items .flex-item div div:first-child{
    flex: 1;
}
.otelo-section .flex-items .flex-item div div:not(:first-child){
    font-size:12px;
    /* max-width:52px; */
    flex:1;
}
.calc-info-bold{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 12px;
    line-height: 1.3;
    color: #E60000;
}
.calc-info{
    font-size: 12px;
    line-height: 1.3;
}
.calc-info-green{
    font-size: 12px;
    line-height: 1.3;
    color: #00697C;
    padding-bottom: 8px;
}
.grey-categories{
    padding: 13px;
    background-color: #F4F4F4;
    color: #333333;
    font-size: 16px;
    font-family: 'Vodafone-Rg';
    border-radius: 0;
    width: auto;
    display: inline-block;
    border-top-left-radius: 0;
    position: relative;
    margin-bottom: 20px;
}
.flex-categories-box{
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
#smartphonesSplash .flex-btn-nr{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#smartphonesSplash .flex-btn-nr button.btn.action.renew-btn, #smartphonesSplash .flex-btn-nr button.btn.action{
    max-width: 202px;
    min-width: 202px;
}
#smartphonesSplash .flex-btn-nr a.btn.action.renew-btn, #smartphonesSplash .flex-btn-nr a.btn.action{
    max-width: 202px;
    min-width: 202px;
}
@media only screen and (min-width: 1025px) {
    #smartphonesIntro .second-w{
        width: 50%;
        padding-left: 110px;
    }
}
@media only screen and (max-width: 991px) {
    #smartphonesSplash .smartphone-splash{
        padding: 110px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .mrg-resp-32{
        margin-top: 32px;
    }
    .termin_more{
        background-image: url("/static/img/content/vt_bg_smartphones-promo_resp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #smartphonesIntro{
        background-image: url("/static/img/content/vt_bg_smartphones-promo_resp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0 44px 0;
        color: #ffffff;
    }
    #NSmartphone .one-for-one-bewohner{
        background-image: url('/static/img/content/oneforone-smartphones_extended.jpg');
        background-position: 55%;
        padding: 100px 0 32px 0;
    }
    #smartphonesSplash #smartphonesIntro{
        background-image: url("/static/img/content/vt_bg_smartphones-no-promo_resp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 144px 0 44px 0;
        color: #ffffff;
    }
    #smartphones_section {
        padding: 72px 0 100px 0;
    }
    #smartphones_section .section-smartphones {
        padding: 0 0;
    }   
    #smartphones_section .section-smartphones .table-smartphones {
        display: block;
        width: 100%;
    }
    #smartphones_section .section-smartphones .table-r-smartphones {
        display: block;
        width: 100%;
    }
    #smartphones_section .section-smartphones .table-c-smartphones{
        display: block;
        width: 100%;
    }
    #smartphones_section .grey-box-smartphones {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
    }
    #smartphones_section .section-smartphones {
        margin: 36px 0;
    }
    .smartphones_conn a.btn.action {
        max-width: 320px;
    }
    #smartphonesIntro .first-w p, #smartphonesIntro .first-w .smartphones-btn{
        display: none;
    }
    #smartphonesIntro .first-w p, #smartphonesIntro .first-w .smartphones-btn.sim-on{
        display: inline-block;
    }
    #smartphonesIntro .first-w{
        width: 100%;
        padding-right: 0px;
    }
    #smartphonesIntro .second-w{
        width: 100%;
        padding-left: 0px; 
        text-align: right;
        max-height: 124px;
    }
    #smartphonesIntro .second-w.sim-on{
        display: none;
    }
    #smartphonesIntro .first-w.sim-on h1{
        font-size: 32px;
    }
    #smartphonesIntro .first-w.sim-on p{
        width: 90%;
        display: block;
        font-size: 20px;
    }
    #smartphonesIntro img{
        margin-top: 0;
        max-height: 215px;
        bottom: 2px;
        position: relative;
    }
    #smartphonesIntro h1 {
        font-size: 24px;
    }
    #smartphonesIntro .one-bewohner h1{
        width: 50%;
    }
    #smartphonesIntro .one-bewohner p{
        width: 50%;
        font-size: 16px;
        line-height: 22px;
    }
    #smartphonesIntro .d-flex{
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    #smartphonesSplash .section-smartphone .table-c-smartphones.split-l{
        display: block!important;
    }
    #smartphonesSplash .section-smartphone .table-c-smartphones.split-l, #smartphonesSplash .section-smartphone .table-c-smartphones.split-r{
        width: 100%;
    }
    #smartphonesSplash .section-smartphone .table-c-smartphones{
        display: block;
    }
    #smartphonesSplash.smartphone-v-one .m-smart-box{
        padding-right: 0;
    }
    #smartphonesSplash .section-smartphone .table-c-smartphones.split-r .splashImg_resp{
        display: block!important;
    }
    #smartphonesSplash .flex-one{
        flex: 1;
        padding-left: 0;
        margin-bottom: 32px;
    }
    #smartphonesSplash .flex-one .d-flex{
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    #smartphonesSplash .flex-one .d-flex .box-color-smartphones{
        margin-top: 16px;
    }
    #smartphonesSplash .inklusive-box {
        display: none;
        margin-top: 8px;
    }
    #smartphonesSplash .mrgtb-btn{
        text-align: center;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        padding: 24px 6px;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        z-index: 1;
    }
    #smartphonesSplash a.btn.action{
        margin-right: 6px;
        font-size: 14px;
        max-width: 156px;
        min-width: auto;
    }
    #smartphonesSplash a.btn.action.renew-btn{
        margin-left: 6px;
        font-size: 14px;
        max-width: 156px;
    }
    #smartphonesSplash .flex-btn-nr a.btn.action.renew-btn, #smartphonesSplash .flex-btn-nr a.btn.action{
        max-width: 175px;
        min-width: 175px;
    }
    #smartphonesSplash .flex-btn-nr{
        justify-content: center;
    }
    #smartphonesSplash .inklusive-expand{
        display: inline-block;
    }
    #smartphonesSplash .m-t-price{
        display: none;
        margin: 31px 0 16px 0;
    }
    #smartphonesSplash .smartphone-splash.active{
        padding: 80px 15px;
    }
    .header-box.inactive{
        display: none;
    }
    /* #smartphonesSplash .section-smartphone h2.name-smartphones, .box-color-smartphones .box-color-head, .box-gb-smartphones .box-gb-head, .box-tarif-smartphones .box-tarif-head{
        font-size: 16px;
    } */
    #smartphonesSplash .grey-box-smartphones {
        font-size: 14px;
        font-family: 'Vodafone-Rg-Bd';
        padding: 7px 24px 7px 10px;
    }
    #smartphonesSplash .grey-box-smartphones:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 40px solid #ffffff;
        border-left: 20px solid transparent;
        width: 0;
    }
    #smartphonesSplash .grey-box-voucher {
        font-size: 18px;
        font-family: 'Vodafone-Rg-Bd';
        padding: 7px 10px 7px 24px;
    }
    #smartphonesSplash .grey-box-amazon img{
        height: 34px!important;
    }
    #smartphonesSplash .grey-box-side {
        font-size: 8px;
        font-family: 'Vodafone-Rg-Bd';
        padding: 4px 4px;
    }
    #smartphonesSplash .box-color-smartphones {
        flex: 0;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 575px) {
    #smartphonesSplash .flex-one {
        flex: 1;
        padding-left: 10px;
    }
    #smartphones_section .nav-smartphones br {
        display: block;
    }
    #smartphones_section .more-smartphones br{
        display: block;
    }
    #smartphonesSplash .tarif-in-rbox {
        padding-left: 6px;
    }
}
@media only screen and (max-width: 379px) {
    #smartphonesSplash .c-dcs-price{
        font-size: 40px;
    }
    #smartphonesSplash .top-decimal, #bestellen .top-decimal{
        top: 5px;
    }
    #smartphonesSplash .btm-decimal{
        bottom: 7px;
    }
    .smartphones_conn .grid-container {
        grid-gap: 5px;
    }
    #smartphonesSplash .circle-leftright{
        margin: 0 5px 0 0;
    }
    #smartphonesSplash .option-heading {
        font-size: 14px;
    }
    #smartphonesSplash .price-right.active{
        padding-left: 58px;
    }
}
@media only screen and (max-width: 370px) {
    #smartphonesSplash .price-right.active {
        padding-top: 8px;
        padding-left: 0px;
        display: block;
        float: none;
        clear: both;
    }
    .d-flex.m-smart-box.flex-column {
        justify-content: left !important;
        align-items: baseline !important;
    }
    .n-view .box-n-discount .box-n.b-one::after {
        content: "=";
        position: absolute;
        top: 55%;
        right: -12px;
        bottom: 0;
        background-color: transparent;
        color: #666666;
        font-family: 'Vodafone-Rg-Bd';
        font-size: 16px;
        transform: translate(0%, -50%);
    }
    .n-view .box-n-discount .box-n.b-two::after, .n-view .box-n-discount .box-n.b-three::after {
        content: "+";
        position: absolute;
        top: 55%;
        right: -12px;
        bottom: 0;
        background-color: transparent;
        color: #666666;
        font-family: 'Vodafone-Rg-Bd';
        font-size: 16px;
        transform: translate(0%, -50%);
    }
    .n-view .box-n-discount{
        gap: 16px;
    }
}
@media only screen and (max-width: 350px) {
    #smartphones_section .section-smartphones {
        padding: 0;
    }
    #smartphonesSplash a.btn.action{
        width: auto
    }
    #smartphonesSplash a.btn.action.renew-btn{
        width: auto;
    }
    #smartphonesSplash .otelo-vario-btn a.btn.action{
        max-width: 100%;
        width: 100%;
    }
    #smartphonesSplash .box-default-gb{
        width: 48px;
    }
    #smartphonesSplash .splashSmart_img{
        height: 160px!important;
        margin-right: 8px;
    }
    #smartName{
        font-size: 14px;
    }
    #smartphonesSplash .flex-one{
        padding-left: 0;
    }
    #smartphonesSplash .option-heading {
        font-size: 13px;
    }
    /* #smartphonesSplash .box-default-tarif{
        font-size: 11px;
        padding: 6px;
        margin-right: 4px;
    } */
    .lang-box {
        right: 45px;
    }
    .d-flex.m-smart-box.flex-column {
        justify-content: left !important;
        align-items: baseline !important;
    }
}
@media only screen and (min-width: 768px){
    .phone-tooltip{
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
        position: absolute;
        pointer-events: none;
        top: 45px;
        left: -78px;
        width: 161px;
    }
    .phone-tooltip .tooltip-box{
        padding: 8px;
        text-align: center;
        background-color: #E0E0E0;
        border-radius: 8px;
        position: relative;
    }
    .phone-tooltip .tooltip-box:after {
        content: " ";
        position: absolute;
        left: 50%;
        transform: translate(0, -50%);
        top: -4px;
        border-top: none;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #E0E0E0;
      }
    .phone-hover:hover ~ .phone-tooltip{
        opacity: 1;
    }
}
/* SMARTPHONES NEW DESIGN END */
/* COOKIEE */
#CookieNotification .cookie-popup {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 21px 24px;
    max-width: 440px;
    width: 100%;
}
#CookieNotification .s-head {
    position: relative;
    top: 5px;
    padding-left: 0px;
    font-size: 20px;
    color:#333333;
    font-family: 'Vodafone-Rg-Bd';
}
#CookieNotification .p-top-btm{
    padding: 24px 0;
    font-size:16px;
    padding-bottom:32px;
}
#CookieNotification .p-top-btm a{
}
#CookieNotification .a-links {
    text-align: center;
    color: #8A8A8A;
    font-size: 14px;
    padding-top:24px;
}
.footerlinks {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #8A8A8A;
    font-size: 22px;
}
#CookieNotification .footerlinks {
    font-size: 12px;
    color:#999999;
    font-family: 'Vodafone-Rg-Bd';
}

#CookieNotification .cookie-popup.cookie-new{
    padding: 0;
    max-width: 720px;
}
#CookieNotification .cookie-img{
    max-width: 100%;
    vertical-align: middle;
}
#CookieNotification .cookie-pad{
    padding: 24px;
}
#CookieNotification .cookie-new .p-top-btm {
    padding: 24px 0;
    font-size: 16px;
    padding-bottom: 32px;
    max-height: 200px;
    overflow: auto;
}
#CookieNotification .cookie-new .p-top-btm::-webkit-scrollbar {
    width: 4px;
}

#CookieNotification .cookie-new .p-top-btm::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 12px;
}

#CookieNotification .cookie-new .p-top-btm::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 12px;
}

#CookieNotification .cookie-new .p-top-btm::-webkit-scrollbar-thumb:hover {
    background: #CCCCCC;
}

#CookieNotification input:focus, #CookieNotification input:focus + .span {
    outline: 2px solid #000 !important;
    outline-offset: 2px !important;
    border-radius: 2px !important;
    transition: all 0.2s ease !important;
}

#CookieNotification .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#CookieNotification .footer-link-item {
    display: inline-flex;
    align-items: center;
}
#CookieNotification .footer-link-item:not(:last-child)::after {
    content: "|";
    margin: 0 8px;
    color: #999999;
}
/* COOKIEE END */
/* AMAZON SIM ACTIVATION PAGE */
.validate-page{
    background-color:#fff;
    padding-top:90px;
}
.sim-input-form{
    max-width:320px;
    margin:0 auto;
    padding:72px 0;
}
.sim-input-form.otelo-form{
    max-width:280px;
}
.sim-input-form h1{
    margin-bottom:32px;
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    line-height: 1.2;
}
.sim-input-form h1.error{
    color:#E60000;
}
.sim-input-form h2 {
    margin-bottom:32px;
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
    line-height: 1.2;
}
.sim-input-form h2.error{
    color:#E60000;
}
.sim-input-form p.error{
    font-size: 16px;
    line-height: 1.5;
}
.sim-input-form .input-form{
    position:relative;
}
.sim-input-form .input-form label{
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    margin-top:8px;
}
.sim-input-form .sim-error{
    display:none;
    font-size:12px;
    color:#FDBE68;
    line-height:1.2;
    position:absolute;
    top: 1px;
    right: 0;
    font-family: 'Vodafone-Rg-Bd';
}
.sim-input-form .input-form input{
    width:100%;
    padding:12px 16px;
    border:1px solid #333;
    border-radius:0;
    outline:none;
}
.sim-input-form .input-form input.error-input,
.sim-input-form .input-form input.error-input:focus{
    border-color:#FDBE68;
}
.sim-input-form .input-form input:focus{
    border-color:#00697C;
}
.sim-input-form .ssl_box {
    max-width: 320px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    /*color: #999999;*/
    color: #666666;
    padding-top: 16px;
}
.sim-input-form .click-box{
    display:block;
    margin:0 auto;
    margin-top:32px;
    color:#E60000;
    font-size:16px;
    line-height:1;
    font-family: 'Vodafone-Rg-Bd';
}
.sim-input-form.otelo-form .click-box{
    color:#000;
}
.sim-input-form .click-box span{
    margin-left: 8px;
    width: 16px;
}
#smartphones_section .d-flex.justify-content-center.box-side-group{
    display: grid !important;
    grid-template-areas:
        "mobilfunk internet"
        "mobilfunk amazon";
    align-items: center;
    justify-content: flex-start !important;
}
#smartphones_section .d-flex.justify-content-center.box-side-group.be-side{
    display: flex!important;
    justify-content: center!important;
}
#smartphones_section .box-side-group .mobilfunk{
    grid-area: mobilfunk;
    height: 100%;
}
#smartphones_section .box-side-group .internet{
    grid-area: internet;
}
#smartphones_section .box-side-group .amazon{
    grid-area: amazon;
}
.validate-page-box .box-side-l{
    background-image: url("/static/img/content/vt_bg_smartphones-no-promo.jpg");
    background-position: 55% 62%;
    background-repeat: no-repeat;
    padding: 32px;
    margin-right: 8px;
    border-radius: 8px;
    flex: 1 1 50%;
    background-size: cover;
}
.validate-page-box.otelo-div .box-side-l{
    background-image: none;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,120,0,1) 0%, rgba(250,165,50,1) 100%);
    padding: 24px;
}
.smarttech-back .box-side-l{
    background-image: url("/static/img/content/VT_SmartTech_banner.png");
    background-position: 55% 62%;
    background-repeat: no-repeat;
    padding: 32px;
    margin-right: 8px;
    border-radius: 8px;
    flex: 1 1 50%;
    background-size: cover;
}
.validate-page-box .img-b-sim{
    height: 182px;
}
.validate-page-box .img-b-ean{
    height: 167px;
    width: auto;
}
.validate-page-box.otelo-div .img-b-ean{
    height: 136px;
}
.validate-page-box .head-t-smart{
    padding-top: 50px;
}
.validate-page-box.otelo-div .head-t-smart{
    margin: 0 auto;
    padding-top:16px;
}
.validate-page-box.otelo-div .head-t-smart br{
    display: none;;
}
.validate-page-box .box-side-l.p-box{
    margin-right: 0;
    flex: 0 0 55%;
    border-radius:0;
}
.validate-page-box h1{
    color:#fff;
    font-family: 'Vodafone-Rg-Bd';
    line-height:1.2;
    padding-left: 32px;
}
.validate-page-box.otelo-div h1{
    color:#000;
    line-height: 1;
}
.validate-page-box .box-side-l .flex-col-reverse, .validate-page-box .box-side-r .flex-col-reverse{
    height: 100%;
}
.validate-page-box.otelo-div .box-side-l .flex-col-reverse, .validate-page-box.otelo-div .box-side-r .flex-col-reverse{
    flex-direction: column;
}
.validate-page-box .box-side-r{
    margin-left: 8px;
    border-radius: 8px;
    flex: 1 1 50%;
}
.validate-page-box .box-side-r .right-top{
    background-image: url("/static/img/content/angebote_bg_internet.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    margin-bottom: 16px;
    border-radius: 8px;
    height: auto;
    min-height: 264px;
}
.validate-page-box .box-side-r .right-bottom{
    background: rgb(0,127,149);
    background: linear-gradient(90deg, rgba(0,127,149,1) 0%, rgba(0,176,202,1) 100%);
    padding: 32px;
    border-radius: 8px;
    height: 100%;
    max-height: 264px;
    min-height: 264px;
    overflow: hidden;
}
.validate-page-box .login_mr_tb, .company-flex-l .login_mr_tb{
    margin: 6px 0 24px 0;
    line-height: 1.3;
}
.smart-sim.smart-login{
    padding:72px 0 160px !important;
    background-color:#F4F4F4;
}
.smart-sim.smart-login .smart-flex-faq{
    padding:0;
}
.smart-sim h1{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    line-height: 1.3;
}
.smart-sim h2.title-info {
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    line-height: 1.3;
    padding-bottom: 40px;
    margin-bottom: 48px;
}
.smart-sim span.title{
    font-family: 'Vodafone-Rg-Bd';
    font-size: 32px;
    line-height: 1.3;
}
.smart-login.smart-sim .smart-container-flex{
    padding:0 16px 16px;
}
.smart-sim .sim-panels-box{
    margin-bottom:144px;
}

.smart-sim h1{
    margin-bottom:48px;
}
.smart-sim .sim-panels-items{
    display: flex;
    justify-content: center!important;
    max-width: 948px;
    margin: 0 auto;
    column-gap: 24px;
    /* grid-template-columns: repeat(3, 1fr); */
    flex-wrap: wrap;
}
.smart-sim .sim-panels-item{
    max-width: 300px;
    background-color:#fff;
    padding: 24px 16px;
}
.smart-sim .sim-panels-item img{
    margin-bottom:16px;
}
.smart-sim .sim-panels-item h2,
.smart-sim .sim-panels-item h3{
    font-family: 'Vodafone-Rg-Bd';
    font-size:20px;
    line-height:1.1;
    margin-bottom:16px;
}
.smart-sim .sim-panels-item span.title-activation{
    font-family: 'Vodafone-Rg-Bd';
    font-size:20px;
    line-height:1.1;
    margin-bottom:16px;
    display: block;
}
.smart-sim .sim-panels-item p{
    font-size:16px;
    line-height:1.5;
    padding: 0 8px;
}
.tv-net{
    display: none;
}
.shortcut-links{
    padding: 72px 0;
    text-align: center;
    /*background-color: #f2f2f2;*/
    background-color: #ffffff;
}
.shortcut-links .arrow-svg svg {
    width: 30px;
    height: 15px;
    vertical-align: middle;
    padding: 0 2px;
}
.shortcut-l-head{
    font-size: 20px;
    font-family: 'Vodafone-Rg-Bd';
    color: #333333;
}
.shortcut-l-head.red{
    color: #E60000;
    margin-bottom: 38px;
}
.shortcut-l-box{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 24px;
    text-align: left;
}
.shortcut-l-flex{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 16px;
}
.shortcut-links .shortcut-l-box img.a-right {
    height: 12px;
    vertical-align: middle;
    padding: 0 4px;
}
@media screen and (max-width: 767px) {
    .shortcut-l-box{
        align-items: flex-start;
        flex-direction: column;
        max-width: 188px;
        margin: auto;
    }
    .smart-sim .sim-panels-items{
        max-width: 400px;
        row-gap: 24px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .smart-sim .sim-panels-item {
        max-width: 240px;
    }
    .smart-sim .sim-panels-item p {
        font-size: 14px;
    }
}
.smart-tech-data .panel-items{
    max-width:520px;
    display: flex;
    column-gap: 32px;
    row-gap: 32px;
    flex-wrap: wrap;
}
.smart-tech-data .panel-item{
    max-width:154px;
    min-width:154px;
    padding:16px;
    border: 1px solid #999999;
    border-radius:4px;
    cursor:pointer;
}
.smart-tech-data .panel-item.active{
    border-color:#E60000;
}
.smart-tech-data .panel-item img{
    margin-bottom:16px;
}
.smart-tech-data .panel-item h4{
    font-size:20px;
    line-height:1.1;
    margin-bottom:16px;
    font-family: 'Vodafone-Rg-Bd';
    color:#333333;
}
.smart-tech-data .panel-item p{
    font-size:16px;
    line-height:1.5;
    color:#333333;
}
.amazon-validate.modals-background{
    z-index:10;
}
/* AMAZON SIM ACTIVATION PAGE END */

/* IE INFO BOX */
#ieBox .cookie-popup {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 21px 60px;
    max-width: 440px;
    /* width: 100%; */
}
#ieBox .s-head {
    position: relative;
    top: 5px;
    padding-left: 0px;
    font-size: 20px;
    color:#333333;
    font-family: 'Vodafone-Rg-Bd';
}
#ieBox .p-top-btm{
    padding: 24px 0 32px 0;
    font-size:16px;
}
#ieBox .a-links {
    text-align: center;
    color: #8A8A8A;
    font-size: 14px;
}
.ieBox {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #8A8A8A;
    font-size: 22px;
}
#ieBox .footerlinks {
    font-size: 12px;
    color:#999999;
    font-family: 'Vodafone-Rg-Bd';
}
/* IE INFO BOX END */
@media (max-width: 369.98px) { 
    .validate-page-box .img-b-sim{
        display: none;
    }
    .validate-page-box .resp-f{
        -ms-flex-pack: flex-start!important;
        justify-content: flex-start!important;
    }
 }
 @media (min-width: 370px) and (max-width: 768px) { 
    .validate-page-box .img-b-sim{
        height: 120px;
    }
    .validate-page-box .head-t-smart{
        padding-top: 10px;
    }
    .validate-page-box  h1{
        padding-left:0;
    }
}
.autocomplete-box li{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 8px;
    cursor: pointer;
}
.autocomplete-box li:hover{
    background-color: #E60000;
    color: #ffffff;
}
.eye-svg svg{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.eye-svg {
    position: absolute;
    right: -28px;
    top: 9px;
}
.eye-svg #eye-hide #closed{
    opacity: 1;
}
.eye-svg #eye-hide #opened{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.eye-svg #eye-hide #opened.show{
    opacity: 1;
}
.loader-circe { 
    height: 16px;
    width: 16px;
    color: rgba(1,174,219,0.2);
    position: relative;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    border-right-color: #01AEDB;
    animation: rotate 1s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1.3px;
} 
.loader-circe.ort, .loader-circe.street{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
    display: none;
}
/* Slider */
.slider-container {
    overflow: hidden;
    white-space: nowrap;
}
.slider-container .slider-wrapper {
    width: 100%;
    display: inline-block;
    transition: transform 0.5s ease;
}
.slider-container .slide-n {
    white-space: normal;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.slider-container .checkbox-table{
    width: 100%;
    display: table;
}
.slider-container .checkbox-table.i-tv{
    width: auto;
    float: left;
}
.slider-container .checkbox-table.i-tv{
    width: auto;
    float: left;
}
.slider-container .checkbox-table.auto{
    width: auto;
    float: left;
}
.slider-container .checkbox-row{
    width: 100%;
    display: table-row;
}
.slider-container .checkbox-cell{
    display: table-cell;
    vertical-align: middle;
}
.slider-container label{
    cursor: pointer;
}
.slider-container .checkbox-cell.top{
    display: table-cell;
    vertical-align: top;
}
.checkb.err{
    border: 1px solid #E60000;
    border-radius: 4px;
}
.slider-container .mrgchck-l.top {
    top: 0;
    line-height: 1.5;
    font-size: 16px;
}
.slider-container .padd-table .checkbox-row .checkbox-cell{
    padding-bottom: 15px;
}
.slider-container .d-flex-line{
    margin: 24px 0 8px 0;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.slider-container .d-flex-line.smrg-t{
    margin: 16px 0 0 0;
}
.slider-container #errCheck{
    position: absolute;
    left: 0;
    right: 0;
    color:#E60000;
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
    display: none;
    margin-top: 6px;
}
.loader-circle-vt { 
    height: 16px;
    width: 16px;
    color: rgba(255,255,255,0.2);
    position: relative;
    border: 2px solid;
    border-radius: 50%;
    border-right-color: #ffffff;
    animation: rotate 1s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1.3px;
    display: none;
} 
.loader-circle-vt.add-circ{
    display: inline-block;
}
.loader-circle-vt.reg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
    display: none;
}

.loginGroup .slider-container .mrgt-log-btn{
    margin: 24px 0 0 0;
}
.loginGroup .slider-container .mrgt-log-btn-16, .loginGroup .mrgt-log-btn-16{
    margin: 16px 0 0 0;
}
.loginGroup.mrg-tp .slider-container .mrgt-log-btn-16{
    margin: 24px 0 0 0;
}
.slider-container .d-flex-line .first-l{
    width: 24px;
    height: 4px;
    background: #E60000;
    border-radius: 8px;
}
.slider-container .d-flex-line .second-l{
    width: 24px;
    height: 4px;
    background: #999999;
    border-radius: 8px;
}
.slide, .slide_one {
    overflow: hidden;
}
.slide .img-responsive img.desk-i{
    width: auto;
    height: 100%;
    max-width: none;
}
.slide .img-responsive{
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    max-width: none;
    transition: transform 0.5s ease;
}
#home .promo_landing_b .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    height: 100%;
    max-width: none;
    transition: transform 0.5s ease;
}
.slide .img-responsive.active-l, #home .img-responsive.active-l {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: auto;
    height: 100%;
    max-width: none;
}
.slide .img-responsive.active, #home .img-responsive.active, #kabelcheck .img-responsive.active {
    transition: transform 0.5s ease;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    opacity: 1;
}
.slider_btn_rgb {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
.carousel-circ-5 .slider_btn_rgb {
    transform: none;
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_btn_rgb button{
    border: none;
    color: #E60000;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 17px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
    /* outline: none; */
}
.slider_btn_rgb.left {
    left: 35px;
}
.carousel-circ-5 .slider_btn_rgb.left {
    left: 8px;
}

.slider_btn_rgb.right {
    right: 35px;
}
.carousel-circ-5 .slider_btn_rgb.right {
    right: 8px;
}
.m-smarttech-template .smart-box.promo-s{
    position: relative;
    margin-top: 60px;
}
.promo-stech{
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
}
.promo-stech-b{
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 192px;
}
@media screen and (max-width: 991px) {
    #smartphones_section .d-flex.justify-content-center.box-side-group{
        grid-template-areas:
        "mobilfunk"
        "internet"
        "amazon"!important;
        justify-content: center !important;
    }
    .img-desk-conf {
        display: none;
    }

    .img-resp-conf {
        display: block;
    }

    #confirmation h1.confirmation-title {
        padding-top: 16px;
    }

    .smartphone-boxess {
        margin-right: 4px;
    }
}
@media only screen and (min-width: 768px) {
    #head_nav .konzept:focus-within .expand-box,
    #head_nav .dropdown-toggle:focus ~ .expand-box,
    #head_nav .expand-box:focus-within {
        height: auto !important;
        overflow: visible !important;
        
        z-index: 100 !important;
    }
    #footer .row-flex{
        flex-wrap: nowrap!important;
        white-space: nowrap;
    }
    #footer .p-footer{
        padding-right: 48px;
    }
    #footer .row-flex div:last-child {
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
    #footer .p-footer{
        padding-right: 32px;
    }
}
@media only screen and (max-width: 444px) {
    .box-tarif .box-default-tarif:last-child{
        margin-top: 24px;
    }
    #smartphonesSplash .box-tarif .box-default-tarif:last-child{
        margin-top: 0;
    }
    #smartphonesSplash .box-tarif .box-default-tarif.box-default-tarif-internet:last-child{
        margin-top: 24px;
    }
}
#smartphonesSplash .box-tarif .box-default-tarif.box-default-tarif-internet:last-child{
    margin-top: 24px;
}
#smartphonesSplash.cable_conn .box-tarif .box-default-tarif.box-default-tarif-internet:last-child{
    margin-top: 0;
}
div[class*="fmPhoneModel"]{
    overflow: hidden;
    max-width: 163px;
}
.konzept {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    cursor: pointer;
}
.konzept .expand-box {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 24px;
    left: -25px;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px #00000029;
    -moz-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    padding: unset;
}
.konzept .expand-box a{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: block;
    margin: 0 0 8px 0!important;
    text-decoration: none;
}
.konzept .expand-box a:hover{
    color: #E60000;
}
.konzept:hover .expand-box {
    width: 80%;
    height: auto;
    overflow: auto;
    padding: 16px;
}

.smart-tech-box{
    margin: 24px 0 16px 0;
    padding: 5px 12px;
    background-color: #00697C;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Vodafone-Rg-Bd';
}

/* ACCESSIBILITY */
.navi-btn:focus + .navigation-btn {
  outline: 2px solid #000; 
  outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.price-wrapper {
    display: flex;
    align-items: baseline;
}
#bestellen input:focus, #bestellen .input-field:focus, #bestellen .input-select:focus {
    outline: none; /* Прво го отстрануваме стандардниот outline */
    border-color: #000000; /* Боја на црна */
}

/* За да се осигурате дека пристапноста е добра, исто така додадете и стил за клавијатурна навигација */
#bestellen input:focus-visible, 
#bestellen .input-field:focus-visible, 
#bestellen .input-select:focus-visible {
    outline: 1px solid #000000; /* Јасен outline за клавијатурна навигација */
    outline-offset: 1px;
}

/* За радио копчињата и чекбоксовите, кои имаат различна структура */
#bestellen input[type="radio"]:focus + .span,
#bestellen input[type="checkbox"]:focus + .span {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
}
.error-message {
    display: none;
    position: absolute;
    font-size: 12px;
    color: #e60000;
    font-family: 'Vodafone-Rg';
    white-space: nowrap; 
    width: auto;
    z-index: 10;
}
.error-message.visible {
    display: block !important;
}
.lan {
    cursor: pointer;
    color: #666666;
    padding: 2px 4px;
    border: none;
    background: transparent;
    font-family: 'Vodafone-Rg-Bd';
    font-size: 14px;
}

.lan.active {
    color: #E60000;
}