body {
  line-height: 1.3;
  font-family: "Open Sans", Verdana, Tahoma;
}
body.soon {
  height: 100%;
  background-image: url("/assets/img/under.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.soon .textWrapper {
  width: 80%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  padding-top: 20%;
}
body.soon .textWrapper .title {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
}
body.soon .textWrapper .spacer {
  margin: 20px auto;
  background-color: #797979;
  height: 1px;
}
.header .langWrapper {
  display: flex;
  justify-content: end;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.header .langWrapper .block {
  display: inline-flex;
}
.header .langWrapper .block span {
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.header .langWrapper .block span:last-of-type {
  margin-right: 0;
}
.header .langWrapper .block span a {
  color: #807979;
  text-decoration: none;
}
.header .langWrapper .block span.sel {
  font-weight: bold;
  color: #0a7dbd;
}
.header .navbar {
  padding: 0 0 15px 0;
}
.header .navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
  padding-top: 2px;
}
.header .navbar .navbar-collapse .navbar-nav a {
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-nav {
    align-items: start;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 14px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #797979;
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-weight: bold;
    color: #005C9D;
    text-decoration: underline;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
    content: none;
  }
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: block;
    border: none;
    padding-top: 5px;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
  text-decoration: none;
  font-size: 14px;
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
    display: block;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .navbar .navbar-collapse .navbar-brand-dihag {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
@media all and (max-width: 991px) {
  .header .navbar .navbar-collapse .navbar-brand-dihag {
    padding-left: 0;
    border-left: none;
  }
}
@media all and (min-width: 991px) {
  .header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .header .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
main section {
  padding: 40px 0;
  float: left;
  width: 100%;
}
main section .pageTitleWrapper {
  background-color: #005C9D;
  margin-bottom: 40px;
  margin-top: 20px;
}
main section .pageTitleWrapper .pageTitle {
  font-size: 30px;
  font-weight: bold;
  color: #005C9D;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
}
main section .mainContent {
  margin-bottom: 40px;
}
main section .mainContent .homePageBanner {
  width: 100%;
  background-image: url(../img/homepage_banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  min-height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main section .mainContent .homePageBanner .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  width: 80%;
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  main section .mainContent .homePageBanner .title {
    font-size: 36px;
  }
}
main section .mainContent .homePageBanner .text {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 991px) {
  main section .mainContent .homePageBanner .text {
    font-size: 24px;
  }
}
main section .mainContent .title {
  font-weight: bold;
  margin-bottom: 20px;
}
main section .mainContent .innerContent {
  display: flex;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent {
    flex-wrap: wrap;
    flex-flow: column;
  }
}
main section .mainContent .innerContent .underlined {
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 10px;
  color: #005C9D;
  font-weight: bold;
}
main section .mainContent .innerContent .text {
  width: 50%;
  padding-right: 30px;
  text-align: justify;
}
main section .mainContent .innerContent .text#ceg_address_txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent .text#ceg_address_txt {
    width: 100%;
    padding-right: 0;
  }
}
main section .mainContent .innerContent .text img {
  float: left;
  margin-right: 30px;
  width: 20vw;
}
main section .mainContent .innerContent .text .spacer {
  width: 100%;
  background-color: #ddd;
  float: left;
  height: 1px;
  margin: 20px 0;
}
main section .mainContent .innerContent .text .colored {
  color: #005C9D;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent .text {
    width: 100%;
    padding-right: 0;
  }
}
main section .mainContent .innerContent .pic {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent .pic {
    width: 100%;
    height: 70vw;
    margin-top: 30px;
  }
}
main section .mainContent .innerContent .pic#ceg_profil {
  background-image: url("../img/eurometall_historyimg.png");
}
main section .mainContent .innerContent .pic#ceg_environment {
  background-image: url("../img/protection_act.jpg");
}
main section .mainContent .innerContent .pic#ceg_address {
  width: 50%;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent .pic#ceg_address {
    width: 100%;
    padding-right: 0;
  }
}
main section .mainContent .innerContent.prodContent {
  display: block;
}
main section .mainContent .innerContent.prodContent .prodText {
  width: 100%;
  display: block;
}
main section .mainContent .innerContent.prodContent .prodText li .title {
  margin-bottom: 0;
  font-size: 18px;
}
main section .mainContent .innerContent.prodContent .prodWrapper {
  float: left;
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  main section .mainContent .innerContent.prodContent .prodWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  main section .mainContent .innerContent.prodContent .prodWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
main section .mainContent .innerContent.prodContent .prodWrapper .prod {
  padding: 10px;
  background-color: #ddd;
}
main section .mainContent .innerContent.prodContent .prodWrapper .prod .imgWrapper img {
  width: 100%;
  height: auto;
}
main section .mainContent .innerContent.prodContent .prodWrapper .prod .title {
  margin: 15px 0 5px 0;
  font-size: 18px;
}
main section .mainContent .innerContent li {
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
main section .mainContent .innerContent li:before {
  content: "\2022";
  position: absolute;
  left: -25px;
  top: -4px;
  color: #005C9D;
  font-weight: bold;
  display: inline-block;
  font-size: 1.5rem;
}
main section .mainContent .innerContent a {
  color: #000;
  text-decoration: none;
}
main section .mainContent .innerContent a:hover {
  text-decoration: underline;
}
main section .mainContent .innerBottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerBottom {
    flex-flow: column;
  }
}
main section .mainContent .innerBottom span {
  flex-grow: 1;
  border-right: 1px solid #ddd;
  width: 33.33%;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerBottom span {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
main section .mainContent .innerBottom span.center {
  text-align: center;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerBottom span.center {
    text-align: left;
    border-right: none;
  }
}
main section .mainContent .innerBottom span.right {
  text-align: right;
  border-right: none;
}
@media all and (max-width: 767px) {
  main section .mainContent .innerBottom span.right {
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
main section .mainContent.plainText a {
  color: #005C9D;
}
main section .homeLinkWrapper {
  padding: 0;
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 767px) {
  main section .homeLinkWrapper {
    row-gap: 20px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}
main section .homeLinkWrapper .homeLink {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
}
main section .homeLinkWrapper .homeLink .title {
  padding: 15px 0 15px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  background-image: url("../img/box-slider-right.png");
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-repeat: no-repeat;
  height: 61px;
  position: relative;
  border-bottom: 10px solid #fff;
}
@media all and (max-width: 991px) {
  main section .homeLinkWrapper .homeLink .title {
    border-bottom: 0;
  }
}
main section .homeLinkWrapper .homeLink .text {
  padding: 20px;
  color: #fff;
}
main section .homeLinkWrapper .homeLink#link1 {
  background-color: #097CBC;
}
main section .homeLinkWrapper .homeLink#link1 .title {
  background-color: #0C72A3;
}
main section .homeLinkWrapper .homeLink#link2 {
  background-color: #7CD6DE;
}
main section .homeLinkWrapper .homeLink#link2 .title {
  background-color: #4BC9D3;
}
main section .homeLinkWrapper .homeLink#link3 {
  background-color: #053E59;
}
main section .homeLinkWrapper .homeLink#link3 .title {
  background-color: #033148;
}
footer {
  padding: 20px 0 10px 0;
  background-color: #005C9D;
  width: 100%;
  float: left;
  color: #fff;
  line-height: 1.5rem;
}
footer .gridWrapper {
  width: 100%;
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr auto;
}
@media all and (max-width: 767px) {
  footer .gridWrapper {
    display: block;
  }
}
footer .gridWrapper .col .text .title {
  font-weight: bold;
}
footer .gridWrapper .col .text .bodytext {
  margin-bottom: 20px;
}
footer .gridWrapper .col.rightCol {
  text-align: right;
}
@media all and (max-width: 767px) {
  footer .gridWrapper .col.rightCol {
    text-align: left;
  }
}
footer .gridWrapper a {
  color: #fff;
}
footer .gridWrapper a:hover {
  text-decoration: underline;
}
.modal .modal-dialog {
  max-width: 65vw;
  justify-content: center;
}
.modal .modal-dialog.banner {
  max-width: none;
}
.modal .modal-dialog.banner .modal-content {
  width: auto;
}
@media all and (max-width: 991px) {
  .modal .modal-dialog.banner .modal-content {
    margin: 0 15%;
  }
}
.modal .modal-dialog.banner .modal-content .picWrapper img {
  width: auto;
  max-height: 75vh;
}
@media all and (max-width: 991px) {
  .modal .modal-dialog.banner .modal-content .picWrapper img {
    width: 100%;
  }
}
.modal .modal-header .modal-title {
  color: #005C9D;
  font-weight: bold;
}
.modal .modal-body .picWrapper img {
  width: 100%;
}
.flexWrapper {
  display: flex;
}
@media (max-width: 575px) {
  .flexWrapper {
    flex-wrap: wrap;
  }
}
.flexWrapper .d-half {
  width: 50%;
}
@media (max-width: 575px) {
  .flexWrapper .d-half {
    width: 100%;
  }
}
.map {
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  border: 5px solid #ddd;
}
@media (max-width: 991px) {
  .map {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 40%;
  }
}
.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#cookiesInfo {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin: 0px;
  overflow: hidden;
}
.cookiesInfo2 {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .cookiesInfo2 {
    width: 90%;
  }
}
.cookiesInfo2 #CookieWarnClose {
  float: right;
  width: 10px;
  cursor: pointer;
  margin-top: -2px;
}
.cookiesInfo2 #CookieWarnClose img {
  margin-left: 5px;
}
.cookiesInfo2 #CookieWarnMore {
  float: right;
  margin-top: 0px;
}
#cookiesDetailsInfoMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#cookiesDetailsInfo {
  width: 50%;
  position: fixed;
  top: 100px;
  left: 25%;
  background: #FFFFFF;
  z-index: 100;
  padding: 20px;
  display: none;
}
@media all and (max-width: 767px) {
  #cookiesDetailsInfo {
    width: 90%;
    position: fixed;
    top: 10%;
    left: 5%;
  }
}
#CookieWarnCloseInfo {
  margin: 15px auto 5px auto;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  text-decoration: underline;
}
#CookieWarnCloseInfo,
#CookieWarnMore {
  cursor: pointer;
}
