body{
    margin: 0;
    font-family: 'Open Sans';
}

.page{
    background: #101a25;
}

.main_page{
    overflow: hidden;
    background: #101a25;
}

/*TOP BAR*/
.top-bar{
    display: flex;
    height: 90px;
    /* background-color: #101a25; */
    flex-direction: row;
    position: relative;
    z-index: 3;
}

.index .top-bar{
    background-color: unset;
}


#main-wrapper{
    min-height: 100%;
    background: #101a25;

}


/*LOGO*/
.logo{
    width: fit-content;
    padding: 8px;
    padding-left: 50px;
    flex-shrink: 1;
    max-width: 150px;
}
.logo-img{
    height: 100%;
    width: auto;
}

.logo-text{
    color: white;
    align-self: center;
    font-size: 26px;
}

.spacer{
    flex-grow: 7;
}

/*NAV*/
.nav-bar{
    color:white;
}
.nav-bar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 120px;
    overflow: hidden;
    display: flex;
    height: 100%;
}
.nav-bar ul li {
    align-self: center;
    padding: 0 30px;
    /* font-size: 20px; */
    font-size: 18px;
}


/*LANG*/
.lang-bar{
    color: white;
    align-self: center;
    padding: 0 20px;
    padding-right: 50px;
    /* font-size: 18px; */
    font-size: 16px;
}


.lang-bar .active {
    text-decoration: underline;
    font-weight: bold;
}


/*HERO*/

.hero{
    /* height: 830px; */
    height: calc(100vh - 85px);
    /* background: #101a25; */
    /* position: relative; */
    display: flex;
}

/* .backlight{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background: radial-gradient(circle, rgba(0, 255, 225, 0.2) 0%, transparent 70%);
    z-index: 1;
    overflow: hidden;
} */

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;    
  background: radial-gradient(circle, rgba(0, 255, 225, 0.2) 0%, transparent 70%);
  z-index: 1;
}

.hero .right{
    height: 100%;
    width: 50%;
}

.hero .right img{
    height: 90%;
    padding-left: 5%;
    z-index: 1;
    position: relative;
    padding-top: 10vh;
}

.hero .right2{
    height: 100%;
    width: 50%;
}

.hero .right2 img{
    height: 100%;
    padding-left: 5%;
    z-index: 1;
    position: relative;
}

.hero .right3{
    height: 100%;
    width: 50%;
}

.hero .right3 img{
    height: 115%;
    padding-left: 5%;
    z-index: 1;
    position: relative;
}

.hero .right4{
    height: 100%;
    width: 50%;
}

.hero .right4 img{
    height: 108%;
    padding-left: 5%;
    z-index: 1;
    position: relative;
}


.hero .right2{
    height: 100%;
    width: 50%;
}

.hero .right2 img{
    height: 100%;
    padding-left: 5%;
    z-index: 1;
    position: relative;
}

.hero .left{
    width: 50%;
    display: flex;
    z-index: 2;
}

.hero-text{
    color: white;
    align-self: center;
    /* font-size: 35px; */
    /* font-size: clamp(25px, 2vw, 35px); */
    font-size: clamp(22px, 1.7vw, 30px);
    padding-left: 30%;
    width: 100%;
    padding-bottom: 80px;
}

.hero-text-text{
    padding-bottom: 25px;
}

.sub-hero-text{
    /* font-size: 20px; */
    /* font-size: clamp(18px, 1.35vw, 20px); */
    font-size: clamp(16.5px, 1.25vw, 19px);
}

a.contact-btn{
    background-color: #006c75;
    border-radius: 3px;
    padding: 9px 20px;
    /* font-size: 17px; */
    font-size: 14px;
    color: white;
    width: fit-content;
}

a.contact-btn:hover{
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    background-color: #077a85;
}


a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a.active{
    border-bottom: #00c4d6 3px solid;
}

.quote{
    position: absolute;
    left: 10%;
    bottom: 80px;
    color: white;
    font-style: italic;
    /* font-size: 25px; */
    /* font-size: clamp(20px, 1.5vw, 25px); */
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 40px;
    font-family: serif;
}

b{
    font-weight: bold;
}

/* O meni */
.cv-wrapper{
    /* max-width:  1160px;
    margin: 0 auto; */
    background-color: ghostwhite;
}

.cv-content{
    max-width:  1160px;
    margin: 0 auto;
    padding-top: 43px;
    display: flex;
    flex-direction: row;
    /* margin-bottom: 34px; */
    min-height: calc(100vh - 167px)
}

.cv-background, .podrocja-background, .contact-background {
    background: ghostwhite;
    z-index: 4;
    position: relative;
}


