/* CSS Styling SANUSCOMPANIES */

.sanuscompanies-subnav {
    box-shadow: 0px 1px 10px #00000029 inset, 0px 1px 4px #00000029;
    top: 60px;
    z-index: 99;
}

.sanuscompanies-subnav .navbar-header {
    width: 100%;
}

.sanuscompanies-subnav .navbar-nav a {
    padding: 20px 30px;
}

.sanuscompanies-subnav .navbar-nav > li:first-child a {
    padding-left: 5px;
}

nav.sanuscompanies-subnav .dropdown-toggle,
nav.sanuscompanies-subnav .dropdown a {
    font-size: 14px !important;
    margin: 0 !important;
}

@media only screen and (min-width: 768px) {
    nav.sanuscompanies-subnav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .sanuscompanies-subnav .navbar-nav a {
        padding: 6px;
    }
}

.sanuscompanies-subnav.navbar {
    min-height: unset;
}

h3 {
    line-height: 38px;
}

.gap {
    display: inline-block;
    width: 50px;
}

u {
    color: #5d637b;
}
.sanuscompanies header:after {
    display: none !important;
}

.sanuscompanies .well,
.sanuscompanies .well.well-closed {
    padding: 10px 20px 0 60px;
}

.sanuscompanies .well-closed .well-header-2,
.sanuscompanies .well-visible.well-header-1 {
    display: none;
}

.sanuscompanies .well-visible.well-header-2,
.sanuscompanies .well-closed .well-header-1 {
    display: block;
}

.sanuscompanies .well .text-small.well-visible {
    font-size: 3rem;
    line-height: 3.6rem;
}

.sanuscompanies .well.well-open:before {
    top: 45%;
}

.sanuscompanies .well.well-closed:before {
    top: 35%;
}

.sanuscompanies p {
    font-size: 2.4rem;
    line-height: 3.8rem;
}

.sanuscompanies .text-small {
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.sanuscompanies .white-font {
    color: white;
}

.sanuscompanies header {
    height: calc(100vh - 54px);
    color: white;
    background-image: url("/img2/SANUSLIFE_Map_Partner-Header_202212_low-2600-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -5px;
    position: relative;
    background-position: center;
}

.sanuscompanies header > div {
    z-index: 11;
    position: relative;
}

header .mappartner_img {
    width: 14vw;
}

header .coming_soon {
    position: absolute;
    width: 300px;
    right: 4vw;
    top: 20vh;
}

.sanuscompanies h1 {
    font-size: 5rem;
}

.sanuscompanies h4 {
    color: #5d637b;
}

.sanuscompanies header > .row:first-of-type {
    text-align: center;
    margin-top: 60vh;
}

.sanuscompanies header h4 {
    font-size: 11rem;
}

.sanuscompanies header > div:nth-of-type(2) > .row {
    margin-right: 0;
}

.sanuscompanies .down-btn {
    display: none;
}

#companies-mappartner {
    margin: 20vh 0 10vh 0;
}

#companies-mappartner > .container-fluid > div:first-of-type {
    margin-top: 10vh;
}

#companies-angebot {
    background: #f7f7f7;
    padding: 15vh 0 10vh 0;
}

#companies-angebot .row > div > div:nth-of-type(2) {
    margin-top: -150px;
}

#companies-angebot img {
    width: 100%;
}

#companies-angebot
    > .row:first-of-type
    > div:first-of-type
    > div:first-of-type {
    margin-top: -5vh;
}
#companies-angebot h4:nth-of-type(2) {
    padding-left: 70px;
}

#companies-angebot h4 {
    font-size: 10rem;
    transform: rotate(-10deg);
}

.sanuscompanies .color-btn:hover {
    color: #546cb2;
    box-shadow: inset 0px 0px 0px 2px #546cb2;
    -webkit-box-shadow: inset 0px 0px 0px 2px #546cb2;
    -moz-box-shadow: inset 0px 0px 0px 2px #546cb2;
}

