/*
Theme Name: Manloy
Author: Michel Fong
Version: 2025
Author URI: https://fong.de/
Description: This responsive theme and all included templates are exclusively designed for the Manloy website.
Tags: Manloy
*/

/*----------------------------------Fonts----------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'EP';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/ep_light.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'EP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ep_med.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'EP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ep_bold.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'NotoHant';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/noto-sans-tc-v37-chinese-traditional_latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'NotoHant';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-sans-tc-v37-chinese-traditional_latin-700.woff2') format('woff2');
}

/*----------------------------------Main----------------------------------*/
* {
	outline-width: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-family: "EP", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
}
body.fixed {
    overflow: hidden;
}
.clearfix {
	float: none;
	clear: both;
}
.wrapper {
	max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
}
a {
	text-decoration: underline;
	color: #000;
}
p {
    margin: 0 0 12px 0;
}
b, strong {
    font-weight: 500;
}

body.cn b {
    font-family: "NotoHant", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
body.cn strong {
    font-family: "NotoHant", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
body.en b {
    font-family: "EP", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
body.en strong {
    font-family: "EP", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
sup {
    font-size: 0.5em;
    position: relative;
    vertical-align: baseline;
    top: -0.6em;
}
h1, h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 66px;
    text-transform: uppercase;
}
.cols2_1 h1, .cols2_1 h2 {
    margin: -5px 0 0 0;
}
h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}
h4 {
    font-weight: 200;
    font-size: 35px;
    line-height: 55px;
}
body.cn, body.cn p, body.cn a, body.cn h1, body.cn h2, body.cn h3, body.cn h4, body.cn h5, body.cn h6 {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
body.cn h1, body.cn h2, body.cn h3, body.cn h4, body.cn h5, body.cn h6 {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}

/*----------------------------------Header----------------------------------*/
header {
    position: absolute;
	width: 100%;
	/*height: 185px;*/
    height: 150px;
    background-color: #fff;
	transition: ease all 0.5s;
    z-index: 1005;
}
header.sticky {
    position: fixed;
    /*height: 105px;*/
    height: 88px;
}
#headerlogo {
	width: 328px;
	height: 86px;
    margin: 32px 0 0 0;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    float: left;
	transition: ease all 0.5s;
}
header.sticky #headerlogo {
    width: 47px;
	height: 47px;
    margin: 24px 0 0 0;
    background-size: cover;
    background-position: left top;
}
.headerspace {
    width: 100%;
    height: 150px;
}

/*--------------------Menü--------------------*/
#menu {
    display: block;
    margin: 69px 0 0 0;
    float: right;
	transition: ease all 0.5s;
}
header.sticky #menu {
    margin: 32px 0 0 0;
}
#menu ul li {
    list-style: none;
    margin: 0 0 0 32px;
    float: left;
}
#menu ul li a {
    padding: 0 0 3px 0;
    font-family: "EP", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; 
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
	transition: all 0.1s ease-in-out;
}
body.cn #menu ul li a {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
#menu ul li a:hover, #menu ul .current-menu-parent a, #menu .current-menu-item a {
    border-bottom: 3px solid #000;
}
#menu ul .pll-parent-menu-item ul .current_page_item a, #menu ul .current-menu-item ul li a {
    border-bottom: none;
}
#menu ul .pll-parent-menu-item {
    padding: 0 15px 0 0;
    background-image: url("images/DropdownArrow.svg");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center right;
}
.pll-parent-menu-item a, .pll-parent-menu-item a:hover {
    border: none !important;
}
#menu .sub-menu {
    position: absolute;
    display: none !important;
    background-color: #fff;
}
body.cn .sub-menu a {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}
#menu .sub-menu li {
    padding: 0;
    margin: 0;
    float: none;
    display: none !important;
}
#menu .current-menu-item .sub-menu, #menu .current-custom-parent .sub-menu {
    display: block;
}
#menu .current-lang a {
    color: #777;
}

