@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');

body, html {
    font-family : 'Open Sans', sans-serif;
}

body {
    height : 100%;
}

#sc-1 {
    height   : 100vh;
    position : relative;
}

.animatedWidth {
    width: 100% !important;
}

.ozadje {
    background        : url("../img/ozadje.jpg") no-repeat center;
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
    background-position-y   : 100px;
}

.logotip {
    height : 60px;
}

/*Flex Vertical Center*/
.fvc {
    display       : flex;
    align-content : center;
}

/*Flex Horizontal Center*/
.fhc {
     display         : flex;
     justify-content : center;
 }

.h1 {
    font-size   : 52px;
    color       : rgb(0, 133, 207);
    font-weight : 700;
    line-height : 1.2;
}

.text-slim {
    font-size   : 52px;
    color       : rgb(0, 133, 207);
    font-weight : 300;
    line-height : 1.2;
}

.text-fat {
    font-size   : 52px;
    color       : rgb(0, 133, 207);
    font-weight : 700;
    line-height : 1.2;
}

.btn-slim {
    padding        : 1.1rem;
    font-size      : 18px;
    color          : rgb(0, 133, 207);
    line-height    : 1.083;
    text-align     : center;
    text-transform : uppercase;
    letter-spacing : 1.6px;
    border         : 2px solid rgb(0, 133, 207);
}

.blue-banner {
    background-image        : url("../img/banner.jpg");
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
}

.pos-bottom {
    position : absolute;
    bottom   : 0;
    width    : 100%;
}

.pt-10 {
    padding-top : 10%;
}

.pl-26 {
    padding-left : 26rem;
}

.pl-12 {
    padding-left : 12rem;
}

.active a {
    color           : rgb(0, 133, 207) !important;
    text-decoration : underline;
    font-weight     : bold;
}

.nav-width {
    width   : 70%;
    display : flex;
}

.navbar-light .navbar-nav .nav-item {
    padding-left : 1.9rem;
}

.navbar-light .navbar-nav .nav-link {
    color          : #7e7e7e;
    letter-spacing : 1px;
    padding-left   : 0px;
    padding-right  : 0px;
}

.navbar {
    background-color : #ffffffc2;
}

.sticky-top {
    position : fixed !important;
    width    : 100%;
}

.lead {
    font-size      : 48px;
    color          : rgb(26, 125, 191);
    font-weight    : 800;
    text-transform : uppercase;
    line-height    : 1.2;
}

.lead-white {
    font-size      : 48px;
    color          : rgb(255, 255, 255);
    font-weight    : 800;
    text-transform : uppercase;
    line-height    : 1.2;
}

.slim-shady {
    font-size   : 29px;
    color       : rgb(26, 125, 191);
    font-weight : 400;
    line-height : 1.2;
}

.fat {
    font-weight : 800;
}

#sc-2 .container .row .col-7 p,
#sc-3 .container .row .col-6 p,
#sc-5 .container .row .col-6 p {
    color : #6a6a6a;
}

.ozadje2 {
    background-image        : url("../img/skice.jpg");
    -webkit-background-size : contain;
    -moz-background-size    : contain;
    -o-background-size      : contain;
    background-repeat       : no-repeat;
    background-position     : 89% 14%;
}

.ozadje3 {
    background-image        : url("../img/skica2.jpg");
    -webkit-background-size : contain;
    -moz-background-size    : contain;
    -o-background-size      : contain;
    background-size         : 800px;
    background-repeat       : no-repeat;
    background-position     : 28% 82%;
}

.vertical-center {
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

.navbar-light .navbar-nav .nav-link.active {
    color         : rgb(26, 125, 191);
    font-weight   : 700;
    border-bottom : 3px solid rgb(26, 125, 191);
}

.bg-gray {
    background-color : #c0c0c0;
}

.position-rel {
    position : relative;
}

.postition-abs {
    position : absolute;
}

.rekuperator-adjustment {
    top : -80px;
}

#sc-4 {
    margin-top : 10rem;
}

.CookieDeclaration {
    display: none;
}

.blue-widget {
    border-radius    : 10px;
    background-image : -moz-linear-gradient(0deg, rgb(15, 112, 183) 0%, rgb(45, 170, 225) 100%);
    background-image : -webkit-linear-gradient(0deg, rgb(15, 112, 183) 0%, rgb(45, 170, 225) 100%);
    background-image : -ms-linear-gradient(0deg, rgb(15, 112, 183) 0%, rgb(45, 170, 225) 100%);
}

