
.telephone-cloud-holder{
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    height: 50px;
    z-index: 8;
    transition: all .3s ease;
}
.telephone-cloud-holder a{
    text-decoration: none;
}
.telephone-cloud{
    background-color: var(--orange);
    width: 50px;
    height: 50px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 8;
    box-shadow: 1px 1px 8px #000;
    transition: all .3s ease;
}
.telephone-cloud:hover{
    background-color: var(--dark-blue);;
}
@font-face {
    font-family: futura_ltbold;
    src: url(../fonts/futuralt-bold-webfont.eot);
    src: url(../fonts/futuralt-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/futuralt-bold-webfont.woff) format('woff'), url(../fonts/futuralt-bold-webfont.ttf) format('truetype'), url(../fonts/futuralt-bold-webfont.svg#futura_ltbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: futura_ltbook;
    src: url(../fonts/futuralt-book-webfont.eot);
    src: url(../fonts/futuralt-book-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/futuralt-book-webfont.woff) format('woff'), url(../fonts/futuralt-book-webfont.ttf) format('truetype'), url(../fonts/futuralt-book-webfont.svg#futura_ltbook) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GillSansMT-UltraBold;
    src: url(GillSansMT-UltraBold.eot?#iefix) format('embedded-opentype'), url(GillSansMT-UltraBold.woff) format('woff'), url(GillSansMT-UltraBold.ttf) format('truetype'), url(GillSansMT-UltraBold.svg#GillSansMT-UltraBold) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    box-sizing: border-box
}

:root {
    --white: white;
    --gray-bg: #f7f7f7;
    --dark-blue: #222533;
    --orange: #fc7405
}

.gray {
    background-color: var(--gray-bg)
}

.dark {
    background-color: var(--dark-blue)
}

h1,
h2,
h3,
h4,
h5 {
    font-family: futura_ltbold, sans-serif;
    line-height: 1.1
}

p {
    font-family: futura_ltbook, sans-serif;
    line-height: 2.3rem
}

body,
html {
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: futura_ltbook, sans-serif
}

section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

section#borjaladda {
    flex-direction: column
}

section.naturvard {
    background: linear-gradient(rgba(34, 37, 51, .8), rgba(34, 37, 51, .8)), url(../img/2-DrugaSlikaSektor.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed
}

section.dark {
    padding: 0
}

section.pb0 {
    padding-bottom: 0
}

.txt-cent {
    text-align: center
}

#page-wrapper {
    width: 100%
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px
}

nav {
    background-color: var(--dark-blue);
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #222533
}

.nav-holder .nav-logo {
    width: 170px
}

.nav-holder .nav-logo img {
    width: auto;
    height: 40px
}

.nav-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px
}

.nav-holder .navigation .open-nav-small {
    display: none
}

.nav-holder .navigation .close-nav-small {
    display: none
}

.nav-holder .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-holder .navigation ul li a {
    text-decoration: none;
    color: var(--white);
    display: block;
    padding: 4px 8px;
    border-bottom: 2px solid transparent;
    transition: all .3s ease
}

.nav-holder .navigation ul li a.active {
    border-bottom: 2px solid var(--orange);
}

.top-banner {
    position: relative;
    width: 100%;
    height: 100vh
}

.top-banner-video-holder {
    position: relative;
    width: 100%;
    height: 100vh
}

.top-banner-video-holder video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 0
}

