.dn-topnav {
    overflow: hidden;
    padding:20px 15px 20px 15px;
}
.dn-topnav > div {
    display: inline-block;
}
.dn-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.dn-primary-background {
    background-color: #fbc02d;
}
.dn-logo, .dn-logo:hover {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}
.dn-nav-wrapper {
    margin-top: 5px;
}
.dn-logo-wrapper .mobile-nav-icon {
    display: none;
}
.dn-nav-wrapper a:not(:last-child) {
    margin-right: 40px;
}
.dn-nav-wrapper a {
    font-size: 16px;
    color: #000000;
    position: relative;
}

.dn-nav-wrapper a:after 
{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: red;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
}

.dn-nav-wrapper a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}



.dn-nav-wrapper a:hover {
    text-decoration: none;
}

.dn-nav-wrapper a.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.mobile-nav-icon i {
    font-size: 25px;
}

.dn-product-wrapper
{
    cursor: pointer;
    transition-duration: 800ms;
}
.dn-product-wrapper:hover
{
    box-shadow: 0px 0px 43px -15px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 43px -15px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 43px -15px rgba(0,0,0,0.7);
    transition-duration: 800ms;
}

@media screen and (max-width: 425px) and (min-width:319px) {
    .dn-product-wrapper img {
        max-height: 281px;
    }
    .dn-product-wrapper div {
        /* left: 30% !important; */
    }
    .dn-product-wrapper {
        border-radius: 36px !important;
        height: 775px !important;
    }
}
@media screen and (max-width: 425px) {
    .dn-logo img {
        width: 200px !important;
    }
	#jssor_1 {
	    width: 278px !important;
	}
	/* .modals {
		min-height: 700px !important;
		width: 400px;
    } */
    /* .left-modal img {
        float: inherit !important;
        max-height: 220px !important;
        margin-bottom: 50px;
    }
    .left-modal {
        width: 345px !important;
    } */
    /* .modals {
        width: 400px !important;
        margin-top: 70px !important;
    } */
    .dn-topnav > div {
        display: inline-block !important;
    }
    .dn-topnav > div {
        display: inline-block !important;
    }
    .dn-nav-wrapper a {
        display: none;
    }
    .dn-nav-wrapper a.active {
        border: none;
    }
    .dn-nav-wrapper a:hover {
        border: none;
    }
    .dn-logo-wrapper a.mobile-nav-icon {
        float: right;
        display: block;
        margin-top: 23px;
        color: #000000;
        width: 0%;
    }
    .dn-nav-wrapper.dn-responsive {
        position: relative;
        width: 100%;
        background: #ffffff;
        margin-top: 20px;
    }
    .dn-nav-wrapper.dn-responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 10px;
        margin-right: 0px;
    }
    .dn-nav-wrapper.dn-responsive a:not(:last-child){
        border-bottom: 1px solid #95999c;
    }
    .dn-nav-wrapper.dn-responsive a:hover {
        background: #ffe8a1;
    }
    .dn-topnav > div {
        display: block;

    }
    .dn-logo {
        margin-right: 78px;
    }
}
@media screen and (max-width:767px) and (min-width:320px){
    .dn-nav-wrapper a {
        display: none;
    }
    .dn-nav-wrapper a.active {
        border: none;
    }
    .dn-nav-wrapper a:hover {
        border: none;
    }
    .dn-logo-wrapper a.mobile-nav-icon {
        float: right;
        display: block;
        margin-top: 20px;
        color: #000000;
    }
    .dn-nav-wrapper.dn-responsive {
        position: relative;
        width: 100%;
        background: #ffffff;
        margin-top: 20px;
    }
    .dn-nav-wrapper.dn-responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 10px;
        margin-right: 0px;
    }
    .dn-nav-wrapper.dn-responsive a:not(:last-child){
        border-bottom: 1px solid #95999c;
    }
    .dn-nav-wrapper.dn-responsive a:hover {
        background: #ffe8a1;
    }
    .dn-topnav > div {
        display: block;

    }
    a.dn-logo img {
        width: 185px !important;
        margin-right: 20px;
    }
}
@media screen and (max-width: 320px) {
	#jssor_1 {
	    width: 200px !important;
	}
	/* .modals {
		min-height: 700px !important;
		width: 280px !important;
    	}
    	.right-modal p {
	    font-size: 10px;
	} */
	.right-modal img {
	    max-height: 20px;
    	}
    	.left-modal {
	    float: inherit;
	    width: 200px;
	}
	.left-modal img {
 		max-height: 100px;
 	}
 	.next-modal {
	    right: 28px;
	}
	.back-modal {
	    left: 22px;
    }
    a.dn-logo img {
        margin: 0px;
    }
    .dn-logo-wrapper a.mobile-nav-icon {
        float: right;
        display: block;
        margin-top: 20px;
        color: #000000;
        margin-right: 20px;
    }
    .dn-topnav > div {
        display: block;
    }
    .dn-second-description {
        overflow: hidden;
    }
    .dn-second-description span::before {
        content: '';
        height: 14px !important;
        font-weight: bold;
        background-image: url(../img/homepage/tick_vorteile.png);
        margin-left: -29px;
        background-size: 15px !important;
        position: absolute;
        width: 23px !important;
        background-repeat: no-repeat;
    }
    .dn-second-description span {
        text-transform: uppercase;
        color: #fff;
        display: block;
        font-size: 10px;
        margin-bottom: 20px;
        margin-left: 25px;
    }
   }