.sanuscompanies section .color-btn,
.sanuscompanies header .color-btn {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-family: "montserrat", sans-serif;
    font-size: 1.4rem;
}

.sanuscompanies .well-btn:hover {
    color: #546cb2;
    text-decoration: none;
    background: white;
}

#companies-branchen .image-carousel img {
    width: 100%;
    padding-right: 20px;
}

.slick-prev::before,
.slick-next::before {
    content: "\f077";
    font-family: "FontAwesome";
    color: #5d637b;
    font-size: 2.3rem;
}

.slick-prev {
    position: absolute;
    color: transparent;
    background-color: transparent;
    border: none;
    left: -70px;
    top: 48%;
    transform: rotate(-90deg);
}

.slick-next {
    position: absolute;
    color: transparent;
    background-color: transparent;
    border: none;
    right: -50px;
    top: 50%;
    transform: rotate(90deg);
}

.slick-slider button:focus {
    outline: none;
}

.image-carousel p {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: white;
    font-family: "montserrat", sans-serif;
    width: calc(100% - 20px);
    text-align: center;
    background: #5d637b;
    margin: 0;
    padding: 5px 0;
}

#companies-branchen .image-carousel img:after {
    background-image: linear-gradient(white 90%, #5d637b 5%);
}

#companies-branchen {
    padding: 10vh 0;
}

.slick-slide:focus {
    outline: none;
}
.image-carousel > div > div {
    position: relative;
}

#companies-branchen .image-carousel .prev-img {
    left: -30px;
    top: 40%;
}

#companies-branchen .image-carousel .next-img {
    right: -10px;
    top: 40%;
}

#companies-vorteile {
    background-color: #f7f7f7;
    padding: 10vh 0;
}

#companies-vorteile img {
    width: 100%;
}

#companies-sanuspay h4.cs{
    position: absolute;
    right: 39px;
    z-index: 10;
    top: -91px;
    transform: rotate(11deg);
}

#companies-vorteile .companies_number {
    position: absolute;
    top: -55px;
    left: -30px;
    width: 110px;
}

#companies-vorteile .row {
    margin-top: 130px;
}

#companies-gruende {
    margin: 10vh 0 15vh 0;
}

#companies-gruende .col-lg-2 {
    width: 14%;
}

#companies-gruende > .row:nth-of-type(2) .text-uppercase,
#companies-gruende > .row:nth-of-type(3) .text-uppercase {
    font-size: 1.7rem;
    margin-left: 70px;
    position: relative;
    min-height: 50px;
}

#companies-gruende > .row:nth-of-type(2) > div .text-uppercase:before,
#companies-gruende > .row:nth-of-type(3) .text-uppercase:before {
    content: "";
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: -70px;
    top: -10px;
    background-repeat: no-repeat;
}

#companies-gruende
    > .row:nth-of-type(2)
    > div:first-of-type
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 334@2x.png");
}

#companies-gruende
    > .row:nth-of-type(2)
    > div:nth-of-type(2)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 335@2x.png");
}

#companies-gruende
    > .row:nth-of-type(2)
    > div:nth-of-type(3)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 336@2x.png");
}

#companies-gruende
    > .row:nth-of-type(2)
    > div:nth-of-type(4)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 337@2x.png");
}

#companies-gruende
    > .row:nth-of-type(2)
    > div:nth-of-type(5)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 338@2x.png");
}

#companies-gruende
    > .row:nth-of-type(3)
    > div:nth-of-type(1)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 339@2x.png");
}

#companies-gruende
    > .row:nth-of-type(3)
    > div:nth-of-type(2)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 340@2x.png");
}
#companies-gruende
    > .row:nth-of-type(3)
    > div:nth-of-type(3)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 341@2x.png");
}
#companies-gruende
    > .row:nth-of-type(3)
    > div:nth-of-type(4)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 342@2x.png");
}
#companies-gruende
    > .row:nth-of-type(3)
    > div:nth-of-type(5)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 343@2x.png");
}

