﻿/*MASTER*/

html {
    /*    font-size:10px !important;*/
}

body {
    height: 100%;

}

.navbar-default .navbar-nav > li > a {
    height: 64px;
    line-height: 64px;
}

#stickyBrand {
    position: fixed;
    left: 24px;
    z-index: 99999;
}


    #stickyBrand a {
        padding-top: 0px;
        font-size: 16px;
        color: #161618 !important;
        letter-spacing: 1px;
        height: 48px;
        line-height: 64px;
    }

        #stickyBrand a:hover {
            text-decoration: none;
        }

        #stickyBrand a img {
            width: 102px;
        }

#footer {
    margin-top: 50px;
    font-size: 12px;
    font-weight: 300;
}

.footer-menu li a {
    text-decoration: none;
    color: #00324B;
    text-transform: uppercase;
}

#footer span {
    color: #707070;
}

#footer .footer-link {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #141414 !important;
    text-decoration: none !important;
}

#footer a:hover {
    text-decoration: none;
    color: #1c6bba !important;
}

.form-group {
    margin-bottom: 0px;
}

#spinner_loader {
    margin-top: 20px !important;
    opacity: 0;
    transition: all 500ms ease-in-out
}

form {
    height: 100%;
}

#footer {
    padding: 24px;
}

.navbar {
    background-color: rgb(250,250,250);
}

.navbar-toggler {
    border: 0 !important;
    color: rgba(0, 0, 0, 0.96);
}

.social-list li {
    margin: 0 16px;
    display: inline;
}
/*MASTER END*/
.hero-pic {
    min-height: 462px;
    background-image: url(/img/hero_pic.png);
    background-position: bottom;
    background-size: cover;
}


section {
    padding-top: 1rem;
}

.headline, .subline {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
    text-transform: initial;
}

.subline {
    font-size: 1.75rem;
}

.text-container {
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 300;
}


    .text-container small {
        font-size: 0.8rem;
    }

.table {
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
}

.card {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    max-width: 616px;
}

.form-group {
    text-align: left;
}

.form-row {
    margin-top: 1rem;
}

.checkbox {
    font-size: 0.875rem;
}

.btn-common {
    border-color: #2a609d;
    background-color: transparent;
    color: #2a609d;
    letter-spacing: 0.02em;
    line-height: 22px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all ease-in-out 100ms, 300ms
}

    .btn-check + .btn-common:hover, .btn-check + .btn-common:active, .btn-check:checked + .btn-common, .btn-common:hover, .btn-common:active {
        color: #fff !important;
        background-color: #2a609d !important;
        border-color: #2a609d !important;
    }

.btn-common-select {
    border-color: #00324B;
    background-color: #00324B;
    color: #FFFDFB;
    letter-spacing: 0.02em;
    line-height: 22px;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 0;
    transition: all ease-in-out 100ms, 300ms
}

    .btn-check + .btn-common-select:hover, .btn-check + .btn-common-select:active, .btn-check:checked + .btn-common-select, .btn-common-select:hover, .btn-common-select:active {
        background-color: #C57B56 !important;
        border-color: #C57B56 !important;
        color: #FFFDFB;
    }

.form-group label {
    font-weight: 500;
}

@media (min-width: 480px) {
    .hero-pic {
        min-height: 584px;
    }

    .headline {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .headline {
        font-size: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .hero-pic {
        min-height: 35vw;
    }
}

@media (max-width: 480px) {
    .hero-pic {
        min-height: 340px;
    }

    .headline {
        font-size: 1.5rem;
    }
}

@media (min-width: 580px) {
    .hero-pic {
        min-height: 428px;
    }
}

@media (min-width: 1024px) {

    .hero-pic {
        min-height: 549px;
    }

    .headline {
        font-size: 2rem;
    }

    .hero-headline .headline {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 1400px) {
    .hero-pic {
        min-height: 630px;
    }
}

@media (min-width: 1600px) {
    .hero-pic {
        min-height: 33vw;
    }
}

@media (min-width: 1800px) {
    .hero-pic {
        min-height: 27vw;
        background-position: bottom;
    }
}


.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed;
}