/** 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 - 255.6px);
}

/*** HEADER ***/
.languageBar {
    background-color: #00a3e0;
    color: #fff;
    text-align: right;
    height: 20px;
}

.logosHolder {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.voestalpineLogo {
    width: 216px;
}

.uddeholmLogo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.uddeholmLogo div:first-child {
    width: 190px;
}

.uddeholmLogo div:last-child {
    width: 350px;
    text-align: right;
}

.uddeholmLogo div a {
    font-family: "Open Sans",Arial,sans-serif;
    color: #575756 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.headerMenu {
    background-color: #00a3e0;
    font-family: "Open Sans",Arial,sans-serif;
}

.headerMenu li {
    padding: 10px;
}

.headerMenu li:not(.phoneNumber) {
    float: left;
    margin-right: 20px;
}

.headerMenu li a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuHolder {
    position: relative;
    left: -15px;
}


.responsiveMenu {
    display: none;
}

.responsiveMenu li {
    padding-left: 0;
}

.responsiveMenu a {
    padding-left: 0 !important;
}

.standardMenu li:not(.phoneNumber):hover, .standardMenu a:hover {
    color: #575756 !important;
    background-color: #fff !important;
}

.phoneNumber {
    float: right;
    color: #fff;
    padding-right: 0 !important;
}

/** FOOTER **/
.footerInfo {
    font-family: "Open Sans",Arial,sans-serif;
    background-color: #00a3e0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footerContent {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerContent a {
    color: #fff !important;
    text-decoration: none;
}

.footerContent li:first-child {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.footerContent li:not(first-child) {
    padding-bottom: 3px;
    line-height: 1.5;
}

.footerContent a:hover {
    text-decoration: underline !important;
}

.footerText {
    flex-basis: 45%;
}

.footerText span:first-of-type {
    font-weight: 500;
    font-size: 18px
}

.footerTextContent {
    padding-top: 10px;
    line-height: 1.5;
}

.footerLinks {
    padding-right: 60px;
}

.footerVgroup {
    flex-basis: 20%;
    
}

.footerNav {
    background-color: #ececec;
}

.footerNav ul {
    display: flex;
    font-family: "Open Sans",Arial,sans-serif;
    flex-wrap: wrap;
}

.footerNav li {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerNav li:nth-child(1), .footerNav li:nth-child(3) {
    color: #575756;
}

.footerNav a {
    color: #00A3E0 !important;
    text-decoration: none;
}

.footerNav a:hover {
    text-decoration: underline !important;
}

/** HAMBURGER MENU **/

#nav-icon1 {
  width: 30px;
  height: 25px;
  position: relative;
  top: -50px;
  -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;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    background-color: #ececec;
    margin-right: 20px;
    border-right: 2px solid #fff;
    color: #6f6f6e;
}

.mobileMenu .homeAndContact::after {
    content: " ";
    border: none;
}

.plus span {
    margin-right: 2px;
}

.mobileMenu a {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 300;
    font-size: 22px;
    border-bottom: 2px solid #fff;
    background-color: #ececec;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #00A3E0 !important;
}

.mobileMenu a:hover {
    color: #6f6f6e !important;
}

.mobileMenu a:not(.plus) {
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact {
    border-bottom: none !important;
}

/** MEDIA QUERIES **/

@media (max-width: 990px) {
    .menuHolder ul:first-child {
        display: none;
    }
    .responsiveMenu {
        display: block;
    }
    .uddeholmLogo {
        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) {
    .phoneNumber {
        float: left;
    }
    .hideFooter {
        display: none;
    }
}

@media (max-width: 530px) {
    .logosHolder {
        flex-direction: column;
    }
    .uddeholmLogo {
        align-items: flex-start;
    }
    .uddeholmLogo 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;
    }
}