#companies-gruende h3 {
    margin: 0 0 7vh 6vw;
}

#companies-greenbranding {
    background-image: url("/img2/green_branding.jpg");
    background-repeat: no-repeat;
    padding-top: 20vh;
}

#companies-greenbranding .row {
    padding-bottom: 20vh;
}

#companies-greenbranding > .row:nth-of-type(2) > div:nth-of-type(2) {
    text-align: center;
}

#companies-greenbranding > .row:nth-of-type(2) > div:nth-of-type(2) img {
    width: 80%;
    margin-bottom: 30px;
}

#companies-greenbranding > .row:nth-of-type(3) > div:nth-of-type(2) {
    margin-top: -8vh;
}

.list-listed li {
    padding: 30px 0px 30px 70px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.list-listed li:first-child:before {
    content: "";
    background-image: url("/img2/Gruppe 214@2x.png");
    position: absolute;
    left: 20px;
    width: 50px;
    height: 52px;
    background-size: cover;
    margin-top: -10px;
}

.list-listed li:nth-of-type(2):before {
    content: "";
    background-image: url("/img2/Gruppe 223@2x.png");
    position: absolute;
    left: 20px;
    width: 50px;
    height: 52px;
    background-size: cover;
    margin-top: -10px;
}

.list-listed li:nth-of-type(3):before {
    content: "";
    background-image: url("/img2/Gruppe 225@2x.png");
    position: absolute;
    left: 20px;
    width: 50px;
    height: 52px;
    background-size: cover;
    margin-top: -10px;
}

.sanuscompanies header .row .text-small {
    width: 100%;
}

.header-bottom-text {
    position: absolute;
    left: 16.5vw;
    margin: 0;
    width: 650px;
    bottom: 7vh;
}

#companies-sanuspay .container-fluid > div:first-of-type {
    padding: 50px 50px 0 0;
}

#companies-sanuspay {
    padding: 20vh 0;
}

#companies-sanuspay > .row:nth-of-type(2) img {
    margin-top: -5vh;
}

#companies-marketing {
    padding: 20vh 0;
    background-color: #f7f7f7;
}

#companies-marketing .row:first-of-type img {
    margin-top: -10vh;
}

#companies-marketing
    > .row:nth-of-type(2)
    > div:first-of-type
    > img:nth-of-type(2) {
    position: absolute;
    right: 1.5vw;
    width: 10vw;
    bottom: 0;
}

#companies-marketing > .row:nth-of-type(2) > div:first-of-type p {
    width: 60%;
}

#companies-marketing > .row:nth-of-type(2) div > img:first-of-type {
    padding-top: 180px;
}

#companies-marketing > .row:nth-of-type(2),
#companies-marketing > .row:nth-of-type(3) {
    margin-top: 10vh;
}

#companies-marketing > .row:nth-of-type(3) > div:nth-of-type(2) img {
    margin-top: 210px;
    width: 70%;
}

#companies-sanuspay .row > div:nth-of-type(2) {
    padding-right: 0;
}

#companies-sanuspay > .row:nth-of-type(2) > div:nth-of-type(2) p{
    padding-top: 20%;
}
#companies-vorteile-2 {
    background-color: #f7f7f7;
    padding: 5vh 0;
}

#companies-vorteile-2 .col-lg-2 {
    width: 14%;
}

#companies-vorteile-2 > .row:nth-of-type(2) .text-uppercase,
#companies-gruende > .row:nth-of-type(2) .text-uppercase,
#companies-gruende > .row:nth-of-type(3) .text-uppercase {
    font-size: 1.9rem;
    line-height: 2.4rem;
    margin-left: 70px;
    position: relative;
    min-height: 50px;
}

#companies-vorteile-2 > .row:nth-of-type(2) > div .text-uppercase:before {
    content: "";
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: -70px;
    top: -10px;
    background-repeat: no-repeat;
}

#companies-vorteile-2
    > .row:nth-of-type(2)
    > div:first-of-type
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 346@2x.png");
}

