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


/* 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-smartphoneapp .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 */

/***** 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;
    }
}


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

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

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

.nso-content-wrapper p {
    margin: 0.5em 0;
    color: #3d3d3d;
    letter-spacing: .1px;
    font-size: 100%;
}

.nso-content-wrapper em {
    font-family: "proxima-nova-condensed",Helvetica,Arial,sans-serif;
}

.content-container {
    clear: both;
}

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

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



/****** 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;
    }
}

/****** 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;
    }
}



/********************************************
 * Site specific
 ********************************************/

/* Headlines */

#nso-page-data-cloud h2 {
    font-size: 1.3em;
    margin: 20px 0 0;
    padding: 0;
    color: #333;
    font-weight: 700;
    line-height: 1.139;
}

#nso-page-data-cloud .nso-savedatacloud-section-wrapper h2 {
	font-size: 1.3em;
	margin-top: 0;
    padding: 5px 0 5px 10px;
    color: #8c8c8c;
    font-weight: 700;
    line-height: 1.139;
	border-left: 6px solid #e60012;
}

/* Dave Data Cloud Section */

.nso-savedatacloud-section-wrapper {
	background-color: #f2f2f2;
	padding: 30px 0;
	margin-bottom: 50px;
}

.nso-savedatacloud-section-wrapper hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.nso-savedatacloud-section-wrapper .row.content-container {
	margin: 0;
}

.nso-savedatacloud-section-wrapper .row > div {
    margin-left: 0;
	margin-bottom: 0;
    width: 100%;
}

.nso-savedatacloud-section-wrapper .row > div .media {
	position: relative;
}

.nso-savedatacloud-section-wrapper .row > div .media > div {
    margin: 0;
}

@media (max-width: 480px){
	.nso-savedatacloud-section-wrapper .row > div .media .txt-img-lg-5{
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.nso-savedatacloud-section-wrapper .row > div .media .txt-img-lg-5{
		width: 41.6666667%;
    	display: inline-block;
    	float: left;
    	padding-right: 20px;
	}
	
	.nso-savedatacloud-section-wrapper .row > div .media .media-body.image-text > div {
		width: 58%;
    	display: inline-block;
	}
	
}

@media (max-width: 767px){
	.nso-savedatacloud-section-wrapper .row > div .media .txt-img-lg-5{
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.nso-savedatacloud-section-wrapper {
		padding: 30px;
	}
	.nso-savedatacloud-section-wrapper .row > div {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.nso-savedata-text-image-wrapper .row > div .media .media-body {
		position: absolute;
   		width: 60%;
    	top: 20%;
	}
}


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

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