/********************************************
 * Global
 ********************************************/

 :root {
    --grey: #fafafa;
  }
  

/****** STUFF ******/

.btn {
  white-space: unset;
}

@media (max-width: 767px) {
    .nso-content-block .btn {
      width: 90%;
      transform: translateX(-50%);
      left: 50%;
      position: relative;
    } 
    .nso-content-block .text-right {
      text-align: unset;
    }
    .col-md-6.col-xs-12 .text-right p a {
      margin-top: 10px;
    }
  }

.nso-content-wrapper {
    background-color: #fff;
}

.nso-content-wrapper .row.content-container {
    background-color: transparent;
}

.content-container {
    clear: both;
}

hr.nso-divider-dotted {
    border-top: 1px dotted #000;
}

.btn {
    white-space: inherit;
}

.btn.big {
    padding: 12px 18px;
}

.nso-content-wrapper ul  {
    border-spacing: 10px;
}
.nso-content-wrapper li  {
    letter-spacing: .1px;
    left: 0!important;
}
/****** HEADLINES ******/


/* Border */

.nso-headline-border {
    padding: 0;
    margin: 80px 0 40px 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.nso-headline-border > div {
    padding: 0;
}

.nso-headline-border h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 32px 0;
    float: left;
    position: relative;
}

.nso-headline-border h2:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #e60012;
}


/* Background */

.nso-bg-red {
    background-color: #e60012;
    padding: 20px 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
    border: none;
}

.nso-bg-white {
    background-color: #fff;
}

.nso-bg-red .content {
    z-index: 2;
}

.nso-bg-red .content h3,
.nso-bg-red .content h4,
.nso-bg-red .content p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.nso-bg-red .content h3 {
    font-size: 1.4em;
}

.nso-bg-red .content h4 {
    font-size: 1em;
}

.nso-bg-red-arrow-down:after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #e60012;
    z-index: 1;
}

.nso-bg-red-arrow-right:after{
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #e60012;
    z-index: 1;
}

@media(min-width:768px) {

    .nso-bg-red-arrow-right {
        padding: 90px 0 0;
        min-height: 220px;
    }

    .nso-bg-red-arrow-right:after {
        right: 0;
        bottom: 40%;
        left: auto;
    }
}



/****** MODALS ******/


.nso-modal .modal-x {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -8px;
    cursor: pointer;
}

.nso-modal .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.nso-modal .modal-body {
    padding: 2em 4em;
}

.nso-modal .modal-body .row.content-container,
.nso-modal .modal-body .row.content-container:first-of-type {
    margin: 0;
    border-radius: 0;
}

.nso-modal .modal-body .row.content-container div[class^="col-"] {
    width: 100%;
    float: none;
    margin-left: 0;
}

.nso-modal .modal-body .row.content-container p,
.nso-modal .modal-body .row.content-container li {
    font-size: 16px;
    color: #666;
}

.nso-modal .modal-body .row.content-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nso-modal .modal-body .row.content-container ul li {
    position: relative;
}

.nso-modal .modal-body .row.content-container ul li:before {
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    top: 0.5em;
    left: -1em;
    background-color: #9a9a9a;
    border-radius: 100%;
}

.nso-modal .modal-body h3 {
    margin-top: 0;
    margin-bottom: 2em;
    padding-bottom: 1em;
    font-size: 26px;
    text-align: center;
    color: #8c8c8c;
    border-bottom: 4px solid #8c8c8c;
}



/****** HEADER ******/


/* Column-Fix */

#nso-header .nso-header-wrapper {
    margin: 0 auto;
}

#nso-header .nso-header-wrapper .container-fluid {
    padding: 0;
    margin: 0;
}

#nso-header .nso-header-wrapper .nso-header-image .row {
    margin: 0;
}

#nso-header .nso-header-wrapper .nso-header-image .row > div {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* Logo */

#nso-header #nso-header-online-logo {
    padding: 0 50px;
    margin: 5vw auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 478px) {
    #nso-header #nso-header-online-logo {
        margin: 10vw auto 10vw auto;
    }
}

@media (min-width: 768px) {
    #nso-header .nso-shadow {
        margin-bottom: -20px;
    }

    #nso-header #nso-header-online-logo {
        margin: 80px auto;
        background-size: auto;
        width: 100%;
    }
}


/* Navigation */

#nso-header .nso-shadow {
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
}

#nso-header .nso-header-image img  {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

#nso-header nav {
    border: none;
    border-radius: 0;
    margin: 0 -5px;
    z-index: 999;
    text-align: center;
}

