
/** GLOBAL **/
body {
    font-family: "Open Sans",Arial,sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
}

main {
    min-height: calc(100vh - 250px);
}

/*** HEADER ***/

.logosHolder {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.voestalpineLogo {
    width: 216px;
}

.specialMetals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 2;
}

.specialMetals span {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
 color: #000;
}

.specialMetals div:last-child {
    width: 350px;
    text-align: right;
}

.specialMetals div a {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #575756 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.headerMenu {
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.headerMenu li {
    padding: 10px;
}

.headerMenu li:not(.phoneNumber) {
    float: left;
    margin-right: 20px;
}

.headerMenu li a {
    color: #0082b4 !important;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.menuHolder {
    position: relative;
    left: -15px;
}

#responsiveMenu {
    display: none;
}

#responsiveMenu li {
    padding-left: 0;
}

#responsiveMenu a {
    padding-left: 0 !important;
    color: rgb(51, 51, 51) !important;
    text-transform: none;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}

.standardMenu li a:hover {
    box-shadow: 0 5px 10px 0 #e3e3e3;
}

.standardMenu nav {
    display: none;
}

#secondLevelMenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 37px;
    box-shadow: 0 5px 10px 0 #e3e3e3;
}

#secondLevelMenu li {
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}

#secondLevelMenu li:first-child {
     border-top: 1px solid #e3e3e3;
}

#secondLevelMenu li a {
    text-transform: none;
    display: block;
    padding-right: 40px;
}

#secondLevelMenu li a:hover, #secondLevelMenu li:hover {
    background-color: #0082b4;
    color: #fff !important;
}

#secondLevelMenu li a:hover {
    color: #fff !important;
}

/** FOOTER **/
.footerInfo {
    font-family: "Open Sans",Arial,sans-serif;
    background-color: #fff;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.footerContent {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerContent a {
    color: #0082b4 !important;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.footerContent li:first-child {
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footerContent li:not(first-child) {
    padding-bottom: 3px;
    line-height: 1.2;
}

.footerContent a:hover {
    text-decoration: underline;
}

.footerText {
    flex-basis: 45%;
}

.footerText span:first-of-type {
    font-weight: 500;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

.footerTextContent {
    padding-top: 10px;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-right: 50px;
}

.footerLinks {
    padding-right: 60px;
}

.footerVgroup {
    flex-basis: 20%;
    
}

.footerNav {
    background-color: #e3e3e3;
}

.footerNav ul {
    display: flex;
    font-family: "Open Sans",Arial,sans-serif;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.footerNav li {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}

.footerNav li:nth-child(1), .footerNav li:nth-child(2), .footerNav li:nth-child(3) {
    color: #575756;
}

.footerNav a {
    color: #0082b4 !important;
    text-decoration: none;

}

.footerNav a:hover {
    text-decoration: underline;
}

/** HAMBURGER MENU **/

#nav-icon1 {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: auto;
  visibility: hidden;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: rgb(111, 111, 110);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/** MOBILE MENU **/

.mobileMenu {
    display: none;
    
}

.mobileMenu ul {
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(156,154,156,0.68);
-moz-box-shadow: 0px 2px 15px 0px rgba(156,154,156,0.68);
box-shadow: 0px 2px 15px 0px rgba(156,154,156,0.68);
}

.plus span::after {
    content: "+";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    background-color: #e3e3e3;
    margin-right: 20px;
    border-right: 2px solid #fff;
    color: rgb(165, 165, 165);
}


.mobileMenu .homeAndContact::after {
    content: " ";
    border: none;
}

.plus span {
    margin-right: 2px;
}

.mobileMenu a {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-size: 22px;
    border-bottom: 2px solid #fff;
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(51, 51, 51) !important;
}

.mobileMenu a:not(.plus) {
    padding-left: 92px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact {
    border-bottom: none !important;
}

/** MEDIA QUERIES **/

@media (max-width: 990px) {
    .headerMenu {
        background-color: #e3e3e3;
    }
    .menuHolder ul:first-child {
        display: none;
    }
    #responsiveMenu {
        display: block;
  padding-left: 20px;
    }
    .specialMetals {
        display: none;
    }
    #nav-icon1 {
        visibility: visible;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 890px) {
    .footerContent {
        flex-direction: column;
    }
    .footerLinks {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footerVgroup {
        padding-left: 0;
    }
    .footerNavContent {
        flex-direction: column;
        align-items: center;
    }
    .footerNavContent div:first-child {
        padding-bottom: 10px;
        padding-right: 0;
    }
    .footerNavContent div:last-of-type {
        padding-right: 0;
    }
    .footerNavContent ul {
        display: none;
    }
}

@media (max-width: 655px) {
    .hideFooter {
        display: none;
    }
}

@media (max-width: 530px) {
    .logosHolder {
        flex-direction: column;
    }
    .specialMetals {
        align-items: flex-start;
    }
    .specialMetals div:last-of-type {
        width: 240px;
    }
    #responsiveMenu li:first-child {
        padding-left: 0;
        color: #fff;
    }
}

@media (max-width: 308px) {
    .mobileMenu a {
        font-size: 16px;
    }
    .plus span::after {
        font-size: 22px;
    }
    .mobileMenu a:not(.plus) {
        padding-left: 76px;
    }
}