/*----------Submenu----------*/
.submenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
    z-index: 1006;
    transition: ease all 0.5s;
    height: 55px;
    background-color: #000;
    display: none;
}
.submenu.sticky {
    position: fixed;
    left: 0;
    top: 88px;
}
.sub_space {
    width: 100%;
    height: 105px;
    display: none;
}
.submenu .sub-menu {
    display: block;
    width: 100%;
    padding: 11px 0;
    margin: 0 0 50px 0;
    text-align: center;
}
.submenu .sub-menu li {
    display: inline-block;
}
.submenu .sub-menu li a {
    margin: 0 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: "EP", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; 
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
body.cn .submenu .sub-menu li a {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
.submenu .sub-menu .current-menu-item a, .submenu .sub-menu a:hover {
    color: #44b6ac;
}

/*----------Smartmenu----------*/
#hamburger {
    position: fixed;
    width: 28px;
    height: 28px;
    top: 37px;
    right: 25px;
    background-image: url("images/Hamburger_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    cursor: pointer;
	transition: ease all 0.2s;
    display: none;
}
header.sticky #hamburger {
    top: 24px;
}
#hamburger.open {
    background-position: bottom;
}
#smartmenu {
    position: fixed;
    left: calc(100% - 10px);
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #fff;
    transition: ease-in-out all 0.5s;
    z-index: 1100;
    display: none;
}
#smartmenu.open {
    left: 0px;
}
#smartmenu ul {
    margin: 25px 0 0 0;
}
#smartmenu ul li ul {
    margin: 0 0 20px 0;
}
#smartmenu ul li {
    list-style: none;
}
#smartmenu ul li a {
    display: block;
    width: 100%;
    padding: 7px 0 7px 0;
    font-family: "EP", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; 
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
body.cn #smartmenu ul li a {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
#smartmenu ul .menu-item-has-children a {
    background-image: url("images/Plus.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
}
#smartmenu ul .menu-item-has-children.open a {
    background-image: url("images/Minus.svg");
}
#smartmenu ul .menu-item-has-children ul li a, #smartmenu ul .menu-item-has-children.open ul li a {
    background-image: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}
#smartmenu ul li .sub-menu {
    display: none;
}

/*----------------------------------Content----------------------------------*/
img.alignright {float: right; margin: 0 0 1em 1em;}
img.alignleft {float: left; margin: 0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float: right; }
.alignleft {float: left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}


/*----------------------------------Modules----------------------------------*/
/*----------1 Column----------*/
.mod_cols1 {
    margin: 0;
}
.mod_cols1 img {
    width: 100%;
    height: auto;
}

/*----------2 Columns----------*/
.mod_cols2 {
    margin: 32px 0 0 0;
}
.mod_cols2 .cols2_1 {
    width: 49%;
    float: left;
}
.mod_cols2 .cols2_2 {
    width: 49%;
    hyphens: auto;
    float: right;
}