#nso-header nav a {
    color: #000;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 30px 0;
}

#nso-header nav a span {
    position: relative;
}

#nso-header nav a span:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -10px;
    height: 3px;
    width: 0;
    background-color: #e60012;
    transition: all 0.25s ease-in-out;
}

#nso-page-service .nso-header-nav-service span:after,
#nso-page-pricing .nso-header-nav-pricing span:after,
#nso-page-faq .nso-header-nav-faq span:after,
#nso-header nav a:hover span:after,
#nso-header nav a:focus span:after {
    left: -10px;
    right: -10px;
    width: auto;
}

@media (max-width: 479px) {
    #nso-header nav.navbar-default.nso-shadow > div {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 1024px) {
    #nso-header nav.navbar-default.nso-shadow > div a {
        font-size: 13px;
        padding: 20px 0;
    }
}


/* Headline */

#nso-header .image-text h2 {
    font-size: 1.3em;
    margin: 35px 0 0 0;
    font-weight: 700;
    color: #fff;
    border-left: 8px solid #fff;
    padding: 0.5em 0 0.5em 1em;
}

#nso-header .text_w_image_right {
    width: 100%;
    max-width: 80px;
    height: auto;
    float: right;
}

@media (max-width: 1024px) {

    #nso-header .image-text h2 {
        font-size: 1em;
    }

    #nso-header .text_w_image_right {
        max-width: 60px;
    }
}



/*.media .text_w_image_left,
.media .text_w_image_right {
    margin-top: 0;
    margin-bottom: 25px;
}*/




/* GLOBAL */
/*.col-xs-12.col-md-8.col-lg-9 hr {*/
/*    margin-top: 42px;*/
/*    margin-bottom: 62px;*/
/*}*/
.col-sm-5 .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin-left: 0;
}
/* Header */
.bg-red {
    background-color: #e60012 !important;
}
/* Header Neu CSS */
.switch-hardware-hero-section {
    display: table;
    width: 100%;
    margin-bottom: 72px;
}
.switch-hardware-hero-section .switch-logo{
    margin: 6rem auto 9rem;
}
.switch-hardware-hero-section .row.content-container{
    width: 100%;

}
.switch-hardware-hero-section .row.content-container {
    background-color: transparent !important;
}
.switch-hardware-hero-section .row.content-container .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin-left: 0;
}
.switch-hardware-hero-image {
    width: 90%;
    height: auto;
}
.switch-hardware-hero-section .hero-headline h2 {
    color:#fff !important;
    border-left: 5px solid #fff;
    padding: 0.5em 0 0.5em 1em !important;
}
.switch-hardware-hero-section .hero-headline img {
    text-align: right;
    height: 80px;
    width: auto;
    float:right;
}
/* Header Navigation */
.switch-hardware-hero-section .hero-navigation {
    position: absolute;
    background-color: #fff;
    z-index: 10000;
    width: 100%;
    top: -3em;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
}
.switch-hardware-hero-section .hero-navigation .col-xs-12.content {
    margin-bottom: 0;
}
.switch-hardware-hero-section .hero-navigation ul {
    margin: 0;
}
.switch-hardware-hero-section .hero-navigation ul li {
    float: left;
    display: block;
    width: 33.333%;
    text-align: center;
    margin-left: 0 !important;
}
.switch-hardware-hero-section .hero-navigation ul li a {
    color: #000;
}
.switch-hardware-hero-section .hero-navigation ul li:before {
    content: none !important;
}
/* Ende Header Navigation */
/* Ende Header Neu CSS */

/* Footer Navigation */
.row.content-container.nso-footer-navigation.bg-red {
    padding: 3rem 0;
    margin-top: 4rem;
}
.row.nso-footer-container {
    width: 90%;
    margin: 0 auto;
}
.nso-footer-navigation .col-sm-2 {
    width: 20%;
}
.nso-footer-navigation .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin-left: 0;
}
.nso-footer-navigation .col-sm-2 .nso-footer-navigation-item {
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
    min-height: 220px;
    border-color: transparent;
    border-bottom: 5px solid;
    display: flex; /* bk/8/2021 */
    flex-direction: column; /* bk/8/2021 */
    justify-content: center; /* bk/8/2021 */
}

#nso-page-online-play .nso-footer-navigation-item.online-play,
#nso-page-entertainment-system .nso-footer-navigation-item.entertainment-system,
#nso-page-data-cloud .nso-footer-navigation-item.data-cloud,
#nso-page-smartphone-app .nso-footer-navigation-item.smartphone-app,
#nso-page-exclusive-offers .nso-footer-navigation-item.exclusive-offers {
    border-bottom: 5px solid #fff;
}