#companies-vorteile-2
    > .row:nth-of-type(2)
    > div:nth-of-type(2)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 347@2x.png");
}

#companies-vorteile-2
    > .row:nth-of-type(2)
    > div:nth-of-type(3)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 348@2x.png");
}

#companies-vorteile-2
    > .row:nth-of-type(2)
    > div:nth-of-type(4)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 349@2x.png");
}

#companies-vorteile-2
    > .row:nth-of-type(2)
    > div:nth-of-type(5)
    .text-uppercase:before {
    background-image: url("/img2/Gruppe 350@2x.png");
}

#companies-vorteile-2 > .row:last-of-type > div:last-of-type {
    margin: 3vh 0 0 30px;
}

#companies-vorteile-2 h4 {
    margin: 0;
    float: right;
}

#companies-bitcoin {
    background-image: linear-gradient(0deg, #012f49, #001625);
    padding: 20vh 0 15vh 0;
}

#companies-bitcoin > .row:first-of-type h4 {
    text-align: right;
}

#companies-bitcoin h4 {
    font-size: 11rem;
}

#companies-bitcoin > .row:nth-of-type(2) h4:nth-of-type(2) {
    text-align: right;
}

#companies-wertsteigerung {
    padding: 20vh 0 0 0;
}

#companies-reseller {
    background: #f7f7f7;
    padding: 10vh 0;
}

#companies-reseller > .row:nth-of-type(2) > div:nth-of-type(2) {
    margin-left: 30px;
}

#companies-reseller > .row:first-of-type > div:first-of-type {
    margin-top: 10vh;
}

#companies-reseller h4 {
    font-size: 10rem;
}

#companies-reseller > .row:nth-of-type(2) {
    margin-top: 10vh;
}

#companies-reseller > .row:nth-of-type(3) > div:first-of-type {
    margin-top: 3%;
}

#companies-zusatzeinkommen {
    margin: 20vh 0 15vh 0;
}

#companies-zusatzeinkommen > .row:nth-of-type(3) {
    margin: 10vh 0;
}

#companies-zusatzeinkommen > .row:nth-of-type(2) .row img {
    width: calc(100% - 15px);
}
#companies-zusatzeinkommen .image-right {
    /*width: calc(100% + 30px);*/
}

#companies-zusatzeinkommen ul {
    background: #f7f7f7;
    padding: 40px 100px 60px 40px;
}

#companies-zusatzeinkommen .list-listed li {
    padding-bottom: 20px;
}

#companies-zusatzeinkommen .list-listed li:before {
    left: 50px;
    margin-top: 0;
}

#companies-zusatzeinkommen h4 {
    padding-left: 30px;
    font-size: 10rem;
}

#companies-marge {
    background: #f7f7f7;
    padding: 20vh 0 10vh 0;
}

#companies-marge li em {
    white-space: nowrap;
}

#companies-marge li {
    font-size: 2.4rem;
}

#companies-marge h4 {
    font-size: 10rem;
    padding-bottom: 30px;
}

#companies-marge .row > div:nth-of-type(2) {
    margin-left: 50px;
}

#companies-marge p span {
    color: white;
    background: #546cb2;
    padding: 0 10px;
}

#companies-greenbranding h4 {
    font-size: 9rem;
}

.sanuscompanies section > .row {
    margin-right: 0;
}

#companies-cashback {
    padding: 20vh 0 10vh 0;
}

#companies-cashback > .row:nth-of-type(2) {
    padding-top: 50px;
}

#companies-cashback > .row:nth-of-type(1) img {
    padding-left: 5vw;
}

#companies-seidabei {
    padding: 20vh 0;
    background: #f7f7f7;
}

#companies-seidabei img {
    margin-top: -5vh;
}

#companies-seidabei .container-fluid > div > div:first-of-type {
    padding-left: 0;
}

#companies-seidabei ul li {
    padding: 15px 45px;
    font-size: 1.8rem;
    font-family: "source-sans-pro", sans-serif;
}