/*----------Teaser----------*/
.teaserbox {
    width: 49%;
    margin: 55px 0 0 0;
    text-decoration: none;
    float: left;
}
.teaserbox:nth-child(even) {
    float: right;
}
.teaser_head {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}
body.cn .teaser_head {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}
.teaser_divider {
    width: 100%;
    margin: 3px 0 0 0;
    height: 1px;
    background-color: #000;
}
.teaser_image {
    width: 100%;
    margin: 25px 0 0 0;
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: ease all 0.8s;
}
.mod_teaser .teaser_image:hover {
    background-size: 120%;
    transition: ease all 0.8s;
}
.mod_teaser_3 {
    margin: 50px 0 0 0;
    padding: 50px 0 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.teaser_wrapper {
    width: 102%;
    margin: 0 0 0 -1%;
}
.teaserbox_3 {
    width: 31.5%;
    margin: 15px 0.9% 0 0.9%;
    text-decoration: none;
    float: left;
}
.teaserbox_3 .teaser_image {
    margin: 0 0 15px 0;
}
.teaserbox_3 .teaser_text {
    margin: 0 0 30px 0;
}

/*----------Slider----------*/
.mod_slideshow .slide {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*----------History----------*/
.mod_history {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    border-top: 1px solid #000;
}
.corebox {
    padding: 18px 0;
    border-bottom: 1px dotted #000;
    hyphens: auto;
}
.corebox .core_left {
    width: 48%;
    padding: 10px 0 0 0.7%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #44b6ac;
    text-transform: uppercase;
    float: left;
}
body.cn .corebox .core_left {
    font-weight: 700;
}
.corebox .core_right {
    width: 48%;
    padding: 0 0.7% 0 0;
    float: right;
    hyphens: auto;
}

/*----------Core Values----------*/
.mod_core {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    border-top: 1px solid #000;
}
.historybox {
    padding: 18px 0;
    border-bottom: 1px dotted #000;
    hyphens: auto;
}
.historybox .history_year {
    width: 16.3%;
    padding: 0 0 0 0.7%;
    font-weight: 500;
    float: left;
}
body.cn .historybox .history_year {
    font-weight: 700;
}
.historybox .history_text {
    width: 81%;
    padding: 0 0.7% 0 0;
    float: right;
    hyphens: auto;
}

/*----------Comparison Table 4----------*/
.mod_conversion4 {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    border-top: 1px solid #000;
}
.comparison_table {
    overflow-x: auto;
}
.comparison_table .inner {
    width: 100%;
    min-width: 800px;
}
.con_col {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px dotted #000;
    float: left;
}
.con_col.con_description {
    width: 15%;
    margin: 0 2% 0 0;
}
.con_col.col1, .con_col.col2, .con_col.col3 {
    width: 26%;
    margin: 0 2% 0 0;
}
.con_col.col3 {
    width: 26.23%;
    margin: 0;
}
.con_row.head .con_col {
    color: #44b6ac;
    text-transform: uppercase;
    font-weight: 500;
}
body.cn .con_row.head .con_col {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}
.infoline {
    padding: 15px 0;
    font-size: 18px;
    line-height: 30px;
}

/*----------Comparison Table 5----------*/
.mod_conversion5 {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    border-top: 1px solid #000;
}
.mod_conversion5 .con_head .con_description {
    color: #44b6ac;
}
.mod_conversion5 .con_col.con_description {
    width: 10.9%;
    margin: 0 2% 0 0;
}
.mod_conversion5 .con_col.col1 {
    width: 23.8%;
    margin: 0 2% 0 0;
}
.mod_conversion5 .con_col.col2 {
    width: 27.2%;
    margin: 0 2% 0 0;
}
.mod_conversion5 .con_col.col3 {
    width: 19.5%;
    margin: 0 2% 0 0;
}
.mod_conversion5 .con_col.col4 {
    width: 10.45%;
    margin: 0;
}

/*----------Map----------*/
.map_desktop {
    display: block;
}
.map_mobile {
    display: none;
}
.map_desktop img, .map_mobile img {
    width: 100%;
    height: auto;
}

/*----------Divider----------*/
.module_divider {
    width: 100%;
    height: 1px;
    background-color: #000;
}

/*----------------------------------Forms----------------------------------*/
input::-webkit-input-placeholder {color: #808080;}  
::-webkit-input-placeholder {color: #808080;} 
:-moz-placeholder {color: #808080;}  
::-moz-placeholder {color: #808080;}   
:-ms-input-placeholder {color: #808080;}   
::-ms-input-placeholder {color: #808080;}  
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
.form_left {
    width: 49%;
    float: left;
}
.form_right {
    width: 49%;
    float: right;
}
form p {
    margin: 0;
    padding: 0;
}
input {
    width: 94%;
    height: 60px;
    padding: 0 3%;
    margin: 0 0 30px 0;
    background-color: #f2f2f2;
    font-family: "EP", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
    font-weight: 200;
    border: none;
}
body.cn input {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
textarea {
    width: 96%;
    height: 300px;
    padding: 2% 2%;
    margin: 0 0 30px 0;
    background-color: #f2f2f2;
    font-family: "EP", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
    font-weight: 200;
    border: none;
}
body.cn textarea {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
}
input[type="submit"] {
    display: block;
    font-family: "EP", Helvetica, Arial, sans-serif;
    width: auto;
    margin: -8px auto 0 auto;
    border-radius: 0;
	background-color: #000;
	font-size: 20px;
    font-weight: 500;
	padding: 4px 40px;
	color: #fff !important;
	border: none;
	box-shadow: none;
	cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
body.cn input[type="submit"] {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}
input[type="submit"]:hover {
	background-color: #44b6ac;
}
span.wpcf7-list-item {
	margin: 0 !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	box-shadow: inset 0 0 0 1px #f00;
}
.wpcf7-validation-errors, .wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-mail-sent-ok {
	display: none !important;
}
.wpcf7-response-output {
	display: none !important;
}

/*----------------------------------Footer----------------------------------*/
.footerbox {
    margin: 5.5% 0 0 0;
    padding: 5% 4.7% 4.2% 4.7%;
    overflow: hidden;
}
.footerbox .row_1, .footerbox .row_2, .footerbox .row_3 {
    width: 24%;
    margin: 0 5.5% 0 0;
    float: left;
}
.footerbox .row_1 {
    width: 38%;
}
.footerbox .row_3 {
    margin: 0;
}
.footerbox.cn .row_1, .footerbox.cn .row_2 {
    width: 35%;
} 
.footerbox.cn .row_3 {
    width: 17%;
}
.footer_border {
    width: 100%;
    height: 7px;
    margin: 60px 0 0 0;
    background-color: #000;
}
.footer_copyright {
    display: inline-block;
    margin: 20px 32px 20px 0;
    font-weight: 500;
    font-size: 16px;
}
.footer_trigger {
    display: inline-block;
    margin: 20px 32px 20px 0;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.footer_legals {
    display: none;
    margin: 25px 0 60px 0;
    margin: 25px 0 60px 0;
}
body.cn .footer_copyright, body.cn .footer_trigger  {
    font-family: "NotoHant", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}