.nso-footer-navigation .col-sm-2 .nso-footer-navigation-item:hover {
    border-bottom: 5px solid #fff;
}
.nso-footer-navigation .col-sm-2 .content-container {
    background-color: #e60012 !important;
    margin:0;
}
.nso-footer-navigation .col-sm-2 .nso-footer-navigation-item p {
    color: #fff ;
}
.nso-footer-navigation-item img {
    width: 85%;
    height: auto;
}
.nso-footer-navigation-item p {
    margin: -30px 0 0 0 !important;
    font-size: 14px !important;
}


/* Ende Footer Navigation */

/* Headlines */
.col-xs-12.col-md-8.col-lg-9 h2 {
    font-size: 1.3em;
    /*margin: 35px 0 0 0;*/
    margin: 20px 0 0;
    padding: 0;
    color: #333;
    font-weight: 700;
    line-height: 1.139;
}
.col-xs-12.col-md-8.col-lg-9 h3 {
    color: #8c8c8c;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.139;
    margin: 0;
    padding: 0;
}

.headline {
    zoom: 1;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.headline > div {
    padding: 0;
}

.headline-main {
    margin: 80px 0 40px 0;
}

.headline h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 32px 0;
    float: left;
    position: relative;
}

.headline h2:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #e60012;
}

.headline .content h3,
.headline .content h4 {
    padding: 0;
    margin: 0;
}

.headline .content {
    z-index: 5;
}

hr.dotted {
    border-top: 1px dotted #000;
}




/* Voucher Section Price */
.nso-members-voucher.price {
    padding-top: 5em;
}
.nso-members-voucher.arrow {
    margin: 3rem auto 6rem;
}
.nso-members-voucher.price h4 {
    font-size: 1.75em;
    font-weight: bold;
    color: #3d3d3d;
}
.nso-members-voucher hr {
    border: 2px solid #3d3d3d;
}

.nso-column.nso-column-right {
    float: right;
    display: block;
    width: 49%;
}

.nso-column.nso-column-left {
    float: left;
    display: block;
    width: 49%;
}


/* NSO */

.nso-members-voucher .row-voucher-price {
    display: flex;
    height: 100%;
}
.nso-members-voucher .row-voucher-price h4 {
    font-size: 1.75em;
    font-weight: bold;
    color: #3d3d3d;
}
.nso-members-voucher .row-voucher-price .col-sm-2 .content-container,
.nso-members-voucher .row-voucher-price .col-sm-2 .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2,
.nso-members-voucher .row-voucher-price .col-sm-2 .row-content,
.nso-members-voucher .row-voucher-price .col-sm-2 .col-img-centered {
    height: 100%;
}
.nso-members-voucher .row-voucher-price .col-sm-2 .col-img-centered img {
    top: 30%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
    position: absolute;
}
.nso-members-voucher .col-sm-2  .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin-left: 0;
}
.nso-members-voucher .price-headline h2 {
    margin-top: 3em !important;
    font-size: 1.75em !important;
}
.nso-members-voucher.button h2 {
    margin-top: 0 !important;
}

/* Voucher */
.nso-members-voucher-action .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2 {
    width: 100%;
    margin-left: 0;
}
.nso-members-voucher-action {
    padding: 3rem 0 0;
}
.nso-members-voucher-action .nso-icon {
    max-width: 30px;
    height: auto;
    margin-top: 150%;
}

.nso-members-voucher-action .nso-icon.arrow {
    margin-top: 0;
}