@media screen and (max-width: 900px) and (min-width: 768px) {
    
    #jssor_1{
        width: 600px !important;
    }
    /* .modals {
        min-height: 700px !important;
        width: 600px !important;
    } */
    .cross-modal {
        top: 20px !important;
        right: 75px !important;
    }
    .left-modal img {
        margin-bottom: 20px !important;
    }
    .slidersection h2 {
        font-size: 22px !important;
    }
    
}




/* Mavic 2 Advanced Bilder*/




@media screen and (min-width: 900px){
    section.hero-section {
        background: url("../img/homepage/hero-bg-m300.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-index-hero {
        padding-top: 600px;
    }
    .dn-mobile-h3 {
        font-size: 1.75rem;
    }
    
}
@media screen and (max-width: 900px) and (min-width: 550px){
    section.hero-section {
        background: url("../img/homepage/mobile-bg-m300.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-index-hero {
        padding-top: 450px;
    }
    .dn-mobile-h3 {
        font-size: 1.75rem;
    }
    
}
@media screen and (max-width: 550px) and (min-width: 400px){
    section.hero-section {
        background: url("../img/homepage/mobile-bg-m300.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-index-hero {
        padding-top: 270px;
    }
    
}
@media screen and (max-width: 400px) {
    section.hero-section {
        background: url("../img/homepage/mobile-bg-m300.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-index-hero {
        padding-top: 230px;
    }
}

section.first {
    background: #fbc02d;
    padding: 20px 20px 20px 20px;
}
section.footer {
    padding: 30px 20px 20px 20px;
    background: #fbc02d;
}
section.second {
    padding: 50px 30px 50px 30px;
    background: #000;
}
section.third {
    padding: 30px 20px 60px 20px;
    background: #000000;
}
section.fourth {
    background: #fbc02d;
    padding: 30px 20px 30px 20px;
}
section.fifth {
    background: #ffffff;
    padding: 40px 20px 20px 30px;
}
section.sixth {
    background: #fbc02d;
    padding: 50px 20px 35px 20px;
}
section.sub-footer {
    background: #000000;
    padding: 60px 20px 60px 20px;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary,body > section.sub-footer > div > div > div:nth-child(2) > div:nth-child(2) > div > h4 > a
{
    position: relative;
    text-decoration: none !important;
}
 
.sub-footer > div > div > div:nth-child(1) .dn-primary:after,body > section.sub-footer > div > div > div:nth-child(2) > div:nth-child(2) > div > h4 > a::after
{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fbc02d;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary:hover,body > section.sub-footer > div > div > div:nth-child(2) > div:nth-child(2) > div > h4 > a:hover
{
    color: #ffbd16;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary:hover:after,body > section.sub-footer > div > div > div:nth-child(2) > div:nth-child(2) > div > h4 > a:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-product-bottom
{
    transition-duration: 300ms;
    text-decoration: none !important;
}

.btn-product-bottom:hover
{
    transform: scale(1.1);
}

section.seventh {
    background: #ffffff;
    padding: 50px 20px 80px 20px;
}
.dn-hero h1 {
    color: #fbc02d;
}
.dn-hero {
    max-width: 900px;
    padding: 0 20px 0 20px;
}
.dn-hero .btn-outline-danger:first-child {
    margin-right: 20px;
}
.btn-danger:hover {
    color: #000;
}
.dn-hero img:hover {
    transform: scale(1.2);
}
.dn-primary {
    color: #fbc02d;
}
.dn-primary-title {
    font-size: 18px;
}
.dn-second-description {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0 10px 0;
    border: 2px solid #212529;
}
.dn-second-description span:not(:last-child){
    /*padding-right: 30px;*/
}
.dn-second-description span {
    text-transform: uppercase;
    color: #fff;
}
.dn-second-description span::before {
    content: '';
    height: 30px;
    font-weight: bold;
    background-image: url(../img/homepage/tick_vorteile.png);
    margin-left: -29px;
    background-size: 20px;
    position: absolute;
    width: 38px;
    background-repeat: no-repeat;
}
.dn-second-description span:not(:last-child):after {
    content: "";
    padding: 20px;
}
@media screen and (max-width: 530px) {
    .dn-hero .btn-outline-danger:first-child {
        margin-right: 0;
    }
    .dn-hero .btn-outline-danger {
        margin-top: 20px;
    }
}
.dn-social-icons img {
    width: 30px;
}
.dn-social-icons {
    display: flex;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    padding-top: 20px;
}
.dn-container-80 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.third-img img {
    width: 100%;
}
.third-img {
    padding:15px;
}
.dn-over-img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fourth .dn-container .row .col-md-3, .fourth .dn-container .row .col-md-4 {
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.fourth .dn-container .row .col-md-3 img, .fourth .dn-container .row .col-md-4 img {
    width: 100%;
}
.fourth .dn-container .row .col-md-3 .dn-product-wrapper, .fourth .dn-container .row .col-md-4 .dn-product-wrapper {
    margin: 0 31px 35px 35px;
    background: #ffffff;
}
.dn-product-badge {
    width: 173px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #dc0000;
    color: #ffffff;
    padding: 10px 7px 10px 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}
.dn-product-wrapper img {
    max-height: 281px;
}
.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul, .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul {
    padding-top: 20px;
    list-style: none;

}
.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li, .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
    padding-top: 10px;
    line-height: 1.2;
    font-size: 13px;
    width: 90%;
}
.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li:before, .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li:before {
    content: '';
    height: 20px;
    font-weight: bold;
    background-image: url(../img/check-circle.svg);
    margin-left: -30px;
    position: absolute;
    background-size: 18px;
    width: 20px;
    background-repeat: no-repeat;
}
.dn-product-wrapper .btn {
    border-radius:0.7rem;
    background-color: #dc0000;
    border-color: #dc0000;
    font-weight: bold;
    font-size: 17px;
    padding: 6px 20px;
}
.dn-product-wrapper span {
    display: block;
    padding-left:20px;
    padding-right:20px;
    font-size: 10px;
    text-align: center;
    padding-bottom:20px;
    color: #9a9a9a;
}
.drohne-img-bottom {
    position: absolute !important;
    overflow: hidden;
}
.drohne-img-bottom h5 {
    padding: 10px;
    background: #fbc02d;
    font-size: 15px;
    font-weight: 700;
    width: 177px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}
.dn-product-wrapper div {
    text-align: center;
    padding-top: 15px;
    /* padding-bottom: 15px; */
    position: absolute;
    bottom: -19px;
    width: 100.5%;
}

.dn-product-wrapper > a > ul
{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.dn-product-wrapper {
    border-radius: 32px;
    position: relative;
}
section .btn {
    border-radius: 15px;
}
.hero-section .btn-outline-danger {
    color: #dc0000;
    border-color: #dc3545;
    padding: 0.7rem 1rem;
}
.hero-section .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
section.fifth .row img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
section.fifth .row .col-md-auto {
    padding: 20px 30px 0 30px;
    text-align: center;

}
section.fifth .row .col-md-auto p {
    max-width: 150px;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 15px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
section.fifth .dn-container .row ul li {
    padding-top: 10px;
}
section.fifth .btn {
    border-color: #dc0000;
    background-color: #dc0000;
    padding: 15px 30px 15px 30px;
}
section.sixth .dn-container img {
    width: 100%;
}
section.sixth .dn-container ul {
    padding-left: 0px;
    list-style: none;
}
section.sixth .dn-container ul li:before {
    content: ' ';
    font-weight: bold;
    padding-right:10px;
}
section.sixth .dn-container ul li {
    padding-top: 6px;
}
section.seventh .dn-container .row div p {
    color: #ffffff;
    font-size: 20px;
}
section.seventh .dn-container .row form .btn {
    border-color: #fbc02d;
    background-color: #fbc02d;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding:10px 60px 10px 60px;
}
section.seventh .dn-container .row form .form-control {
    border: 1px solid #fbc02d;
}
section.seventh .dn-container .row form .form-control::placeholder {
    color: #3c3c3c;
}
section.seventh .dn-container .row form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.25);
}
section.seventh .dn-container .row form .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.25);
}
section.seventh .dn-container .row form .row {
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
    section.seventh .demand-it-now {
        padding: 60px 90px 90px 90px;
    }
}
@media screen and (max-width: 768px) {
    section.seventh .demand-it-now {
        padding: 30px 30px 30px 30px;
    }
    section.seventh .dn-container .row form {
        padding-top:30px;
    }
    .dn-pt-only-md-3 {
        padding-top: 30px;
    }
    .dn-md-only-left {
        text-align: left;
    }
}
section.sub-footer .dn-container h4 {
    font-weight: 400;
    letter-spacing: 1px;
}
section.sub-footer .dn-container .row .col-md-6 .row {
    padding-bottom: 10px;
}
section.sub-footer .dn-container .dn-social-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 60px;
    background-color: #dc0000;
    border-color: #dc0000;
    margin-right: 15px;
}
section.sub-footer .dn-container .dn-social-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 0, 0, 0.5);
}

@media screen and (min-width: 1680px){
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/hero-bg-1-newme-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 770px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1360px){
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/hero-bg-1-newme-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 650px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1250px){
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/hero-bg-1me-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 550px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 850px) {
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/hero-bg-1me-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 500px;
    }
}
@media screen and (max-width: 850px) and (min-width: 550px){
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/mobile-bg-1me-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 250px;
    }m3t-hero-section
}
@media screen and (max-width: 550px) {
    section.matrice-hero-section {
        background: url("../img/matrice-300-rtk-01/hero-bg-2-newme-color.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 200px;
    }
}


/* END M30 Bilder*/

/* Start M3T Bilder*/

@media screen and (min-width: 1680px){
    section.m3t-hero-section {
        background: url("../img/M3T/m3desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 770px;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1360px){
    section.m3t-hero-section {
        background: url("../img/M3T/m3desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 650px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1250px){
    section.m3t-hero-section {
        background: url("../img/M3T/m3desktop.webp") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 550px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 850px) {
    section.m3t-hero-section {
        background: url("../img/M3T/m3desktop.webp") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 500px;
    }
}
@media screen and (max-width: 850px) and (min-width: 550px){
    section.m3t-hero-section {
        background: url("../img/M3T/m3mobile.webp") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 250px;
    }
}
@media screen and (max-width: 550px) {
    section.m3t-hero-section {
        background: url("../img/M3T/m3mobile.webp") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 200px;
    }
}


/* END M3T Bilder*/

@media screen and (min-width: 1680px){
    section.m30-hero-section {
        background: url("../img/M30/M30 Desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 770px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1360px){
    section.m30-hero-section {
        background: url("../img/M30/M30 Desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 650px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1250px){
    section.m30-hero-section {
        background: url("../img/M30/M30 Desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 550px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 850px) {
    section.m30-hero-section {
        background: url("../img/M30/M30 Desktop.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 500px;
    }
}
@media screen and (max-width: 850px) and (min-width: 550px){
    section.m30-hero-section {
        background: url("../img/M30/M30 Mobile.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 250px;
    }
}
@media screen and (max-width: 550px) {
    section.m30-hero-section{
        background: url("../img/M30/M30 Mobile.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-matrice-hero {
        padding-top: 200px;
    }
}

/* END M30 Bilder*/




@media screen and (min-width: 1680px){
    section.mavic-hero-section {
        background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 750px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1240px){
    section.mavic-hero-section {
        background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 650px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 730px){
    section.mavic-hero-section {
        background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 450px;
    }
}
@media screen and (max-width: 730px) and (min-width: 550px) {
    section.mavic-hero-section {
        background: url("../img/mavic-2-enterprice-01/mobile-bg-1-new.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 350px;
    }
}
@media screen and (max-width: 550px) {
    section.mavic-hero-section {
        background: url("../img/mavic-2-enterprice-01/mobile-bg-1-new.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 250px;
    }
}


/*Mavic Advanced Bilder*/

@media screen and (min-width: 1680px){
    section.mavic-advanced-section {
        background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 750px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1240px){
    section.mavic-advanced-section {
        background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 650px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 730px){
    section.mavic-advanced-section {
        background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 450px;
    }
}
@media screen and (max-width: 730px) and (min-width: 550px) {
    section.mavic-advanced-section {
        background: url("../img/mavic-2-enterprice-01-advanced/mobile-bg-12.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 350px;
    }
}
@media screen and (max-width: 550px) {
    section.mavic-advanced-section {
        background: url("../img/mavic-2-enterprice-01-advanced/mobile-bg-12.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-hero {
        padding-top: 250px;
    }
}


@media screen and (min-width: 1680px){
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 780px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1360px){
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 680px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1250px){
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 550px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 950px) {
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/hero-bg-1.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 500px;
    }
}
@media screen and (max-width: 950px) and (min-width: 550px){
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/mobile-bg.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 350px;
    }
}
@media screen and (max-width: 550px) {
    section.mavic-mini-hero-section {
        background: url("../img/mavic-mini-01/mobile-bg.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dn-padding-mavic-mini-hero {
        padding-top: 200px;
    }
}

section.warum-hero-section {
    background: url("../img/warum-bitinfo-01/hero-bg-1.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.matrice-first {
    background: #fbc02d;
    padding: 30px 20px 30px 20px;
}
section.matrice-second {
    background: #ffffff;
    padding: 50px 20px 50px 20px;
}
.matrice-second .dn-container .row img {
    width: 100%;
}
.matrice-second .dn-container .row .col-md-6 .row p {
    font-size: 14px;
}
.matrice-second .dn-container .row .col-md-6 .row {
    padding-bottom: 20px;
}
section.matrice-seventh .dn-container .row ul li:before {
    content: " ";
    font-weight: bold;
    padding-right: 10px;
}
section.matrice-seventh .dn-container .row ul li {
    padding-bottom: 10px;
}
section.matrice-seventh .dn-container .row ul {
    list-style: none;
}
section.contact-section .dn-container .row form .btn {
    border-color: #dc0000;
    background-color: #dc0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 60px 10px 60px;
}
section.contact-section .dn-container .row form .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 0, 0, 0.5);
}

section.warum-section-fifth {
    background: #cccccc;
    padding: 50px 20px 50px 20px;
}
section.warum-hero-section {
    padding: 50px 20px 80px 20px;
}
.dn-icon-stroke {
    padding: 5px;
    border: 3px solid #fbc02d;
    border-radius: 10px;
    width: 56px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 576px) {
    .dn-icon-stroke {
        margin-bottom: 20px;
    }
    section.matrice-second .dn-container .row .col-md-6 .row .col-sm-10 h6 {
        text-align: center;
    }
    h1, h2 , h3 {
        font-size: 1.5rem;
    }
    .h3 {
        font-size: 1.25rem;
    }
}
section.imprint-main-section {
    padding: 0 20px 0 20px;
}
section.data-privacy {
    padding: 50px 20px 50px 20px;
}
.data-description h2 {
    padding-top: 50px;
    text-align: center;
}
.data-description h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.data-description a {
    color: #000000;
    text-decoration: none;
}
.data-description ul {
    padding-left: 0;
    list-style: none;
    font-weight: bold;
}
section.agb {
    padding: 50px 20px 50px 20px;
}
.agb-content h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.agb-content ol {
    counter-reset: item;
    padding-left: 10px;
}
.agb-content li {
    display: block;
}
.agb-content li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: bold;
    padding-right: 5px;
}
.agb-content > ol > li {
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
}
.agb-content > ol > li > ol > li {
    font-weight: normal;
    font-size: 16px;
}
.agb-content > ol > li > ol {
    padding-left: 30px;
    padding-top: 20px;
 }
.agb-content > ol > li > ol > li {
    padding-bottom: 15px;
}
.agb-content > ol > li > ol > li > ol > li {
    padding-bottom: 8px;
    padding-left: 10px;
}
.agb-content > ol > li > ol > li > ol > li:before {
    list-style: disc;
}
.agb-content > ol > li > ol > li > ol {
    padding-top: 10px;
 }
.form-control.is-valid, .was-validated .form-control:valid {
    background: none;
}
@media screen and (max-width: 768px) {
    .dn-experience-item .description-overlay {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: inherit;
        text-align: center;
        opacity: 0.8;
        color: black;
        transition: inherit;
        background-color: white;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius: 10px;
        overflow: hidden;
        padding: 15px;
    }
}
@media screen and (min-width: 768px) {
    .dn-experience-item .description-overlay {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: inherit;
        text-align: center;
        opacity: 0;
        color: black;
        transition: inherit;
        background-color: white;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius: 10px;
        overflow: hidden;
        padding: 15px;
    }
}
.dn-experience-item img {
    width: 100%;
    transition: inherit;
}
.dn-experience-item {
    border-radius: 10px;
    overflow: hidden;
}
.dn-experience-item .description-overlay p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.dn-experience-item:hover .description-overlay {
    opacity: 0.8;
}
.dn-experience-item:hover img {
    /*-webkit-filter: blur(2px);*/
}
.dn-experience-wrapper .col-md-3, .dn-experience-wrapper .col-md-4 {
    padding:15px;
}
.sticky-cta {
    position: fixed;
    top: 1.5%;
    right: 10%;
    max-width: 200px;
    background-color: #3c3c3c;
    border-radius: 10px;
    color: white;
    padding: 0.7rem 1rem;
    font-weight: bold;
    z-index: 10;
    display: none;
    cursor: pointer;
    transition: visibility 0s, opacity 0.5s linear;
}
.sticky-cta.scrolled {
    display: block;
    transition: visibility 0s, opacity 0.5s linear;
}
.sticky-cta:hover
{
    background-color: #dc0000;
}

.sticky-cta a
{
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
}

.sticky-cta a i {
    font-size: 12px;
    padding-right: 5px;
    transition-delay: 300ms;
}

section.seventh .dn-container .row form .btn:hover
{
    background-color: #dc0000;
    border-color:#dc0000;
}

@media screen and (min-width: 768px) {
.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
}
@media screen and (max-width: 768px) and (min-width:600px){
    .fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li, .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
        font-size: 7px;
        width: 70px;
    }
    .dn-product-wrapper .btn {
        font-size: 8px;
    }
    .dn-product-badge {
        width: 97px;
        font-size: 7px;
    }
}
@media screen and (max-width: 768px) {
.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}
}

.ca-contact-widget {
  position: fixed;
  bottom: -webkit-calc(100vh - (100vh - (5% + 50px)));
  bottom: calc(100vh - (100vh - (5% + 50px)));
  z-index: 99998;
  font-size: 14px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget {
    bottom: -webkit-calc(100vh - (100vh - (5% + 32px)));
    bottom: calc(100vh - (100vh - (5% + 32px)));
  }
}

.ca-contact-widget .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ca-contact-widget .item:first-child {
  margin-bottom: 5px;
  -webkit-transform: translate(-239px);
  -ms-transform: translate(-239px);
  transform: translate(-239px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:first-child {
    -webkit-transform: translate(-167px);
    -ms-transform: translate(-167px);
    transform: translate(-167px);
  }
}

.ca-contact-widget .item:first-child.active {
  -webkit-transform: translate(-181px);
  -ms-transform: translate(-181px);
  transform: translate(-181px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:first-child.active {
    -webkit-transform: translate(-140px);
    -ms-transform: translate(-140px);
    transform: translate(-140px);
  }
}

.ca-contact-widget .item:first-child:hover {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.ca-contact-widget .item:last-child {
  -webkit-transform: translate(-220px);
  -ms-transform: translate(-220px);
  transform: translate(-220px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:last-child {
    -webkit-transform: translate(-161px);
    -ms-transform: translate(-161px);
    transform: translate(-161px);
  }
}

.ca-contact-widget .item:last-child.active {
  -webkit-transform: translate(-162px);
  -ms-transform: translate(-162px);
  transform: translate(-162px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:last-child.active {
    -webkit-transform: translate(-126px);
    -ms-transform: translate(-126px);
    transform: translate(-126px);
  }
}

.ca-contact-widget .item:last-child:hover {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.ca-contact-widget .item .info {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    line-height: 14px;
  }
}

.ca-contact-widget .item .info a {
  color: #172b52;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item img {
    width: 2.5285714285714285em;
    height: 1.9285714285714286em;
    min-width: 2.5285714285714285em;
    max-width: 2.5285714285714285em;
    height: 1.9285714285714286em;
    min-height: 1.9285714285714286em;
    max-height: 1.9285714285714286em;
  }
}
@media only screen and (max-width: 600px) and (min-width: 426px) {
    .fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li, .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
        font-size: 11px;
    }
}

.btn123
{
    border-color: #01e675;
    background-color: #01e675;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    text-decoration: none !important;
    border-radius: 12px;
    gap: 8px;
    transition-duration: 300ms;
}

.btn123:hover {
    color: #000000;

	}

.btn123 img {
    width: 30px;
}

@media only screen and (max-width: 767px) {
  .btn123 {
	  
     border-color: #01e675;
    background-color: #01e675;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:10px 20px 10px 20px;
	border-radius: 15px;
    } 
}

section.seventh .dn-container .row form .btn:hover {
	color: #FFF;
}


.slidersection {
    background: #2b2a2a;
    padding: 55px;
}
.slidersection h2 {
    color: #e0e0e0;
    font-weight: bold;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 40px;
}
.slider{

}
.slider img {
    max-height: 175px;
    border-radius: 59px;
    padding: 5px;
}
.modal{
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: black;
    background-color: rgba(223, 191, 12, 0.9);
    display: none;
    transition: .3s;
}
/* .modals{
    height: 500px;
    width: 900px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    display: none;
} */
/* .left-modal{
    float: left;
    width: 545px;
} */
.left-modal img{
    max-height: 390px;
    border-radius: 21px;
    margin-top: 16px;
}
.left-modal h2 {
    color: #101010;
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0;
    text-align: inherit;
}
.right-modal{}
.right-modal img{
    max-height: 50px;
    border-radius: 0px;
    float: left;
    padding-right: 8px;
}
.right-modal h5{
    padding-top: 3px;
}
.right-modal p{
    font-size: 13px;
    color: #716e6e;
}

.cross-modal{
    overflow: hidden;
    vertical-align: middle;
    color: #232222;
    position: absolute;
    top: 10px;
    right: 20px;
    transform: rotate(45deg);
    cursor: pointer;
}

.back-modal {
    height: 50px;
    width: 50px;
    background: #fff;
    position: absolute;
    left: 100px;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    
}
.back-modal:hover, .next-modal:hover{
    background: rgb(248, 146, 13);
}
.next-modal{
    height: 50px;
    width: 50px;
    background: #fff;
    position: absolute;
    right: 100px;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(180deg);
    transition: .2s;
}

#cookie-notice {
    right: 16px;
    bottom: 16px;
    padding: 32px;
    max-width: 384px;
    position: fixed;
    z-index: 999999;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
}

.cookie-notice {
    display: none;
}
.cookie-notice-active {
    display: block;
}
.cookie-notice-container {
    text-align: left;
    padding: 0 !important;
}
#cn-accept-cookie {
    display: block;
    padding: 5.76px 11.52px;
    margin-left: 0 !important;
    margin-top: 15px;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 14.4px;
    font-weight: 700;
    line-height: 1.84;
    text-align: center;
    text-shadow: none;
    color: black;
    width: 100%;
    background: rgb(241, 214, 0);
    border-radius: 0;
    cursor: pointer;
    border-color: transparent;
    outline: none;
}

/*expander*/

.row-hidden
{
    height: 0px;
    overflow: hidden;
}

.row-hidden-expand
{
    height: auto;
    overflow: unset;
}

.btn-expand
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition-duration: 500ms;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.btn-expand:hover
{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition-duration: 500ms;
}
.btn-expand-active
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.btn-expand-active:hover
{
    transform: rotate(45deg) scale(1.2) !important;
    -webkit-transform: rotate(45deg) scale(1.2) !important;
    -moz-transform: rotate(45deg) scale(1.2) !important;
    -o-transform: rotate(45deg) scale(1.2) !important;
}
/* ================= Cookie styles =====================*/

.companystreams-c-paletter-light.companystreams-c-nb {
	background-color: #f2f2f2;
	color: #111;
}
.hidden {
	display: none;
}
.companystreams-c-nb-simple {
	right: 0;
	top: auto;
	bottom: 0;
	left: auto;
	max-width: 50%;
	position: fixed;
}

.companystreams-c-nb {
	z-index: 99999999999;
	font-size: 16px;
}

.companystreams-c-popup {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
.companystreams-c-nb .cc-nb-main-container {
	padding: 3rem;
}

.companystreams-c-popup *,
.companystreams-c-popup *::before,
.companystreams-c-popup *::after {
	box-sizing: border-box;
}
.companystreams-c-paletter-light .cc-nb-title {
	color: #111;
}
.companystreams-c-nb .cc-nb-title {
	font-size: 24px;
	font-weight: 600;
}
.companystreams-c-popup p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.companystreams-c-paletter-light .cc-nb-okagree {
	color: #fff;
	background-color: green;
}
.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0.25rem !important;
}
.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
	-webkit-appearance: button;
}
.companystreams-c-popup button,
.companystreams-c-popup select {
	text-transform: none;
}
.companystreams-c-popup button,
.companystreams-c-popup input {
	overflow: visible;
}
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.companystreams-c-paletter-light .cc-nb-okagree {
	color: #fff;
	background-color: green;
}

.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0.25rem !important;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
	-webkit-appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
	text-transform: none;
}

.companystreams-c-popup button,
.companystreams-c-popup input {
	overflow: visible;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.companystreams-c-popup button {
	border-radius: 2px;
	padding: 0.5rem 1rem;
	outline: none;
	background: #dcdae5;
	color: #111;
	cursor: pointer;
	border: none;
	transition: all ease 0.3s;
}
.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
	border-style: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.companystreams-c-paletter-light .cc-nb-changep {
	background-color: #eaeaea;
	color: #111;
}
.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0.25rem !important;
	padding: 10px;
	border-radius: 5px;
}
.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
	-webkit-appearance: button;
}
.companystreams-c-popup button,
.companystreams-c-popup select {
	text-transform: none;
}
.cc-nb-buttons-container {
	margin-top: 20px;
}
.companystreams-c-paletter-light .cc-nb-okagree {
	color: #fff;
	background-color: #eeb320;
	padding: 10px 30px;
	margin-right: 20px;
	border-radius: 5px;
}

/*================== Preference center design ======================= */

.companystreams-pc-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999999999;
	top: 0;
	left: 0;
	display: none;
}
.companystreams-is-visible {
	display: block;
}

.companystreams-c-popup {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}

.companystreams-pc-dialog {
	position: absolute;
	margin: 30px auto;
	width: 750px;
	max-width: 90%;
	height: auto;
	left: 0;
	right: 0;
}

.companystreams-c-popup *,
.companystreams-c-popup *::before,
.companystreams-c-popup *::after {
	box-sizing: border-box;
}
.companystreams-c-paletter-light .cc-pc-container {
	background: #fff;
}

.companystreams-pc-dialog .cc-pc-container {
	width: 100%;
	display: flex;
	background: #fff;
	flex-direction: column;
}

.companystreams-pc-dialog > div {
	width: 100%;
}

.companystreams-c-popup *,
.companystreams-c-popup *::before,
.companystreams-c-popup *::after {
	box-sizing: border-box;
}
.companystreams-c-paletter-light .cc-pc-head {
	background: #fff;
	color: #111;
	border-bottom: 1px solid #ccc;
}

.companystreams-pc-dialog .cc-pc-head {
	background: #fff;
	color: #111;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.companystreams-c-popup *,
.companystreams-c-popup *::before,
.companystreams-c-popup *::after {
	box-sizing: border-box;
}
.companystreams-pc-dialog .cc-pc-head-title {
	display: flex;
	padding-left: 15px;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}
.companystreams-c-paletter-light .cc-pc-head-title-text {
	color: #111;
}

.companystreams-pc-dialog .cc-pc-head-title-text {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
.companystreams-c-paletter-light .cc-pc-head-title-headline {
	color: #111;
}

.companystreams-pc-dialog .cc-pc-head-title-headline {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.companystreams-pc-dialog .cc-pc-head-lang {
	display: flex;
	align-items: center;
	padding-right: 15px;
	min-height: 80px;
	justify-content: center;
}

.companystreams-c-paletter-light .cc-pc-head-lang select {
	color: #111;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
	text-transform: none;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.companystreams-c-popup select {
	border-style: none;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
	border-style: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.companystreams-c-paletter-light .cc-pc-head-close {
	background: none;
	color: #666;
}

.companystreams-pc-dialog .cc-pc-head-close {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
	-webkit-appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
	text-transform: none;
}

.companystreams-c-popup button,
.companystreams-c-popup input {
	overflow: visible;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.companystreams-c-popup button {
	border-radius: 2px;
	padding: 0.5rem 1rem;
	outline: none;
	background: #dcdae5;
	color: #111;
	cursor: pointer;
	border: none;
	transition: all ease 0.3s;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
	border-style: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.companystreams-c-paletter-light .cc-cp-body {
	background: #fbfbfb !important;
	color: #111;
}

.companystreams-pc-dialog .cc-cp-body {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	background: #292929;
	color: #f5f5f5;
	border-bottom: none;
}
.companystreams-c-paletter-light .cc-cp-foot {
	background: #f2f2f2;
	border-top-color: #ccc;
}

.companystreams-pc-dialog .cc-cp-foot {
	background: #f2f2f2;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-top: 1px solid #ccc;
	justify-content: space-between;
}
.companystreams-c-paletter-light .cc-cp-body-tabs {
	color: #666;
	background: #e6e6e6;
}

.companystreams-pc-dialog .cc-cp-body-tabs {
	font-family: Arial, sans-serif !important;
	width: 150px;
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	min-width: 150px;
}

.companystreams-c-popup ol,
.companystreams-c-popup ul,
.companystreams-c-popup dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item[active="true"] {
	background: #fbfbfb !important;
}

.companystreams-pc-dialog .cc-cp-body-tabs-item[active="true"] {
	background: #292929;
	color: #f5f5f5;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item {
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.companystreams-pc-dialog .cc-cp-body-tabs-item {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%;
	color: #666;
	background: #e6e6e6;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transition: all ease 0.1s;
	box-sizing: content-box;
}
ul:not(.nav) li {
	clear: both;
	padding-bottom: 0.63rem;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
	border-style: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.companystreams-c-paletter-light .cc-cp-body-tabs-item[active="true"] a {
	color: #111;
}
.companystreams-c-paletter-light .cc-cp-body-content {
	background: #fbfbfb !important;
	color: #111;
}

.companystreams-pc-dialog .cc-cp-body-content {
	background: #292929;
	color: #f5f5f5;
}

.companystreams-c-popup div {
	display: block;
}
.companystreams-pc-dialog .cc-cp-body-content-entry[active="true"] {
	display: block;
}

.companystreams-pc-dialog .cc-cp-body-content-entry {
	width: 100%;
	display: none;
	padding: 25px;
	box-sizing: border-box;
}

.companystreams-c-paletter-light .cc-cp-body-content-entry-title {
	color: #111;
}

.companystreams-pc-dialog .cc-cp-body-content-entry-title {
	font-size: 24px;
	font-weight: 600;
}

.companystreams-c-popup p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.companystreams-c-paletter-light .cc-cp-body-content-entry-text {
	color: #111;
}

.companystreams-pc-dialog .cc-cp-body-content-entry-text {
	font-size: 16px;
	line-height: 1.5;
}

.companystreams-c-popup p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.companystreams-pc-dialog input[type="checkbox"].cc-custom-checkbox {
	position: absolute;
	margin: 6px 0 0 16px;
	cursor: pointer;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
	cursor: not-allowed;
}

.companystreams-c-popup input[type="radio"],
.companystreams-c-popup input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item-link {
	color: #666;
}

.companystreams-pc-dialog .cc-cp-body-tabs-item-link {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 10px 5px 10px 10px;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	position: relative;
}

.companystreams-c-popup label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.companystreams-c-paletter-light .cc-cp-body-tabs-item {
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.companystreams-pc-dialog .cc-cp-body-tabs-item {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%;
	color: #666;
	background: #e6e6e6;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transition: all ease 0.1s;
	box-sizing: content-box;
}
ul:not(.nav) li {
	clear: both;
	padding-bottom: 0.63rem;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
	border-style: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

.companystreams-c-paletter-light .cc-cp-foot-byline {
	color: #111;
}

.companystreams-pc-dialog .cc-cp-foot-byline {
	padding: 20px 10px;
	font-size: 14px;
	color: #333;
	display: block !important;
}
.companystreams-pc-dialog .cc-cp-foot-byline a {
	color: #999;
}

.companystreams-c-paletter-light .cc-cp-foot-save {
	background: #edb320;
	color: #fff;
	border-radius: 5px;
}
.companystreams-pc-dialog input[type="checkbox"].cc-custom-checkbox + label {
	position: relative;
	padding: 4px 0 0 50px;
	line-height: 2em;
	cursor: pointer;
	display: inline;
	font-size: 14px;
	color: #111;
	font-weight: bold;
}
.companystreams-pc-dialog
	input[type="checkbox"].cc-custom-checkbox:checked
	+ label:before {
	background: #55d069;
}

.companystreams-pc-dialog
	input[type="checkbox"].cc-custom-checkbox
	+ label:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
	height: 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.companystreams-pc-dialog
	input[type="checkbox"].cc-custom-checkbox:checked
	+ label:after {
	margin-left: 16px;
}
.cc-cp-foot-button {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.companystreams-pc-dialog
	input[type="checkbox"].cc-custom-checkbox
	+ label:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.companystreams-pc-dialog .cc-cp-foot-save {
	margin-right: 10px;
	opacity: 0.9;
	transition: all ease 0.3s;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	padding: 10px;
}
.companystreams-c-paletter-light .cc-cp-body-content-entry-text {
	color: #111;
}
.companystreams-c-popup p {
	margin-top: 0;
	margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
	.companystreams-c-nb-simple {
		max-width: 100%;
	}
	.cc-nb-buttons-container {
		display: flex;
		flex-direction: row;
	}
	.companystreams-pc-dialog .cc-cp-body {
		flex-direction: column;
	}
	.companystreams-pc-dialog .cc-cp-body-tabs {
		width: 100%;
	}
	.companystreams-pc-dialog .cc-cp-body-tabs-item {
		border-right: 0;
	}
	.companystreams-pc-overlay {
		overflow-y: scroll;
	}

    .mb-pt3
    {
        margin-top: 80px;
    }
}


.rw-nw-logo-con
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rw-nw-logo-con span
{
    font-size: 1.4rem;
    font-weight: 600;
}
.nz-logo-con img
{
    height: 70px;
}
.nz-logo-con
{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}
.nz-logo-con span
{
    font-weight: 600;
}
  
@media screen and (max-width: 600px) {
    .fcc-con
    {
        flex-direction: column;
        align-items: center;
    }
    .nz-logo-con
    {
        margin-left: unset;
    }
}


/* Addon Styles */

body > section.fifth > div > div:nth-child(5) > div > a
{
    font-weight: 600;
    border: none;
}

body > section.fifth > div > div:nth-child(5) > div > a:hover
{
    color: #ffffff;
    background-color: #ffc107;
}



.simplelink
{
 
  background-image: linear-gradient(
    to right,
    #ffc107,
    #ffc107 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 0px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.simplelink:before{
  content: '';
  background: #ffc107;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.simplelink:hover {
 background-position: 0;
}

.simplelink:hover::before{
  width: 100%;
}

  