body {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

p {
    padding: 1rem 0;
}

ul {
    padding-left: 2rem;
}

.row {
    margin-top: 50px;
}

.mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-1 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-4 {
    margin-top: 4.2rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#section-top li {
    list-style-image: url('../assets/circle-check-green.svg');
    margin: 0.5rem 0;
}

#section-unternehmen {
    background-color: #E8F7FC;
}

#section-inbetriebnahme {
    background-color: #E8F7FC;
    background-image: url('../assets/background-inbetriebnahme.svg');
    background-repeat: no-repeat;
    background-size: auto;
}

#col-io-key-cloud {
    padding-top: 700px;
}

/* xs devices */
@media(max-width: 576px) {
    .btn-bar {
        text-align: center;
    }

    #section-io-key-setup {
        text-align: left !important;
    }
}

/* sm devices */
@media(max-width: 768px) {

    #section-unternehmen h3,
    #section-unternehmen h4,
    #section-unternehmen p {
        text-align: left !important;
    }

    #section-universe {
        margin-top: 0;
    }

    #section-inbetriebnahme {
        margin-top: 0;
        background-image: none;
        background-color: #fff;
    }

    .list-right {
        margin-top: -0.2rem !important;
    }
}

/* md devices */
@media(max-width: 992px) {
    #section-unternehmen {
        text-align: center;
    }

    #section-universe {
        height: 100%;
        background-color: #354452;
        background: linear-gradient(rgba(0, 0, 0, 0.2),
                rgba(0, 0, 0, 0.2)), url('../assets/io-key-universe-blur.svg');
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center center;
        color: white;
        text-align: center;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    #section-io-key-cloud li {
        text-align: left;
    }

    #section-cloud-top button {
        margin: 1rem 0;
    }

    #col-io-key-cloud {
        padding-top: 0;
    }

    .button-bar-left {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .button-bar-right {
        margin-top: 4.2rem;
        margin-bottom: 2rem;
    }
}

/* lg devices */
@media(max-width: 1200px) {

    #section-io-key-setup {
        text-align: center;
    }

    #io-key-autosen-cloud-img {
        position: absolute;
        z-index: 2;
        top: 5%;
        left: 15%;
    }

    #io-key-cloud-img {
        position: absolute;
        z-index: 2;
        top: 5%;
        left: 123%;
    }

    #io-key-arrow-white-img {
        position: absolute;
        z-index: 2;
        top: 26%;
        left: 35%;
    }

    #io-key-arrow-blue-img {
        position: absolute;
        z-index: 2;
        top: 26%;
        left: 120%;
    }

    #io-key-device-img {
        position: absolute;
        z-index: 3;
        top: 20%;
        left: 52%;
    }


    .button-bar-left {
        text-align: center;
        margin-top: 3.3rem;
        margin-bottom: 4rem;
    }

    .list-right {
        margin-top: 3.3rem;
    }

    .button-bar-right {
        text-align: center;
        margin-top: 3rem;
    }
}

@media(min-width: 1200px) {

    #io-key-autosen-cloud-img {
        position: absolute;
        z-index: 2;
        top: 5%;
        left: 15%;
    }

    #io-key-cloud-img {
        position: absolute;
        z-index: 2;
        top: 5%;
        left: 123%;
    }

    #io-key-arrow-white-img {
        position: absolute;
        z-index: 2;
        top: 33%;
        left: 35%;
    }

    #io-key-arrow-blue-img {
        position: absolute;
        z-index: 2;
        top: 33%;
        left: 120%;
    }

    #io-key-device-img {
        position: absolute;
        z-index: 3;
        top: 25%;
        left: 61%;
    }

    .list-right {
        margin-top: 2rem;
    }

    .list-left {
        margin-top: 4rem;
    }

    .button-bar-left {
        margin-top: 6.3rem;
        margin-bottom: 2rem;
    }

    .button-bar-right {
        margin-top: 1.9rem;
    }

}

#col-io-key-cloud li {
    list-style-image: url('../assets/hexagon-check-blue.svg');
    margin: 0.5rem 0;
}


button {
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

button.secondary {
    background-color: #354452;
}

button.secondary:hover {
    background-color: #45596b;
}

button.outline-secondary {
    background-color: transparent;
    color: #354452;
    border: 1px solid #354452;
}

button.outline-secondary:hover {
    background-color: #354452;
    color: #fff;
}

button.primary {
    background-color: #78BE20;
}

button.primary:hover {
    background-color: #249e07;
}