@media(min-width: 960px) {

    .nso-members-voucher-action img.arrow {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .nso-members-voucher-action .nso-icon,
    .nso-members-voucher-action .nso-icon.arrow {
        margin-top: 200%;
    }

    .nso-gamevoucher-ticket {
        padding: 11% 0;
    }


}

/* ---- Responsive ---- */

@media(max-width:1600px) {

    /* Footer Navigation */
    .row.nso-footer-container {
        width: 100%;
        margin: 0 auto;
    }
}
@media(max-width:767px) {

    /* Footer Navigation 1279px*/
    .row.nso-footer-container {
        width: 90%;
        margin: 0 auto;
    }

    .row.nso-footer-container .col-sm-2{
        width: 100%;
    }
    .nso-footer-navigation-item img {
        width: 90px;
        height: auto;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .nso-footer-navigation .col-sm-2 .nso-footer-navigation-item {
        min-height: 110px;
    }
    .nso-footer-navigation-item p {
        margin: 30px 0 0 130px !important;
    }
    .nso-footer-navigation-item .col-xs-12.content.text-center {
        text-align: left !important;
    }


}

@media (max-width: 599px){
    .nso-footer-navigation-item img {
        width: 60px;
        height: auto;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .nso-footer-navigation-item p {
        margin: 10px 0 0 80px !important;
    }
    .nso-footer-navigation .col-sm-2 .nso-footer-navigation-item {
        min-height: 70px;
    }
}


/**** UPDATE 8/2021 *****/

.nso-header-wrapper .media img {
    position: absolute;
    max-width: 70px;
    transform: translate(-21px,-50%);
    top: 66%;    
}
.nso-header-wrapper .media h2 {
    max-width: 73%;
}




.nso-content-block {
    padding: 50px 0;
    background: var(--grey);
    margin-top: 40px;
  }


  .nso-content-block__inner--content {
    width: 80%;
    top: -50px;
    margin: 0 auto;
    margin-bottom: -100px;
    max-width: 1200px;
    position: relative;
  }
  
  @media(max-width: 1440px) {
    .nso-content-block__inner--content {
        width: 90%
    }
  }
  
  .nso-content-block__inner--content-split {
    width: 100%;
  }
  
  .nso-content-block__inner--content > div.row.content-container > div,
  .nso-overview-btn > div {
    padding: 0
  }
  
  .nso-overview-btn {
    padding-top: 10px;
  }
  
  .nso-content-block__inner--content-top > div {
    margin-bottom: 0 !important;
  }
  .nso-content-block__inner--content-top > div > div {
    background: #FFFFFF;
  }
  .nso-content-block__inner--content-top h2 {
    color: #E60012;
    margin-top: 20px;
  }
  .nso-content-block__inner--content-bottom > div > div {
    background: #E60012;
  }
  .nso-content-block__inner--content-bottom p {
    color: #FFFFFF;
  }
  
  .nso-content-block__inner--content-split .nso-content-block__inner--content-top {
    background: #FFFFFF;
  }
  
  
  .nso-content-block__inner--content-split .nso-content-block__inner--content-bottom {
    background: #E60012;
    padding: 3px;
  }

  .img-mx-width250 {
    max-width: 250px
  }
  
  .m0a {
    margin: 0 auto;
  }
  
  .bg-cover {
    background-size: cover!important; 
  }

  .head-height {
    height: 100px
  }
  .box-height {
  height: 350px  
  }
  
  @media (max-width: 960px) {
    .head-height {
        height: unset
    }
    .box-height {
      height: unset 
    }
  }

.nso-hero-header {
    background: #E60012;
    padding: 2em 0 0;
  }
  
  .nso-page-headline h2 {
    margin-top: 0
  }

  .nso-hero-header .image-text h2 {
    font-size: 1.3em;
    margin: 35px 0 0 0;
    font-weight: 700;
    color: #fff;
    border-left: 8px solid #fff;
    padding: 0.5em 0 0.5em 1em;
  }
  
  .nso-hero-header .text_w_image_right {
    width: 100%;
    max-width: 100px;
    height: auto;
    float: right;
  }
  
  @media (max-width: 887px) {
    .nso-hero-header .image-text h2 { 
      margin-top: 0; /* font-size: 1em; */
    } 
    .nso-hero-header .text_w_image_right {
        max-width: 70px;
    }
  }


  #nso-header-online-logo {
      margin: 0 auto;
      padding-bottom: 0.5em
  }

.no-game-trials-notice {
    background: #E60012;
    padding: 30px 0;
}

.no-game-trials-notice p {
    color: #FFFFFF;
    margin-bottom: 0!important;
}

.no-game-trials-notice > div {
    margin-bottom: 0;
}


.divider {
    width: 100%;
    height: 2px;
    background: #e6e6e6;
}

.media img {
    width: 400px;
}

.game-voucher .media img {
    width: 300px;
    margin: 0 auto;
}
.btn-line {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.btn-line a:first-of-type {
    margin-right: 10px;
}

.controllers-btn {
    padding: 30px 0;
    background: #EBEBEB;
    display: flex;
    justify-content: space-evenly;   
}

.mt-20 {
    margin-top: 20px
}
.mt-40 {
    margin-top: 40px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-40 {
    margin-bottom: 40px
}

/**** UPDATE 2/2022 *****/

.missions-img {
	margin: auto;
}
	