.blue-widget-text {
    font-size   : 22px;
    color       : rgb(255, 255, 255);
    font-weight : bold;
    line-height : 0.955;
}

.blue-widget .list-unstyled li {
    font-size   : 16px;
    color       : rgb(255, 255, 255);
    font-weight : 100;
    line-height : 1.2;
}

#sc-5 .container .row .col-6 p {
    font-size : 0.95rem;
}

.py-10 {
    padding-top    : 7rem;
    padding-bottom : 14rem;
}

.ozadje4 {
    background-image        : url("../img/blue-bg.png");
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
}

textarea {
    height : 264px !important;
    resize : none;
}

.form-control {
    border-radius    : 2px;
    background-color : rgb(255, 255, 255);
    height           : 56px;
}

.lbl {
    font-size     : 18px;
    color         : rgb(255, 255, 255);
    font-weight   : 600;
    line-height   : 1;
    text-align    : left;
    margin-bottom : 12px;
}

.button {
    background-color : transparent;
    color            : white;
    width            : 159px;
    height           : 54px;
    border           : 1px solid rgb(255, 255, 255);
    border-radius    : 2px;
    transition       : 0.3s;
}

.button:hover {
    color            : rgb(26, 125, 191);
    background-color : white;
    width            : 159px;
    height           : 54px;
    border           : 1px solid rgb(255, 255, 255);
    border-radius    : 2px;
    cursor           : pointer;
    font-weight      : 700;
}

.no-padding {
    padding-left  : 0 !important;
    padding-right : 0 !important;
    margin-bottom : -6px;
}

/* width */
::-webkit-scrollbar {
    width : 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background : #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background : #888888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background : #555555;
}

.height {
    height : 100%;
}

.contact-box {
    background-color : rgb(255, 255, 255);
    box-shadow       : 0px -4px 30px 0px rgba(133, 133, 133, 0.2);
    position         : absolute;
    z-index          : 20;
    padding-left     : 2.5rem;
    padding-right    : 2.5rem;
    padding-top      : 3rem;
    padding-bottom   : 3.2rem;
    top              : -275px;
}

.fat-blue {
    color       : rgb(26, 125, 191);
    font-weight : 700;
}

.contact li {
    font-size   : 18px;
    color       : rgb(106, 106, 106);
    text-align  : left;
    line-height : 1.4;
}

.contact-heading {
    font-size   : 18px;
    color       : rgb(26, 125, 191);
    font-weight : bold;
    line-height : 1.222;
    text-align  : left;
}

#novice {
    border-top       : none;
    border-left      : none;
    border-right     : none;
    border-bottom    : 1px solid rgba(106, 106, 106, 0.20);
    background-color : rgb(255, 255, 255);
    transition       : 0.3s ease-in-out;
}

#novice:focus {
    box-shadow    : none;
    border-bottom : 2px solid rgba(106, 106, 106, 0.40);
}

#novice::placeholder {
    font-size   : 18px;
    color       : rgba(106, 106, 106, 0.502);
    font-weight : 300;
    font-style  : italic;
    line-height : 1.222;
}

.Email {
    font-size   : 18px;
    font-family : "Open Sans";
    color       : rgba(106, 106, 106, 0.502);
    font-style  : italic;
    line-height : 1.222;
    position    : absolute;
    left        : 975.109px;
    top         : 6016.002px;
    z-index     : 30;
}

.button2 {
    background-color : transparent;
    color            : rgb(26, 125, 191);
    width            : 150px;
    height           : 49px;
    font-size        : 14px;
    border-width     : 1px;
    border-color     : rgb(0, 133, 207);
    border-style     : solid;
    transition       : 0.3s;
    text-transform   : uppercase;
}

.button2:hover {
    color            : white;
    background-color : rgb(26, 125, 191);
    width            : 150px;
    height           : 49px;
    border           : 1px solid rgb(255, 255, 255);
    border-radius    : 2px;
    cursor           : pointer;
    font-weight      : 700;
}

.fill-input:focus ~ .fill-border {
    width : 100%;
}

.fill-input::placeholder {
    font-size : 1.5rem;
}

.fill-border {
    position      : absolute;
    left          : 0;
    height        : 0.2rem;
    width         : 0;
    border-bottom : 0.2rem solid #1b94d9;
    transition    : width 0.3s;
    bottom        : 15px;
}

a {
    color : rgb(106, 106, 106);
}

.position-bottom {
    display     : flex;
    align-items : flex-end;
}

