﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    background-image: linear-gradient(302deg, #03132a, #4d6475);
    margin-bottom: 120px;
    color: #ffffff;
}

@media (min-device-width : 320px) and (max-device-width : 768px) {
    body {
        margin-bottom: 150px;
        font-size: 12px;
    }
}


/* NAV */
.navbar-brand {
    
    margin:0;
}

.navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 76px;
    height: 48px;

}

.navbar {
    background-color: #000;
    border-color: #212e3d;
}

.nav {
    min-height: 45px;
    background-color: #212e3d;
}

.nav > li {
    margin-right: 45px;
}

.nav > li > a {
    padding: 0;
    /*font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #3fc9aa;
    background-color: transparent;
}

.nav-item {
    margin: 0 20px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 0px;
    }
}

@media (min-device-width : 320px) and (max-device-width : 767px) {
    .nav-item {
        margin: 5px 15px;
    }
}

.active {
    color: #3fc9aa;
    font-weight: bold;
}

/* FOOTER */
.footer {
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #020303;
}

.footer-left {
    text-align: right;
    color: #c7c7c7
}

@media (min-device-width : 320px) and (max-device-width : 767px) {
    .footer {
        height: 60px;
    }

    .footer-left {
        text-align: left;
    }
}


/* BUTTONS */
.btn {
    border-radius: 40px;
}
/*.btn-group-lg > .btn, .btn-lg {
    padding: 5px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 40px;
}*/

.btn-main {
    color: white;
    /*background-color: #3fc9aa;*/
    font-size: 16px;
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}

.btn-main:hover {
    color: white;
    background-color: #359983;
}

/* CHECKBOX */
.form-check-input {
    margin-top: .35rem;
    width: 5px;
    height: 5px;
}

@media (max-device-width : 768px) {
    .form-check-input {
        margin-top: 0.15rem;
    }
}

/* GERAL */
h1 {
    font-weight: lighter;
}
h3 {
    font-weight: bold;
}

.title {
    font-size: 60px;
}
.subtitle{
    font-size: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.text-main-color {
    color: #3fc9aa;
}

.neutral-link {
    font-weight: normal;
    color: white;
}
.neutral-link:hover {
    color: #3fc9aa;
}

@media (min-device-width : 320px) and (max-device-width : 767px) {
    .title {
        font-size: 40px;
        text-align: center;
    }

    .subtitle {
        font-size: 13px;
        text-align: center;
    }

    .footer-right {
        display: none;
    }
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 15px;
    }
}


/* STANDARD MARGINS */
.contentSplit {
    margin-bottom: 50px;
}



/* MATERIAL CLASSES */
.form-control, .form-control:focus {
    color: #ffffff;
    padding-left:15px;
    max-width:320px !important;
}

.form-control {
    max-width: 320px !important;
}

/* WIZARD */
.wizard {
    counter-reset: stepNo;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.wizard-step {
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    list-style: none;
    padding: 0 2% 0 0;
    position: relative;
}

.wizard-step::before {
    border-top: 2px solid #3fc9aa;
    content: "";
    left: 44px; /*0;*/
    position: absolute;
    right: 0;
    top: 21px;
}

.wizard-step:last-child {
    border: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.wizard-step:last-child::before {
    border: 0 none;
}

.wizard-step:last-child:nth-child(2) {
    max-width: calc(100% / 2);
}

.wizard-step:last-child:nth-child(3) {
    max-width: calc(100% / 3);
}

.wizard-step:last-child:nth-child(4) {
    max-width: calc(100% / 4);
}

.wizard-step:last-child:nth-child(5) {
    max-width: calc(100% / 5);
}

.wizard-step:last-child:nth-child(6) {
    max-width: calc(100% / 6);
}

.wizard-step:last-child:nth-child(7) {
    max-width: calc(100% / 7);
}

.wizard-step:last-child:nth-child(8) {
    max-width: calc(100% / 8);
}

.wizard-step:last-child:nth-child(9) {
    max-width: calc(100% / 9);
}

.wizard-step:last-child:nth-child(10) {
    max-width: calc(100% / 10);
}

.wizard-step-link {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.wizard-step-link:before {
    opacity: 0.5;
    background: #3fc9aa;
    color: #fff;
    counter-increment: stepNo;
    content: counter(stepNo);
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 12px;
    text-align: center;
    width: 44px;
    border-radius: 50px;
}

.active.wizard-step-link:before {
    opacity: 1;
}

/*.wizard-step-link:hover,
.wizard-step-link:focus {
    color: #000;
    text-decoration: none;
}

.wizard-step-link:hover:before,
.wizard-step-link:focus:before {
    background: #fff;
    border: 1px solid #333;
    color: #333;
}*/