#companies-seidabei ul li:before {
    content: "";
    background-image: url("/img2/Zeichenflaeche.png");
    position: absolute;
    left: 20px;
    width: 40px;
    height: 35px;
    background-size: contain;
    margin-top: -10px;
    background-repeat: no-repeat;
}

.image-right {
    /*width: calc(100% + 15px);*/
    width: 100%;
    margin-left: 0;
}

.visible-laptop {
    display: none;
}

.text-video{
    margin: 5% 0 0 55px;
}

iframe#mappartner-video{
    max-height: 20vw;
}

#companies-angebot h4{
    width: 50%;
}

/* Responsive */

@media all and (max-width: 1700px) {
    #companies-mappartner > .container-fluid > div:first-of-type {
        margin-top: 0;
    }
}

@media all and (max-width: 1600px) {
}

@media all and (max-width: 1550px) {
    #companies-cashback > .row:nth-of-type(1) img {
        padding-top: 50px;
    }
    #companies-marketing .row:first-of-type img {
        margin-top: 0;
    }
    .visible-bigscreen {
        display: none;
    }

    body .visible-laptop {
        display: block;
    }
    #companies-marketing {
        padding: 15vh 0;
    }

    .sanuscompanies-subnav .navbar-nav a {
        padding: 20px;
    }

    .gap {
        width: 20px;
    }

    body h2 {
        font-size: 3.4rem;
    }

    #companies-zusatzeinkommen .row > div:first-of-type {
        padding-top: 0;
    }

    #companies-vorteile-2 > .row:nth-of-type(2) .text-uppercase,
    #companies-gruende > .row:nth-of-type(2) .text-uppercase,
    #companies-gruende > .row:nth-of-type(3) .text-uppercase {
        font-size: 1.7rem;
    }
}

@media all and (max-width: 1350px) {
    .sanuscompanies header{
        height: calc(100vh - 106px);
        margin-top: -15px;;
    }
    .text-video{
        margin: 0 0 0 55px;
    }
    #companies-sanuspay > .row:nth-of-type(2) > div:nth-of-type(2) p{
        padding-top: 15%;
    }

    #companies-gruende > .row:nth-of-type(2) > div .text-uppercase:before,
    #companies-gruende > .row:nth-of-type(3) .text-uppercase:before {
        left: -55px;
    }

    #companies-vorteile-2 > .row:nth-of-type(2) .text-uppercase,
    #companies-gruende > .row:nth-of-type(2) .text-uppercase,
    #companies-gruende > .row:nth-of-type(3) .text-uppercase {
        margin-left: 55px;
    }

    .header-bottom-text {
        bottom: 2vh;
    }

    .sanuscompanies header h4 {
        font-size: 10rem;
    }

    .sanuscompanies-subnav .navbar-nav a {
        padding: 15px;
    }

    #companies-greenbranding .row {
        padding-bottom: 10vh;
    }

    #companies-angebot h4 {
        font-size: 9rem;
    }
    #companies-angebot h4:nth-of-type(2) {
        padding-left: 40px;
    }

    #companies-angebot .row > div > div:nth-of-type(2) {
        margin-top: -100px;
    }
}