.dark-video-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.top-banner-content {
    position: absolute;
    max-width: 100%;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.top-banner-content h1 {
    /*font-size: 100px;*/
    font-size: 80px;
    color: var(--white);
    text-shadow: 2px 2px #000;
    position: relative;
    max-width: 1160px;
    width: 100%;
    height: 250px;
    text-align: left
}

.circles-holder {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start
}

.circle-dsesc {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.circle {
    width: 200px;
    height: 200px;
    border: 20px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.circle p {
    font-weight: 800;
    font-size: 20px
}

.circle-dsesc p {
    text-align: center
}

.grid-content-holder {
    width: 100%;
    display: flex;
    justify-content: center
}

.grid-content-holder.column {
    flex-direction: column;
}

.grid-content-holder .content-hero-img,
.grid-content-holder .content-text {
    flex: 1;
    position: relative
}

.grid-content-holder .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dark .grid-content-holder .content-text {
    padding: 80px 0
}

.grid-content-holder .content-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0
}

.dark .grid-content-holder .content-text h2 {
    color: var(--orange)
}

.grid-content-holder .content-text p {
    line-height: 32px;
    margin: 0;
    color: rgba(0, 0, 0, .67);
    margin-bottom: 14px
}

.grid-content-holder .content-text p:last-of-type {
    margin-bottom: 24px
}

.dark .grid-content-holder .content-text p {
    color: var(--white)
}

.grid-content-holder .content-text a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: table;
    color: var(--dark-blue)
}

.dark .grid-content-holder .content-text a {
    color: var(--white)
}

.grid-content-holder .content-hero-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    flex: 1
}

.dark .grid-content-holder .content-hero-img {
    flex: 1;
    max-width: 50%;
    width: auto
}

.grid-content-holder .content-hero-img.bg-img {
    background-image: url(../img/1-PrviText1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.grid-content-holder .content-hero-img img {
    width: 100%;
    border-radius: 10px
}

.grid-content-holder .content-hero-img .image-fit {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%
}

.dark .grid-content-holder .content-hero-img .image-fit {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.produkter-holder {
    display: flex;
    flex-direction: column
}

.produkter-holder h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-align: center
}

.produkter-images-holder {
    display: flex;
    flex-wrap: wrap
}

.img-text {
    flex: 1;
    flex-direction: column
}

.img-text:first-of-type {
    padding-right: 20px
}

.img-text:last-of-type {
    padding-left: 20px
}

.img-text img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center
}

.img-text h3 {
    text-align: center
}

.text-section-holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.produkter-texts {
    display: flex;
    margin-bottom: 34px
}

.produkter-texts:last-of-type {
    margin-bottom: 0
}

.produkter-texts:nth-child(even) {
    flex-direction: row-reverse
}

.text-section {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.text-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0
}

.text-section p {
    margin: 0
}

.text-section-image {
    flex: 1;
    padding: 20px
}

.text-section-image.bg-img1,
.text-section-image.bg-img2,
.text-section-image.bg-img3,
.text-section-image.bg-img4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.text-section-image.bg-img1 {
    background-image: url(../img/1-PrviText1.jpeg)
}

.text-section-image.bg-img2 {
    background-image: url(../img/1-PrviText1.jpeg)
}

.text-section-image.bg-img3 {
    background-image: url(../img/1-PrviText1.jpeg)
}

.text-section-image.bg-img4 {
    background-image: url(../img/1-PrviText1.jpeg)
}

.text-section-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.cards-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 0 25px 25px;
    text-align: center
}

.card .circles {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #fc7405, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c
}

.card h3 {
    padding: 20px 36px
}

.card p {
    margin-top: 50px
}

.contact {
    background: linear-gradient(rgba(34, 37, 51, .5) 100%, rgba(34, 37, 51, .5)100%), url(../img/6-ContactSektor.jpg);
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact-form-holder{
    display: flex;
}

.contact-form {
    max-width: 690px;
    padding: 48px 96px 60px 96px;
    background: var(--white);
    border-radius: 10px;
}

.contact-form h3 {
    margin: 0 0 16px 0;
    font-size: 32px
}

.contact-form p {
    margin: 0 0 32px 0;
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, .67)
}

.contact-form p a{
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .67);;
    transition: all .3s ease;
}
.contact-form p a:hover{
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=number],
textarea {
    width: 100%;
    padding: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 8px;
    resize: vertical;
    outline: 0;
    border: 1px solid rgba(228, 228, 228, 1);
    background: rgba(255, 255, 255, 1);
    margin-bottom: 8px
}

.contact-form input[type=submit] {
    background-color: var(--orange);
    color: #fff;
    width: 100%;
    padding: 16px 32px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    margin-top: 16px
}