.cv-text{
    /* width: 50%; */
    /* padding-left: 5%; */
    /* padding-left: clamp(25px, 5%, 5%); */
    padding-left: 25px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cv-text p{
    line-height: 25px;
    /* text-align: justify; */
    /* padding-bottom: 25px; */
    /* font-size: 16px; */
    font-size: 14px;

}

.cv-text h1, .podrocja-content h1, .contact-content h1{
    margin-bottom: 10px;
    border-left: 7px solid #006c75;
    border-radius: 5px;
    padding-left: 10px;
    padding: 10px;
}

.cv-image{
    /* width: 50%; */
    display: flex;
}

.cv-image img{
    height: 100%;
    /* max-height: 700px;
    margin-top: 95px; */
    /* max-height: 716px; */
    /* margin-top: 12px; */
    max-height: calc(100vh - 196px);
    min-height: 500px;
}



.cv-hero{

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


h1.title{
    /* font-size: 30px; */
    font-size: 25px;
    font-weight: bold;
}


footer div{
    text-align: center;
    height: 24px;
    /* background-color: black; */
    color: white;
    width: 100%;
    padding-top: 10px;
    /* font-size: 14px; */
    font-size: 12px;
}
footer{
    width: 100%;
    /* position: fixed; */
    bottom: 0;
    z-index: 10;

}

.index footer{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.index footer div{
    background-color: unset;
}

.map{
    width: 100%;
}

#map{
    width: 100%;
    /* max-width: 1160px; */
    max-width: 820px;
    width: 100%;
    position: fixed;
    bottom: 0;
    /* margin: auto; */
    margin: 0 auto;
    /* max-height: 345px; */
    max-height: 40vh;
    margin-top: 30px;
}


/* podrocja dela */

.podrocja-content{
    max-width:  1160px;
    margin: 0 auto;
    padding-top: 43px;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 36px; */
    padding-bottom: 30px;
    /* margin-bottom: 34px; */
    /* min-height: calc(100vh - 203px); */
    min-height: calc(100vh - 197px);
}

.contact-content{
    max-width:  1160px;
    margin: 0 auto;
    padding-top: 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 167px)
}

.contact-content{
    line-height: 1.5;
}
.contact-content h1{
    line-height: 1;
}

.contact-content h2{
    font-size: 25px;
}

.location > div{
    display: inline;
}

.location {
    display: flex;
    justify-content: space-between;
}
.location-name{
    font-weight: bold;
    display: inline;
    position: absolute;
    /* padding-left: 10px; */
}
.logo-md{
    height: 80px;
    display: inline;
}

.logo-al{
    height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline;
}

.contacts{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contact-1, .contact-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* padding: 36px 30px; */
    padding: 18px 30px;
    border-left: 7px solid #006c75;
    border-radius: 5px;
    /* margin: 40px 0; */
    margin: 30px 0 10px 0;
    margin-left: 0;
}
.contact-2 {
    /* padding-right: 0; */
}

.row{
    display: flex;
    justify-content: space-between;
}
.col{
    padding-left: 15px;

}

.col-r{
    text-align: right;
}

.contact-info{
    padding-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.contact-h{
    width: 50%;
}

.contact-h2{
    width: 50%;
    text-align: right;
}

.contact-intro{
    padding-top: 15px;
}



.tiles-wrapper{
    /* display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px; */
}

.grid{
  display: grid;
  grid-auto-columns: 25%;
  /* grid-gap: 10px; */
  justify-content: center;
  grid-auto-flow: column;
}

.tile{
    position: relative;
    background-color: white;
    border: 3px solid #00545c;
    /* padding: 20px; */
    padding: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
    /* margin-top: 55px; */
    margin-top: 50px;
    /* height: 210px; */
    height: 180px;
}




.tile h2{
    font-size: 20px;
    color: #006c75;
    font-weight: bold;
    padding-top: 15px;
}
/* .tile > .tile-text {
    font-size: 15px;
    position: relative;
    line-height: normal;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.tile > .tile-text {
    /* font-size: 15px; */
    font-size: 13.5px;
    position: absolute;
    line-height: normal;
    top: 90px;
    left: 50%;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    transform: translate(-50%, 0%);
    width: calc(100% - 30px);
}

.tile-icon {
    width: 35px;
    height: 35px;
    border: 3px solid #00545c;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00545c;
    padding: 10px;
}

.tile-icon img{
    width: 100%;
    height: 100%;
}

.tile-line{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 3px solid #00545c;
    width: 30px;
}

/* For older versions */
.gm-style-iw + div {
  display: none;
}

/* For newer versions (post-2019) */
.gm-style-iw > button.gm-ui-hover-effect {
  display: none;
}

.gm-style-iw-chr{
    display: none;
}


.cv-text{
    /* width: 50%; */
    /* padding-left: 5%; */
    /* padding-left: clamp(25px, 5%, 5%); */
    padding-left: 25px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-device-width: 1600px) {
    .cv-text{
        padding-left: 5%;
    }
}


@media only screen and (max-device-width: 1160px) {
    #map{
        max-width: 100%;
    }

    .contact-content, .cv-content, .podrocja-content {
        max-width:  1160px;
    }
}

@media only screen and (max-device-width: 480px) {
    
}