@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Vitalias styling 2022 */

body {
    background-color: #f5f5f5;
    font-family: 'Noto Sans', Helvetica, Arial, Geneva, sans-serif;
    color: #616263;
}

a {
    color: #b2105f;
    font-weight: bold;
    text-decoration: none;
}

a:focus, a:hover {
    color: #e20a77;
}

h1, h2, h3 {
    font-family: 'Noto Serif', serif;
}

h2, h3 {
    /*font-weight: 700;*/
}

h1 {
    color: #b2105f;
}

.top-section {
    margin-top: 85px;
}

.homepage .top-section {
    height: 100%;
}

.top-section .container {
    background-color: #fff;
}

.intro-section h1 {
    color: #fff;
    font-size: 96px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 4px 2px 4px;
    margin-top: 0;
    margin-bottom: 1.75rem;
}

.intro-section .cta-box {
    margin-top: 150px;
    margin-bottom: 50px;
}

h3 {
    margin-top: 30px;
}

.navbar.bg-color-light {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

nav a {
    color: #777;
    font-weight: normal;
}

.navbar {
    margin-bottom: 0;
}

.navbar-light .navbar-brand {
    width: 90px;
    /*height: auto;*/
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #b2105f;
}

/*.navbar-brand.phone-link {
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    /*height: 2em;*!/
    vertical-align: middle;
    line-height: 2em;
    position: relative;
}

.phone-link .fa-mobile-phone {
    color: #b2105f;
    /*font-size: 30px;*!/
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: inherit;
}

.phone-link-text {
    margin-left: 15px;
}*/

.navbar-light .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    color: #b2105f;
}

.navbar-light .navbar-nav .nav-link, .navbar-language .nav-link {
    color: #616263;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e20a77;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #b2105f;
}

.navbar-nav > li > a.menuactive {
    color: #e20a77;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    background: none;
}

.navbar-toggler .icon-bar {
    width: 26px;
    height: 4px;
}

.navbar-toggler .icon-bar {
    background-color: #616263;
}

.navbar-toggler .icon-bar:focus, .navbar-toggler .icon-bar:hover {
    background-color: #b2105f;
}

.navbar-collapse {
    /*background-color: #f5f5f5;*/
    /*border: none;*/
}

.navbar-language {
    top: 12px;
}

.dropdown-item {
    color: #616263;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #e20a77;
    background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #b2105f;
}

.btn {
    padding: .5rem 1.25rem;
    border-radius: 4rem;
}

.btn-light {
    color: #616263;
}

.btn-light:hover {
    color: #b2105f;
}

.btn-primary {
    color: #fff;
    background-color: #616263;
    border-color: #616263;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b2105f;
    border-color: #b2105f;
    text-decoration: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #b2105f;
    border-color: #b2105f;
    box-shadow: 0 0 0 0.25rem rgba(178, 16, 95, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b2105f;
    border-color: #b2105f;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(178, 16, 95, 0.5);
}

.btn-secondary {
    color: #b2105f;
    background-color: #fff;
    border-color: #b2105f;
}

.btn-secondary:hover {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #e20a77;
    text-decoration: none;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #b2105f;
    box-shadow: 0 0 0 0.25rem rgba(226, 10, 119, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #b2105f;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 10, 119, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #e20a77;
    border-color: #e20a77;
}

.btn-success:hover {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #b2105f;
    text-decoration: none;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #b2105f;
    box-shadow: 0 0 0 0.25rem rgba(178, 16, 95, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    /*color: #fff;*/
    background-color: #b2105f;
    border-color: #b2105f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(178, 16, 95, 0.5);
}

.btn-sm {
    padding: .25rem .75rem;
}

.frontend-overview .btn-large {
    color: #fff;
    background-color: #616263;
    border-color: #616263;
}

.frontend-overview .btn-large:hover {
    color: #fff;
    background-color: #e20a77;
    border-color: #e20a77;
}

/* change color https://codepen.io/sosuke/pen/Pjoqqp */
.frontend-overview .svg-icon,
.frontend-overview .btn-secondary.btn-large:hover .svg-icon,
.frontend-overview .btn-secondary.btn-large:focus .svg-icon {
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(153deg) brightness(109%) contrast(104%);
}

.homepage .top-section .container {
    background: url(../images/image-landingspage.jpg) repeat-x;
    background-position: top center;
    background-size: cover;
    height: calc(100% - 85px);
}

.intro-section .btn-primary {
    background-color: #e20a77;
    border-color: #e20a77;
}

.lead-area {
    text-align: center;
    padding: 6rem 0 2rem;
}

.subheader {
    padding: 0 0 0 20px;
    margin: 53px 0 0 0;
    white-space: nowrap;
    font-family: 'Noto Serif', serif;
    color: #fff;
    /*font-size: 22px;*/
    font-weight: 500;
}

.control-label {
    /*font-weight: 600;*/
}

.control-label.html-validation-failed,
.html-validation-failed {
    color: black;
    background-color: lime;
    padding: 0 .5rem;
}

.form-control:focus, .form-select:focus, .checkbox:focus, .email input[type=email]:focus {
    border-color: #e20a77;
}

.form-check-input:focus {
    border-color: #e27fb1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(226, 10, 119, 0.25);
}

.form-check-input:checked {
    background-color: #b2105f;
    border-color: #b2105f;
}

.form-control:focus, .form-select:focus, .checkbox:focus, .email input[type=email]:focus {
    border-color: #b01354;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(176, 19, 84, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(176, 19, 84, .6);
}

.card-form {
    border-style: dotted;
    border-color: #E20A77;
}

.progress-bar {
    background-color: #e20a77;
}

div.clients {
    padding: 0;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.clients a {
    margin: 20px 20px;
    display: inline-block;
    vertical-align: middle;
}

div.actions {
    clear: both;
    height: 240px;
}

.clientsouter {
    margin-bottom: 100px;
}

.about-section .container {
    color: #fff;
    background-color: #b01354;
}

.about-header-box {
    /*background-color: #85b8b4;*/
    margin-bottom: 20px;
}

.about-header {
    padding-top: 12px;
    padding-bottom: 14px;
}

.about-header h2 {
    color: #fff;
    /*font-size: 27px;*/
    margin: 0;
    text-align: center;
}

.about-section h3 {
    /*font-size: 20px;*/
    font-weight: 500;
    /*color: #6ec1e4;*/
    margin-bottom: 5px;
}

.about-section .svg-icon {
    filter: invert(10%) sepia(66%) saturate(2631%) hue-rotate(243deg) brightness(71%) contrast(104%);
}

.about-section .svg-icon:hover {
    filter: invert(31%) sepia(10%) saturate(3523%) hue-rotate(275deg) brightness(91%) contrast(82%);
}

.about-section .lead {
    color: #e20a77;
    margin-top: 8px;
}

span.colored {
    /*color: #85b8b4;*/
}

.clients-section .container {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard-section .container {
    background-color: #b01354;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.dashboard-section h2 {
    color: #fff;
    margin-bottom: 25px;
}

.dashboard-section .btn-success {
    margin-top: 30px;
}

.contact-section .container {
    color: #fff;
    background: -webkit-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) #b2105f;
    background: -moz-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) #b2105f;
    background: -ms-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) #b2105f;
    background: linear-gradient(136deg, #b2105e 50.8%, #e10977 100%) #b2105f;
    text-align: center;
}

.contact-section p a, .contact-section a {
    color: #fff;
}

.contact-section a:hover, .contact-section a:focus {
    color: #fff !important;
    text-decoration: underline !important;
}

#footer-menu .navbar-nav > li > a {
    color: #000;
}

.footer-brand {
    display: inline-block;
}


/*Round Icon Badges*/

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*background-color: #222;*/
    color: #FFF;
    text-align: center;
    margin: 20px 10px;
}

.round > span {
    line-height: inherit;
}

.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.round.hollow a {
    color: #fff;
}

.round.hollow .glyphicon-phone {
    top: 3px;
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7rem;
}

.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5rem;
}