@media all and (max-width: 1199px) {
    #companies-marketing
        > .row:nth-of-type(2)
        > div:first-of-type
        > img:nth-of-type(2) {
        width: 15vw;
    }
    header .coming_soon {
        width: 250px;
    }
    .header-bottom-text {
        left: 30px;
    }
    #companies-vorteile .companies_number {
        top: -35px;
        left: -10px;
        width: 80px;
    }
    #companies-vorteile img {
        width: 100%;
    }

    .slick-prev {
        left: -60px;
    }

    .slick-next {
        right: -30px;
    }
    #companies-gruende .col-lg-2,
    #companies-vorteile-2 .col-lg-2 {
        width: 16%;
    }

    #companies-gruende > .row:nth-of-type(2),
    #companies-gruende > .row:nth-of-type(3),
    #companies-vorteile-2 > .row:nth-of-type(2) {
        display: flex;
        flex-direction: row;
    }

    #companies-gruende > .row:nth-of-type(2) > div .text-uppercase:before,
    #companies-gruende > .row:nth-of-type(3) .text-uppercase:before,
    #companies-vorteile-2 > .row:nth-of-type(2) > div .text-uppercase:before {
        width: 45px;
        height: 45px;
        left: -50px;
    }

    #companies-gruende > .row:nth-of-type(2) .text-uppercase,
    #companies-gruende > .row:nth-of-type(3) .text-uppercase,
    #companies-vorteile-2 > .row:nth-of-type(2) .text-uppercase,
    #companies-vorteile-2 > .row:nth-of-type(3) .text-uppercase {
        margin-left: 50px;
        font-size: 1.6rem;
    }

    #companies-marge .row > div:nth-of-type(2) {
        margin-left: 0;
    }
}

@media all and (max-width: 1024px) {
    .sanuscompanies-subnav .navbar-nav a {
        padding: 12px;
    }
}

@media all and (max-width: 991px) {

    .sanuscompanies .well {
        top: 80px;
    }
    header .mappartner_img {
        width: 200px;
    }
    header .coming_soon {
        width: 120px;
        right: 0;
    }
    .row {
        margin: 0;
    }
    #companies-angebot .row > div > div:nth-of-type(2) {
        margin-top: 0;
    }
    #companies-seidabei img {
        margin-top: 0;
    }

    #companies-marketing .row:first-of-type img {
        margin-top: 0;
    }

    #companies-marketing > .row:nth-of-type(3) > div:nth-of-type(2) img {
        width: 100%;
    }
    .sanuscompanies .vertical-line::before,
    .sanuscompanies .horizontal-line:before {
        display: none;
    }
    .sanuscompanies-subnav .navbar-nav a {
        font-size: 13px;
    }
    #companies-gruende .col-lg-2,
    #companies-vorteile-2 .col-lg-2 {
        width: 20%;
    }
    .image-right {
        margin-left: 0;
        margin-top: 30px;
    }

    #companies-greenbranding h4 {
        font-size: 8rem;
        letter-spacing: 1px;
    }

    #companies-vorteile .companies_number {
        width: 60px;
        left: 15px;
    }

    #companies-greenbranding .row,
    #companies-sanuspay .row,
    #companies-reseller .row,
    #companies-zusatzeinkommen .row {
        margin: 0;
    }

    #companies-reseller > .row:first-of-type > div:nth-of-type(2) {
        margin-top: 40px;
    }

    #companies-seidabei .container-fluid {
        padding: 0;
    }

    #companies-seidabei .container-fluid > div > div {
        padding-left: 0;
    }

    #companies-seidabei h3 {
        padding-top: 30px;
    }

    .sanuscompanies h3 {
        font-size: 2rem;
    }

    .sanuscompanies p {
        line-height: 2.7rem;
        font-size: 1.8rem;
    }
}