.contact-form input[type=email]:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
textarea:focus {
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 -2px 0 #36a9e1
}

.contact-form label {
    line-height: 28px;
    font-weight: 700
}

#success{
    text-align: center;
    color: green;
}

#mail-status {
	padding: 12px 20px;
	width: 100%;
	display:none; 
	font-size: 1em;
	font-family: "Georgia", Times, serif;
	color: rgb(40, 40, 40);
}
.error{background-color: #F7902D;  margin-bottom: 40px;}
.success{background-color: #48e0a4; }
.g-recaptcha {margin: 0 0 25px 0;}

/*adress*/
.location{
    display: flex;
}
.map-adress{
    position: relative;
    padding: 20px;
    flex: 1;
    display: flex;
}
.map-adress iframe{
    width: 100%;
}
.map-adress .adress{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.adress p{
    background: var(--orange);
    padding: 10px 20px;
    margin: 0;
    color: #fff;
}

footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-blue);
    padding: 20px 0
}

.footer-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-holder p {
    font-size: 14px;
    margin: 0;
    color: var(--white)
}

.footer-holder a {
    display: block;
    text-decoration: none
}

.footer-holder p a {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: all .3s ease;
}

.footer-holder p a:hover{
    border-bottom: 1px solid #fff;
}

.numb {
    display: flex;
    flex-direction: column
}

.numb a{
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}

.numb a:hover{
    color: var(--orange);
}

.footer-holder i {
    font-size: 20px;
    color: var(--orange);
    margin-right: 5px;
    cursor: pointer;
    transition: all .3s ease
}
footer .tel,
footer .loc{
    display: flex;
    text-align: left;
    margin-bottom: 10px;
}
footer .loc:last-of-type{
    margin-bottom: 0;
}
footer .loc p{
    line-height: normal;
}

.cookie {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: var(--dark-blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease;
    animation: showCookie 1s 1s forwards;
    -webkit-animation: showCookie 1s 1s forwards
}

.cookie.accepted{
    opacity: 1;
    animation: acceptedCookie 1s 1s forwards;
    -webkit-animation: acceptedCookie 1s 1s forwards
}

.cookie.accepted.none{
    display: none;
}

.cookie p {
    margin: 0 15px 0 0;
    color: var(--white);
    font-size: 12px
}

.cookie .accept-btn {
    border-radius: 4px;
    background: #36a9e1;
    color: var(--white);
    font-size: 14px;
    padding: 8px 16px;
    cursor: pointer;
    transition: opacity .3s ease
}

@keyframes showCookie {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes showCookie {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes acceptedCookie {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes acceptedCookie {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media (hover:hover) {

    .dark .grid-content-holder .content-text a:hover,
    .grid-content-holder .content-text a:hover {
        color: #36a9e1
    }

    .contact-form input[type=submit]:hover {
        opacity: .8
    }

    .cookie .accept-btn:hover {
        opacity: .8
    }

    .footer-holder i:hover {
        opacity: .8
    }
}

@media only screen and (max-width:1024px) {
    section.naturvard {
        background-attachment: scroll
    }
}

@media only screen and (max-width:960px) {
    .card {
        width: 100%;
        margin-bottom: 20px;
        max-width: 380px
    }

    .card .img-holder {
        height: 300px
    }
}

@media only screen and (max-width:930px) {
    .nav-holder .navigation .open-nav-small {
        display: block;
        color: #1d70b8;
        font-size: 34px;
        cursor: pointer
    }

    .nav-holder .navigation .close-nav-small {
        display: block;
        color: #1d70b8;
        font-size: 38px;
        top: 14px;
        right: 19px;
        position: absolute;
        cursor: pointer
    }

    .nav-holder .navigation ul {
        position: fixed;
        width: 300px;
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 80px;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: var(--dark-blue);
        transition: transform .3s ease
    }

    .nav-holder .navigation ul.open-nav {
        transform: translateX(0);
        box-shadow: 1px 1px 5px #000
    }

    .nav-holder .navigation ul li {
        margin-bottom: 34px
    }

    .nav-holder .navigation ul li:last-of-type {
        margin-bottom: 0
    }

    .nav-holder .navigation ul li a {
        font-size: 24px
    }

    .top-banner-content {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .top-banner-content h1 {
        font-size: 73px
    }

    #borjaladda .grid-content-holder {
        flex-direction: column
    }

    #borjaladda .grid-content-holder .content-hero-img {
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        height: 340px;
        flex: auto;
        margin-left: 0
    }

    #borjaladda.dark .grid-content-holder .content-hero-img {
        margin-top: 0;
        margin-bottom: 40px
    }

    #borjaladda .grid-content-holder .content-hero-img img {
        height: 480px
    }

    .produkter-texts {
        flex-direction: column;
        margin-bottom: 40px
    }

    .produkter-texts:nth-child(even) {
        flex-direction: column
    }

    .produkter-texts:last-of-type {
        margin-bottom: 0
    }

    .text-section {
        width: 100%;
        padding: 0
    }

    .colSm .grid-content-holder {
        flex-direction: column-reverse
    }

    .colSm .grid-content-holder .content-hero-img {
        margin-top: 40px
    }

    .colSm .grid-content-holder .content-hero-img img {
        height: 480px
    }

    .contact-form {
        max-width: 100%
    }

    .circles-holder {
        flex-wrap: wrap
    }

    .circle-dsesc {
        max-width: 100%;
        margin-bottom: 20px;
        max-width: 380px
    }

    .img-text:first-of-type {
        width: 100%;
        padding-right: 0;
        flex: auto;
        margin-bottom: 40px
    }

    .img-text:last-of-type {
        width: 100%;
        padding-left: 0;
        flex: auto
    }

    .dark .grid-content-holder .content-hero-img {
        max-width: 0;
        width: 0;
        flex: auto
    }

    .text-section p {
        margin: 0 0 24px 0
    }

    .text-section-image {
        padding: 0
    }

    /*adress*/
    .location {
        flex-direction: column;
    }
    .grid-content-holder.column{
        flex-direction: column;
    }
    .map-adress{
        padding: 0
    }
    .map-adress:first-of-type{
        margin-bottom: 60px;
    }
    .map-adress .adress{
        bottom: -24px;
    }
}

@media only screen and (max-width:600px) {
    .top-banner-content h1 {
        font-size: 38px;
        line-height: 1.8;
        text-align: center;
        overflow: hidden;
        height: auto;
    }

    .nav-holder {
        height: 60px
    }

    .dark-content-text h2,
    .grid-content-holder .content-text h2 {
        font-size: 24px
    }

    .dark-content-text p,
    .grid-content-holder .content-text p {
        font-size: 14px
    }

    #borjaladda .grid-content-holder .content-hero-img img,
    .colSm .grid-content-holder .content-hero-img img {
        height: auto;
        width: 100%
    }

    .contact-form {
        padding: 48px 20px
    }

    .footer-holder {
        flex-wrap: wrap
    }

    .footer-holder a {
        order: 1
    }

    .footer-holder p {
        order: 3;
        text-align: center;
        width: 100%
    }

    .numb {
        order: 2;
        margin-bottom: 10px;
    }

    footer .tel p,
    footer .loc p{
        text-align: left;
    }
}

@media only screen and (max-width:374px) {
    .footer-holder .footer-logo{
        margin: auto;
        margin-bottom: 10px;
    }
}

/* Thank you page */
.msg-holder{
    height: calc(100vh - 84px);
    padding-top: 100px;
    text-align: center;
    background-color: #fff;
    color: #fc7405;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width:600px) {
    .msg-holder{
        height: calc(100vh - 120px);
    }
}

/* update top phone */
#navbar{
    flex-direction:column;
    align-items: center;
}
.top-phone-holder{
    background-color: #FC7405;
    padding: 8px 0;
    color: #484848;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: center;
}
.top-phone-holder a{
    color: #484848;
    text-decoration: none;
    transition:all .3s ease;
    margin-left: 5px;
    padding-right: 8px;
}

.top-phone-holder a:hover{
    color: #fff;
}
