/* mobile small*/

.bg-01 {
    background-image: url("../img/bg_home_mobile_isometric.jpg");
    /* background-attachment: fixed; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
}
.bg-marketing {
    background-image: url("../svg/bg_marketing_mobile.svg");
    /* background-attachment: fixed; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
}
.bg-design {
    background-image: url("../img/bg_design_mobile.jpg");
    /* background-attachment: fixed; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
}
.bg-japan {
    background-image: url("../img/bg_japan_mobile.jpg");
    /* background-attachment: fixed; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
}
.hero-container {
    height: 400px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.desktop {
    display: none;
}
.mobile {
    display: initial;
}
h1 {
    font-size: 36px;
    line-height: 1.15em;
    padding-top: 10px;
    padding-bottom: 6px
}
.home h1 {
    padding-bottom: 16px;
}
h2 {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 10px;
}
h3 {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 18px;
}
h4 {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 18px;
}
h5 {
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 18px;
}
p {
    font-size: 16px;
}
.button {
    font-size: 14px;
}
.p-padding-bottom {
    padding-bottom: 36px;
}
.header-inner {
    height: 62px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}
.logo {
    background: url(../svg/fh_logo_mobile.svg);
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 44px;
    margin-top: 18px;
}
.nav {
    float: right;
}
.nav-item-home {
    display:none;
}
.nav-item {
    height: 62px;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.nav-item a {
    float: left;
    height: 32px;
    padding-top: 15px;
    box-sizing: border-box;
}
.nav-item.green a:link, .nav-item.green a:visited {
    fill: #fff;
    transition-duration: 0.2s;
}
.nav-item.green a:hover {
    fill: #1aeea6;
    transition-duration: 0.2s;
}
.nav-item-active {
    border-bottom: 2px rgba(255,255,255,0.3) solid;
}
.cta {
    font-size: 14px;
    margin-top: 16px;
    margin-left: 12px;
}
.cta a {
    height: 30px;
    width: 30px;
}
.content-container {
    width: 100%;
}
.content-card {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
    position: relative;
    z-index: 100;
}
.column-third-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    text-align: center;
}
.column-third {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 36px;
    padding-bottom: 18px;
    box-sizing: border-box;
}
.column-third-button {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    box-sizing: border-box;
}
.element-a {
    order: 1;
}
.button-a {
    order: 2;
}
.element-b {
    order: 3;
}
.button-b {
    order: 4;
}
.element-c {
    order: 5;
}
.button-c {
    order: 6;
}
.column-half-ext-container {
    display: flex;
    flex-direction: column;
}
.column-half-ext-a1 {
    order: 2;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
}
.column-half-ext-b1 {
    order: 1;
    padding-bottom: 36px;
}
.column-half-ext-a2 {
    order: 1;
    padding-bottom: 36px;
}
.column-half-ext-b2 {
    order: 2;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
}
.column-half-cc-container {
    display: flex;
    flex-direction: column;
}
.column-half-cc-a1 {
    order: 1;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
}
.column-half-cc-b1 {
    order: 2;
    padding-bottom: 36px;
}
.column-half-cc-a2 {
    padding-bottom: 36px;
    order: 2;
}
.column-half-cc-b2 {
    order: 1;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
}
.column-full-cc-container {
    text-align: center;
}
.column-full-cc {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
}
.mobile_image_padding {
    padding-left: 12px;
    padding-right: 12px;
}
.button-large a {
    min-width: 100%;
    text-align: center;
}
.button-large-margin-bottom {
    margin-bottom: 12px;
}
.footer-container {
    width: 100%;
}
.footer-content {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
}
.footer-copyright {
    order: 2;
    align-self: center;
    margin-top: 12px;
}
.footer-copyright li {
    float: left;
    line-height: 14px;
    margin-top: 6px;
    display: block;
    font-size: 14px;
}
.footer-links-a {
    order: 3;
    align-self: center;
    margin-top: 12px;
}
.footer-links-a li {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 14px;
    display: block;
    font-size: 14px;
}
.footer-links-b {
    order: 4;
    align-self: center;
    margin-top: 12px;
    margin-bottom: 36px;
}
.footer-links-b li {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 14px;
    display: block;
    font-size: 14px;
}
.language-button-container {
    order: 1;
    align-self: center;
    margin-top: 36px;
}
.language-button {
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
.language-button-active {
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
.footer-pipe {
    border-right: 1px #969696 solid;
}
.footer-pipe-desktop {
    border-right: 0px;
}
.footer-border-helper {
    border-top: 0px;
}
.section-padding-top-cc {
    padding-top: 36px;
}
.section-line-cc {
    border-bottom: 0px;
}
.section-line-mobile {
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    margin-bottom: 36px;
}
.icon-for-home {
    padding-bottom: 12px;
    margin:auto;
}
.icon-for-headline {
    padding-bottom: 36px;
    margin:auto;
}
.icon-array-container {
    display: flex;
    flex-wrap: wrap;
}
.icon-array-element {
    width: 33.3%;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}