body {
  font-size: 81.25%;
  background: #fff;
  font-family: Arial,Helvetica,sans-serif;
  color: #224970;
  margin: 0;
  position: relative;
}

a {
  color: #224970;
  text-decoration: none;
}

a:active, a:hover {
  color: #bd0409;
  text-decoration: underline;
}

#header .in, .navbar .container-fluid, .content, .footer .in {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  text-align: left;
}

/* START HEADER */
#header {
  position: relative;
  z-index: 2;
  color: #fff;
  /*background: #042850;*/
  padding: 0px 0px 20px 0px;
  background: #04266E url(../img/header_bg.webp) no-repeat;
  background-size: cover;
}

#logo {
  font-size: 34px;
  padding: 15px 0 7px;
}

#logo, .domain-desc {
  font-family: CastleTEE,Arial,Helvetica,sans-serif;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 -2px #010a14;
  margin: 0 0 0 10px;
}

.domain-desc {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 15px;
}

#logo span {
  color: #FFD700;
}

#logo a {
  color: #fff;
  text-decoration: none;
}
/* END HEADER */

/* START NAVBAR */
.navbar {
  background-color: #117428;
  border-top: 1px solid #117428;
  border-bottom: 1px solid #117428;
  box-shadow: 0 1px 7px #117428;
  /*background-color: #FFD700;*/
  /*  background: #EA9D03 url(../img/menu_bg.webp) no-repeat;*/
  background-size: cover;
  /*  border-top: 1px solid #f1cc02;
    border-bottom: 1px solid #f1cc02;
    box-shadow: 0 1px 7px #f1cc02;*/
}

.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  /*font-size: 92.3%;
  text-transform: uppercase;*/
}

.navbar .nav-link:hover {
  text-decoration: underline;
}

.navbar .nav-link.active {
  color: #FFD700;
}

.languages {
  position: relative;
}

.languages .lang-active {
  margin-bottom: 0px;
  padding: 3px 30px 3px 14px;
  border-radius: 4px;
  box-shadow: 0 2px 5px #595959;
  background: #fff url(../img/icon_all.png) 100% -41px no-repeat;
}

.languages .lang-active img {
  margin-top: -2px;
  margin-right: 5px;
}

.languages .box {
  width: 240px;
  max-width: 240px;
  /*width: 100%;*/
  display: none;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 15px 0 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px #595959;
}

.languages:hover .box {
  display: block;
}

.languages .box ul {
  list-style: none;
  /*width: 50%;
  float: left;*/
  margin: 0px;
  padding: 0px;
}

.languages .box ul a,
.languages .box ul a:visited {
  color: #224970;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.languages .box ul a:hover {
  color: #bd0409;
  background: #e4e5e7;
}

.languages img {
  margin-right: 8px;
  width: 20px;
  height: 14px;
}
/* END NAVBAR */

/* START CONTENT */
.content {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 1000px;
  font-size: 14px;
}

.content h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
  color: #224970;
}

.content a,
.content a:visited {
  color: #0057B7;
  font-weight: bolder;
  text-decoration: none;
}

.content a:hover,
.content a:active {
  color: #bd0409;
  text-decoration: underline;
}

.content img {
  max-width: 100%;
  height: auto;
}
/* END CONTENT */

/* START WEATHER */
.weather-box {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #eeeeee;
}

/* NEW WEATHER */
#snippet--boxWeather {
  margin: 40px 0 20px 0;
}

.box-weather {
  border: 1px solid #04274d;
  border-color: #dbe0e6 #99a8b8 #8da5be;
  border-radius: 8px;
  box-shadow: 0 -1px #b9d4eb inset, 0 1px #dcecf9 inset;
}

.box-weather h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  background: #f3f8fd;
  padding: 10px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #c1d8ec;
}

.box-weather .row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
}

.box-weather .row .day {
  flex: auto;
  padding: 20px 5px;
  text-align: center;
  border-right: 1px dotted #c1d8ec;
  border-bottom: 1px dotted #c1d8ec;
}

.box-weather .weather-day {
  font-weight: 700;
  font-size: 16px;
  color: #224970;
}

.box-weather .weather-day small {
  display: block;
  font-weight: 100;
  padding-top: 3px;
}

.box-weather .forecast-icon {
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #c1d8ec;
}

.box-weather .forecast-icon span {
  display: block;
  padding: 15px 0px 0px 0px;
}

.box-weather table {
  width: 100%;
  font-size: 12px;
}

.box-weather .day svg {
  width: 20px;
}

.box-weather .day .border-inside {
  margin: -21px -5px;
  padding: 20px 5px;
  border: 2px solid #228b22;
  border-bottom-left-radius: 8px;
}

.box-weather table tr:nth-child(even) td {
  padding-bottom: 10px;
}

.box-weather .text-left {
  text-align: left;
}

.box-weather .text-center {
  text-align: center;
}

.box-weather .text-right {
  text-align: right;
}

.day .forecast {
  font-size: 22px;
  font-weight: 800;
  padding: 15px 0px 10px 0px;
}

.forecast .forecast-night {
  font-weight: 100;
  font-size: 16px;
}

.weather-source-info {
  padding: 10px;
}

.weather-source-info a {
  color: #224970;
  text-decoration: underline;
}

.weather-source-info a:hover,
.weather-source-info a:active {
  color: #bd0409;
}

@media only screen and (min-width: 1580px) {
  .box-weather .row .day {
    width: 13%;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1579px) {
  .box-weather .row .day {
    width: 23%;
  }
}

@media only screen and (max-width: 850px) {
  .box-weather .row .day {
    width: 100%;
    padding: 10px 5px;
  }

  .box-weather .day .border-inside {
    margin: -10px -5px;
    padding: 10px 5px;
    border-bottom-left-radius: 0px;
  }

  .box-weather .forecast-icon {
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
  }

  .box-weather .forecast-icon span {
    padding-top: 0px;
  }
}
/* END WEATHER */

/* START FOOTER */
.footer {
  border-top: 2px dotted #a7b6c6;
  padding: 1.5em 0 50px;
}

.footer .in {
  text-align: center;
}

.links {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
}

.links li {
  display: inline-block;
  padding: 0 0 0 11px;
  background: url(../img/li-dot.png) 4px 50% no-repeat;
}

.links li:first-child {
  background: none;
  padding: 0 0 0 0px;
}

.links li a {
  color: #224970;
  font-weight: bolder;
  text-decoration: none;
}

.links li a:active, .links li a:hover {
  color: #bd0409;
  text-decoration: underline;
}
/* END FOOTER */

@media only screen and (min-width: 480px) {
  #logo {
    font-size: 46px;
  }
}

@media only screen and (min-width: 601px) {
  /*#header .in {
    height: 85px;
    background: url(../img/bg_header-homepage.jpg) 100% 100% no-repeat
  }*/
}
