/* CSS Document */

:root {
    --primary: #005d96;
    --secundary: #f9f8f8ff
}

* { -webkit-box-sizing: inherit; box-sizing: inherit; background-repeat: no-repeat; }
html { -webkit-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth; }

body { font-family: 'Source Sans Pro', sans-serif; color: #131313; background:#fff; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

select#langSelector option[value="en"]   { background-image:url(img/us.svg) !important; background-size: cover !important; width: 20px !important; }
select#langSelector option[value="de"] { background-image:url(img/de.svg) !important; background-size: cover !important; width: 200px !important; height: 20px !important;}

#side-contact a:hover {
    color: red !important;
}

#side-contact {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 1000;
    right: -30px;
}

#en::before {
    content: "";
    background-image: url(../img/us.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

#loaderscreen {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

h1 {
    font-size: 5rem;
}

.fix_contact {
    display: none;
}

#logo {
    width: 5em;
}

#language .dropdown-item:hover {
    background-color: var(--bs-dark-rgb);
}

#language .nav-link {
    color: var(--secundary);
}

#header-welcome {
    background-image: url(../img/header-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

a.btn.btn-dark {
    text-transform: uppercase;
}

#img-scripts img {
    height: 150px;
    padding: 10px;
    margin: auto;
    display: block;
}

#features {
    background: #005d96;
}

#service-2 .img {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 28.6%;
}

#service h3 {
    min-height: 70px;
}

#database {
    background-image: url(../img/database.jpg);
}

#meeting {
    background-image: url(../img/meeting.png);
}

#baseshare {
    background-image: url(../img/baseshare.png);
}

#storage {
    background-image: url(../img/storage.jpg);
}

#service .container {
    width: 100%;
}

.offcanvas {
    background: #131313 !important;
}

.modal-footer {
    justify-content: space-between !important;
}

@media only screen and (min-width: 992px) {

    #service-2 .fs-5, #service-2 .fs-4 {
        font-size: 70% !important;
    }

    #service-2 .img {
        width: 50%;

    }
    
    #service .container {
        width: 50%;
    }

    .offcanvas {
        background: transparent !important;
    }
}

@media only screen and (min-width: 1100px) {
    #service-2 .fs-5, #service-2 .fs-4 {
        font-size: 80% !important;
    }
}

@media only screen and (min-width: 1200px) {
    #service-2 .fs-5, #service-2 .fs-4 {
        font-size: 90% !important;
    }
}

@media only screen and (min-width: 1400px) {
    #service-2 .fs-5, #service-2 .fs-4 {
        font-size: 120% !important;
    }

    #service h3 {
        min-height: unset;
    }
}