#content .alert > p, #content .alert > ul {
    margin-top: 0;
    margin-bottom: 0;
}

#white-label-dashboard .tab-items .btn-group > button {
    color: #222;
}

#white-label-dashboard .tab-items .btn-group > button.active,
#white-label-dashboard .tab-items .btn-group > button.active:focus,
#white-label-dashboard .tab-items .btn-group > button.active:hover {
    color: #90406c;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .top-section {
        margin-top: 103px;
    }

    .homepage .top-section .container {
        height: calc(100% - 103px);
    }

    .navbar-collapse {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-light .navbar-nav {
        padding: 10px 0 10px 15px;
    }

    .navbar.bg-color-light {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar.bg-color-light .container {
        background: url(../../vitalias/images/branding-top.png) no-repeat;
        background-position: top right;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .navbar-light .navbar-brand {
        width: 120px;
    }

    .navbar-language {
        top: 31px;
    }

    .sub-brand {
        margin-left: 0;
    }

    nav ul li {
        list-style: none;
        margin: 0;
        /*border-left: 1px solid;*/
    }

    nav ul li:first-child {
        border: none;
    }

    .navbar-nav > li > a {
        /*padding: 0 10px 1px 8px;*/
    }

    .lead-area {
        padding-top: 9rem;
    }

    h1 {
        margin-top: 0;
    }

    .intro-section h1 {
        margin: 53px 0;
    }

    .about-section p.fixed-height {
        height: 45px;
    }

    .contact-section .container {
        background: url(../../vitalias/images/branding-bottom.png) right top no-repeat, -webkit-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) right top no-repeat #b2105f;
        background: url(../../vitalias/images/branding-bottom.png) right top no-repeat, -moz-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) right top no-repeat #b2105f;
        background: url(../../vitalias/images/branding-bottom.png) right top no-repeat, -ms-linear-gradient(-46deg, #b2105e 50.8%, #e10977 100%) right top no-repeat #b2105f;
        background: url(../../vitalias/images/branding-bottom.png) right top no-repeat, linear-gradient(136deg, #b2105e 50.8%, #e10977 100%) right top no-repeat #b2105f;
    }
}


@media (min-width: 992px) {
    .small-lg {
        /*font-size: 85%;*/
    }

    .navbar-language {
        top: 4px;
    }

    .lead-area {
        padding-top: 6rem;
    }

    .intro-section h1 {
        margin: 125px 0 105px;
    }

    .intro-section .home-content h1 {
        margin: 30px 0 30px 100px;
    }

    .speaker {
        margin-bottom: 30px;
    }

    .shift-color .carousel-caption .btn-info {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-light .navbar-nav > li > a {
        padding: 0 15px 1px;
    }

    .lead-area {
        padding-bottom: 4.5rem;
    }

    .intro-section h1 {
        margin: 175px 0 135px;
    }

    footer h2 {
        margin-top: .5rem;
    }

    .round {
        margin-bottom: 45px;
    }

    .speaker {
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    .lead-area {
        padding-bottom: 6rem;
    }

    .intro-section h1 {
        margin: 225px 0 165px;
    }
}