@media all and (max-width: 767px) {
    #companies-sanuspay h4.cs{
        right: 5px;
        top: -45px;
    }
    #companies-angebot h4{
        width: 100%;
    }

    #companies-reseller > .row:nth-of-type(2){
        display: flex;
        flex-direction: column-reverse;
    }
    #companies-reseller > .row:nth-of-type(2) > div:nth-of-type(2){
        margin: 0;
    }
    iframe#mappartner-video{
        max-height: 50vw;
    }
    .text-video{
        margin: 0;
    }
    #companies-sanuspay > .row:nth-of-type(2) > div:nth-of-type(2) p{
        padding-top: 0;
    }
    .sanuscompanies-subnav .dropdown.open ul a{
        padding-left: 0;
    }
    .sanuscompanies-subnav a{
        padding: 5px 10px !important;
    }

    .sanuscompanies-subnav .dropdown.open{
        max-width: 35%;
    }

    .navbar-nav .open .dropdown-menu{
        padding-left: 0;
    }
    .sanuscompanies-subnav .navbar-nav{
        display: flex;
    }

    .sanuscompanies .well{
        top: 110px;
    }
    #companies-reseller > .row:first-of-type > div:first-of-type {
        margin-top: 0;
    }
    .sanuscompanies p {
        font-size: 1.6rem;
    }
    #companies-cashback > .row:nth-of-type(2) img {
        margin-bottom: 50px;
    }
    #companies-greenbranding > .row:first-of-type,
    #companies-greenbranding > .row:nth-of-type(2) {
        margin-bottom: 50px;
    }
    #companies-greenbranding > .row:nth-of-type(3) > div:nth-of-type(2) {
        margin-top: 0;
    }
    #companies-seidabei img {
        padding-top: 50px;
    }

    #companies-seidabei ul li {
        padding-right: 0;
    }
    #companies-marge li {
        font-size: 1.8rem;
    }
    #companies-zusatzeinkommen ul {
        padding: 40px 10px 60px 10px;
    }
    #companies-zusatzeinkommen .list-listed li:before {
        left: 30px;
    }
    #companies-sanuspay .row > div:nth-of-type(2) {
        padding-right: 15px;
    }
    #companies-marketing > .row:nth-of-type(2) div > img:first-of-type {
        padding-top: 0;
    }
    #companies-marketing > .row:first-of-type > div:nth-of-type(2) img {
        display: none;
    }
    #companies-gruende .row > .col-lg-2,
    #companies-vorteile-2 .row > .col-lg-2 {
        padding-top: 35px;
    }
    #companies-vorteile .container-fluid > div,
    #companies-vorteile .row > div {
        padding: 0;
    }
    #companies-gruende h3 {
        margin: 0;
    }
    .sanuscompanies .well,
    .sanuscompanies .well.well-closed {
        padding: 10px 20px 0 40px;
    }

    header .mappartner_img {
        padding-top: 0;
    }
    .sanuscompanies header > .row:first-of-type{
        margin-top: 300px;
    }

    .sanuscompanies header h4 {
        font-size: 8rem;
    }

    .sanuscompanies header {
        height: 500px;
        min-height: unset;
    }

    .sanuscompanies .down-btn {
        display: none;
    }

    body.sanuscompanies h4,
    #companies-reseller h4,
    #companies-zusatzeinkommen h4,
    #companies-marge h4,
    #companies-angebot h4,
    #companies-greenbranding h4,
    #companies-bitcoin h4 {
        font-size: 7rem;
    }
    #companies-vorteile-2 h4 {
        float: left;
        margin: 30px 0;
    }

    #companies-bitcoin > .row:first-of-type h4,
    #companies-bitcoin > .row:nth-of-type(2) h4:nth-of-type(2) {
        text-align: left;
    }

    #companies-marketing > .row:nth-of-type(3) > div:nth-of-type(2) img {
        margin-top: 50px;
    }
    #companies-marketing
        > .row:nth-of-type(2)
        > div:first-of-type
        > img:nth-of-type(2) {
        width: 35vw;
        bottom: -5vw;
    }
    .header-bottom-text .row div {
        padding-left: 0;
        padding-top: 20px;
    }
    #companies-zusatzeinkommen > .row:nth-of-type(2) .row img,
    #companies-zusatzeinkommen .image-right {
        width: 100%;
    }
    .sanuscompanies h2 {
        font-size: 2.6rem;
    }
    .header-bottom-text {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 20px;
    }
    #companies-vorteile-2 > .row:last-of-type > div:last-of-type {
        margin: 0;
    }
    #companies-angebot img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    #companies-mappartner,
    #companies-vorteile,
    #companies-gruende,
    #companies-greenbranding,
    #companies-marketing,
    #companies-sanuspay,
    #companies-vorteile-2,
    #companies-bitcoin,
    #companies-wertsteigerung,
    #companies-reseller,
    #companies-zusatzeinkommen,
    #companies-marge,
    #companies-cashback,
    #companies-seidabei,
    #companies-angebot,
    #companies-branchen {
        padding: 8vh 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sanuscompanies header {
        margin-bottom: 0;
    }
    #companies-greenbranding .row {
        padding-bottom: 0;
    }
    .image-right {
        width: 100%;
    }
    #companies-gruende > .row:nth-of-type(2),
    #companies-gruende > .row:nth-of-type(3),
    #companies-vorteile-2 > .row:nth-of-type(2) {
        flex-direction: column;
    }

    #companies-gruende .col-lg-2,
    #companies-vorteile-2 .col-lg-2 {
        width: 100%;
    }

    body h1 {
        font-size: 4rem;
    }

    div.well {
        top: 130px;
    }

    #companies-vorteile img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    body.sanuscompanies h4 {
        font-size: 7rem;
    }

    #companies-vorteile .row {
        margin-top: 0;
    }

    #companies-vorteile .container-fluid .row > div {
        margin-top: 70px;
    }

    #companies-zusatzeinkommen h4 {
        font-size: 8rem;
    }

    .slick-next {
        top: 42%;
    }

    .slick-prev {
        top: 20%;
    }

    #companies-zusatzeinkommen > .row:nth-of-type(3) {
        margin: 5vh 0;
    }

    #companies-zusatzeinkommen img {
        margin: 20px 0;
    }
}

