* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
}

.flex {
  display: flex;
}

header {
  display: flex;
  padding: 30px 120px 20px 120px;
  justify-content: space-between;
  border-bottom: 1px solid#eee;
  background-color: #F8F8F8;
}

#tel {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 10px;
}

#burger {
  display: none;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 35px;
}

#burger:hover {
  cursor: pointer;
}


.telnum {
  color: #004B54;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  margin-top: 5px;
}

.logo {
  margin-top: 10px;
  height: 25px;
  width: 160px;
}

.navlist {
  display: flex;
  margin-left: 10px;
}

.navlist a {
  text-decoration: none;
  color: #004B54; 
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  margin: 10px;
}

.navlist a:hover {
  color: #025c66;
}

.navlist-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
}

.navlist-mobile a {
  text-decoration: none;
  color: #004B54;
  font-weight: bold;
  margin: 20px;
  font-size: 25px;
}

#mobile-dropdown {
  display: none;
}

.telsection {
  display: flex;
}

body {
  background-color: #fff;
}

main {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
    color: #004B54;
    padding: 10px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.naslov {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}  

.sub_naslov {
  margin-top: 10px;
}

#slika_side {
    width: 400px;
    height: 525px;
}

.sekcija {
    display: flex;
    border: 2px solid #004B54;
    border-radius: 5px;
}

aside {
    display: flex;
    align-items: center;
    background-color: #E0E1E5;
    height: 525px;
}

.unutrasnje {
    background-color: #fff;
    width: 350px;
}


.num_input {
    margin: 10px;
    margin-bottom: 0;
    padding: 5px;
    outline: none;
    width: 330px;
    background-color: #fff;
    border: 2px solid #004B54;
    border-radius: 5px;
    font-size: 15px;
    color: #004B54;
    font-weight: 600;
}

.header_input {
  margin: 10px;
  margin-bottom: 0;
  padding: 5px;
  outline: none;
  width: 330px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 25px;
  color: #004B54;
  font-weight: 600;
}


#dropbtn {
    background-color: #fff;
    border: 2px solid #004B54;
    border-radius: 5px;
    width: 330px;
    color: #004B54;
    padding: 10px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    margin-left: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content div {
    color: #004B54;
    padding: 4px 8px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content div:hover {background-color: #004B54; color: #fff; cursor: pointer;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    background-color: #004B54;
    color: #fff;
  }

  .below {
    display: flex; 
    justify-content: space-between;
  }

.god {
  font-weight: 700;
}

.footer_section {
  background-color: #004B54;
  text-align: center;
  padding: 20px;
}

.footer_hero {
  color: #fff;
  font-size: 50px;
  padding-top: 75px;
  font-family: "Frank Ruhl Libre", Sans-serif;

}

.footer_sub {
  color: #fff;
  font-size: 22px;
  padding-top: 40px;
  font-family: "Frank Ruhl Libre", Sans-serif;
  margin-bottom: 50px;
}

.procena_container {
  margin: 100px 0 50px 0;
}

.procena {
  border-radius: 1px;
  font-weight: 700;
  text-decoration: none;
  color: #004B54;
  background-color: #FFE33D;
  padding: 20px 30px 20px 30px;
  transition: color 0.3s ease;
}

.procena:hover {
  color: #fff;
}

.footer_main {
  padding: 75px 100px 50px 100px;
  display: flex;
}

.footer_links {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.footer_links a {
  text-decoration: none;
  color: #004B54;
  font-size: 20px;
  margin: 15px 0 15px 0;
  font-weight: 500;
}

.footer_main_section {
  margin-left: 80px;
}

.footer_header {
  color: #004B54;
  font-size: 22px;
  margin: 75px 0 15px 0;
}

.gap {
  margin: 0 50px 0 50px;
}

.footer_text {
  font-size: 20px;
  color: #004B54;
  margin-top: 20px;
}

.footer_text_end {
  font-size: 20px;
  color: #004B54;
  margin-top: 50px;
}

.footer_end {
  display: flex;
  justify-content: space-between;
  background-color: #004B54;
  padding: 50px 70px 50px 70px;
  color: #fff;
}

.copyright {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

#izracunaj {
  background-color: #FFE33D;
  color: #004B54;
  margin-top: 20px;
  width: 1100px;
  border: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
} 

#izracunaj:hover {
  cursor: pointer;
  opacity: 90%;
}

#rezultat {
  margin-top: 20px;
  display: none;
}

.rezultat_block {
  background-color: #004B54;
  justify-content: space-between;
  padding: 20px;
  margin: 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}

.rezultat_block p:nth-child(2) {
  font-size: 30px;
  text-align: center;
}

#greska {
  display: none;
  margin-top: 50px;
}

.header-mobile {
  display: none;
}

.rez_parent {
  display: flex;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    overflow: hidden;
    width: 325px;
    -webkit-appearance: none;
    background-color: #fff;
  }
  
  input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #025c66;
    margin-top: -1px;
  }
  
  input[type='range']::-webkit-slider-thumb {
    width: 1px;
    -webkit-appearance: none;
    height: 1px;
    cursor: ew-resize;
    background: #004B54;
    border-radius: 15px;
    box-shadow: -250px 0 0 285px #004B54;
  }

}
/** FF*/
input[type="range"]::-moz-range-progress {
background-color: #004B54; 
}
input[type="range"]::-moz-range-track {  
background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
background-color: #004B54; 
}
input[type="range"]::-ms-fill-upper {  
background-color: #9a905d;
}

@media only screen and (max-width: 1150px){
  .copyright {
    font-size: 18px;
  }
}

@media only screen and (max-width: 850px){
  aside {
    display: none;
  }
  #burger {
    display: block;
  }
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: flex;
  }
  header {
    padding: 30px 20px 20px 20px;
  }
  .footer_main {
    flex-direction: column;
  }
  .footer_main_section {
    margin-left: 0;
  }
  .footer_header {
    font-size: 18px;
  }
  .telnum {
    font-size: 16px;
    margin-top: 0;
  }
  .sekcija {
    flex-direction: column;
  }
  .unutrasnje {
    width: 400px;
  }

  input[type='range'] {
    width: 380px;
  }

  .num_input, #dropbtn, .dropdown-content {
    width: 380px;
  }

  #izracunaj {
    width: 400px;
  }

  .copyright {
    font-size: 15px;
  }
  
  #rezultat {
    flex-direction: column;
  }
  .rez_parent {
    flex-direction: column;
  }
}