.focus input:focus,
.focus textarea:focus {
    -webkit-box-shadow: 0px 0px 26px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 0px 26px 0px rgba(51,51,51,1);
    box-shadow: 0px 0px 26px 0px rgba(51,51,51,1);
}

.copyright {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: center;
    padding-top: 5.5rem;
}

#fixed-scroller .blue-box {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(15,112,183) 0%, rgb(45,170,225) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(15,112,183) 0%, rgb(45,170,225) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(15,112,183) 0%, rgb(45,170,225) 100%);
    width: 190px;
    color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 260px;
    right: 0;
    left: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.47);
    margin-top: 2rem;
    margin-bottom: 2rem;
    z-index : 10;
    overflow:hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

#fixed-scroller .blue-box .ostalo h3,
#fixed-scroller .blue-box .akcija h3,
.akcija2{
    font-size: 40px;
    color: rgb(254, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

#fixed-scroller .blue-box .ostalo p,
#fixed-scroller .blue-box .akcija p,
.akcija2{
    font-size: 30px;
    color: rgb(254, 255, 255);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.tlc {
    text-align: center;
}

.negative-margin {
    margin-top: -290px;
}

.akcija, .ostalo {
    overflow:hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.action-button {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 1.538;
    text-align: center;
    text-transform: uppercase;
}

.dimm {
    background-color: rgba(17, 23, 11, 0.8);
    height: 100% !important;
    width: 100vw !important;
    position: absolute;
    z-index: 1500;
}
#box-close {
    color: white;
    font-size: 2rem;
}

.pt-11 {
    padding-top: 20%;
}

.disp-none {
    display: none !important;
}

.w100 {
    width: 100% !important;
}

.arrow-btn:hover {
    cursor : pointer;
}
.ff-btn {
    position: absolute;
    right: 0;
}

.akcija-mobile {
    display: none;
}

.animation {
    transition: ease-in 500ms !important;
}

.cookie {
    margin-top: 12rem;
}
@media only screen and (min-device-width : 1000px) and (max-device-width : 1300px) {
.logotip {
    height: 40px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 990px) {
    #sc-1 {
        height   : 100%;
        position : static;
    }
    #domov > div.row.blue-banner.pos-bottom {
        position: static;
        width: initial;
        margin-top: 2rem;
    }
    #domov {
        padding-top: 2rem;
    }
    .nav-width {
        width    : 100%;
        display  : initial;
        position : relative;
    }

    h2 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .akcija-mobile {
        display: inline-block;
    }
    .akcija2 h3 {
        font-size: 1.35rem;
        font-weight: bold;
    }
    .akcija2 p {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .ozadje {
        -webkit-background-size : cover;
        -moz-background-size    : cover;
        -o-background-size      : cover;
        background-size         : cover;
        background-position: left;
    }

    .navbar-brand img {
        height : 2rem;
    }

    .sticky-top {
        position : static !important;
        width    : 100%;
    }

    .navbar-toggler {
        position : absolute;
        right    : 10px;
        top      : 15px;
    }

    #sc-4 > div > div > div.col-md-8.col-sm-12.position-relative > img,
    #sc-5 > div > div > div.col-md-6.col-sm-12.position-rel > img{
        position: static !important;
    }

    .contact-box {
        position : static !important;
    }

    #sc-8 > div {
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 0.5rem !important;
    }

    .copyright {
        padding-top: 0.5rem;
    }
    #domov > div.row.blue-banner.mt-5.pos-bottom > div {
        display: initial;
    }
    #box {
        display: none;
    }
    #sc-2 {
        margin-top: 0;
    }
    .lead {
        font-size: 1.5rem;
    }
    .slim-shady {
        font-size: 1.25rem;
        padding-bottom: 0 !important;
    }
    #sc-4 {
        margin-top: 1rem;
    }
    #sc-5 > div {
        padding-top: 2rem;
        padding-bottom: 1.4rem;
    }
    .blue-widget {
        margin-bottom: 1.4rem;
    }
    #povprasevanje {
        font-size: 1.5rem;
    }
    #sc-6 > div > div {
        padding-bottom: 0 !important;
    }
    #sc-6 > div {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .lbl {
        font-size: 16px;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    #sc-3 > div > div > div.col-md-6.col-sm-12.vertical-center.wow.zoomIn {
        order: -1;
    }
    .h1 {
        font-size: 1.5rem;
    }
    .text-slim {
        font-size: 1.5rem;
    }
    .text-fat {
        font-size: 1.5rem;
    }
    .btn-slim {
        height: 60px;
    }
    .cookie {
        margin-top: 1rem;
    }
}