@media all and (max-width: 500px) {
    #companies-greenbranding h4 {
        font-size: 7rem;
    }

    body h1 {
        font-size: 3rem;
    }
}

/* MOBILE TUNINGS VON FARBENKOLLEKTIV (EMAIL) */
#companies-marketing > .row:nth-of-type(3) > div:nth-of-type(2) img {
    width: 100%;
}

#companies-vorteile-2 {
    padding: 8vh 0;
}


#companies-zusatzeinkommen .image-right {
    margin: 0;
}

#companies-marketing > .row:nth-of-type(2) div > img:first-of-type {
    padding: 175px 15px 0 0;
}

#companies-sanuspay {
    padding: 15vh 0;
}

#companies-greenbranding {
    background-size: cover;
}

.list-listed li {
    padding: 10px 0px 30px 80px;
}

#companies-cashback > .row:nth-of-type(2) {
    padding-top: 0;
}

#companies-cashback .col-md-5 p {
    padding-left: 15px;
}

#companies-seidabei {
    padding: 20vh 0 0;
}

@media all and (max-width: 768px) {
    #companies-zusatzeinkommen h4{
        padding-left: 0;
    }
    body {
        padding-top: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .sanuscompanies > *{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: -12px;
        top: 48%;
    }

    #companies-marketing > .row:nth-of-type(2),
    #companies-marketing > .row:nth-of-type(3) {
        margin-top: 2vh;
    }

    #companies-sanuspay {
        padding: 5vh 0;
    }

    #companies-vorteile-2 {
        padding: 5vh 0;
    }
    .image-right {
        margin: 2vh 0;
    }

    #companies-reseller > .row:nth-of-type(2) {
        margin-top: 2vh;
    }

    .list-listed li {
        padding: 30px 0px 30px 80px;
    }

    #companies-cashback > .row:nth-of-type(2) img {
        margin: 50px 0 50px 0;
    }

    #companies-cashback .col-md-5 p {
        padding-left: 0;
    }

    #companies-seidabei {
        padding: 5vh 0 5vh;
    }
}

#drop-d {
    font-size: inherit !important;
    margin: 0px !important;
}


@media all and (max-width: 374px) {
    nav.sanuscompanies-subnav .navbar-nav li a {
        padding: 5px !important;
        font-size: 12px !important;
    }

    nav.sanuscompanies-subnav ul.navbar-nav{
        margin: 7px -3px;
    }

    .sanuscompanies h2{
        font-size: 2.4rem;
    }

    .color-btn{
        padding: 10px;
        font-size: 1.6rem;
    }

    #companies-zusatzeinkommen .color-btn,
    #companies-seidabei .color-btn{
        white-space: inherit;
    }

}