/** GLOBAL **/
body {
    font-family: 'Roboto', Arial, Helvetical, sans-serif;
}

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

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

/*** HEADER ***/
.languageBar {
    background-color: #15395B;
    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;
}

.bohlerLogo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bohlerLogo div:first-child {
    width: 190px;
}

.bohlerLogo div:last-child {
    width: 268px;
    font-size: 13px;
    font-family: Roboto;
    font-weight: bold;
    text-align: right;
}

.bohlerLogo div:last-child a {
    color: #000;
    text-decoration: none;
}

.headerMenu {
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
}

.headerMenu ul {
    display: flex;
}

.headerMenu li {
    padding: 15px;
}

.headerMenu li:hover {
    padding: 15px;
    background-color: #FAFAFA;
    cursor: pointer;
}

.headerMenu a {
    color: #000 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

/** .headerMenu a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
} **/

/** FOOTER **/
.footerInfo {
    background-color: #005081;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

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

.footerContent a {
    color: #fff;
    text-decoration: none;
}

.footerContent li:first-child {
    padding-bottom: 10px;
}

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

.footerContent a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footerText span:first-of-type {
    font-weight: bold;
}

.footerTextContent {
    padding-top: 10px;
    line-height: 1.4;
}

.footerLinks {
    flex-basis: 50%;
    padding-left: 150px;
}

.footerLinks a {
 color: #fff !important;
}

.footerVgroup {
    flex-basis: 50%;
    padding-left: 20px;
}

.footerVgroup a {
 color: #fff !important;
}

.footerNav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
 color: #000;
 font-weight: 300;
}

.footerNavContent {
    display: flex;
}
.footerNavContent a, .footerNavContent li {
 color: #000 !important;
}

.footerNavContent div:first-child, .footerNavContent div:nth-child(2) {
    padding-right: 100px;
}

.footerNavContent ul li {
    display: inline-block;
    padding-right: 20px;
}

.footerNavContent ul li a {
    text-decoration: none;
    color: #000;
}

.footerNavContent a:hover {
    color: rgba(0, 0, 0, 0.75) !important;
}

/** HAMBURGER MENU **/
.menuHolder {
    display: flex;
    align-items: center;
}
#nav-icon1 {
  width: 30px;
  height: 25px;
  position: relative;
  -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: #fff;
  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);
}

.mobileMenu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

.mobileMenu li {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobileMenu a {
    text-decoration: none;
    color: #05233b !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%:
 font-size: 16px;
 font-weight: 700;
}

.mobileMenu a:hover {
    color: rgba(5, 35, 59, 0.75) !important;
}

.mobileMenu div {
    width: 10px;
    height: 10px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
}

/** MEDIA QUERIES **/

@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: 530px) {
    #nav-icon1 {
        visibility: visible;
    }
    .menuHolder ul {
        display: none;
    }
    .logosHolder {
        flex-direction: column;
    }
    .bohlerLogo {
        align-items: flex-start;
    }
    .bohlerLogo div:last-of-type {
        width: 240px;
    }
.bohlerLogo div:last-of-type {
        width: 240px;
        text-align: left;
    }
    .bohlerLogo div:last-of-type a {
        font-size: 11px;
    }
}

