/*
Theme Name: United Ventures
Theme URI: https://united-ventures.com/
Author: Erik Ivanov
Author URI: https://erik-ivanov.de/
Description: United Ventures Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unitedventures
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("./css/normalize.min.css");
@import url("./fonts/stylesheet.css");
body {
  background-color: #EBEEF2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.subtitle {
  font-family: 'Noto Serif', sans-serif;
  color: #F37748 !important;
  margin-top: -1rem;
  font-size: 36px;
  line-height: 1.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
h1 {
  font-weight: normal;
}
h1 strong {
  font-weight: bold;
}
h2 {
  font-size: 36px;
  line-height: 1.25em;
}
h4 {
  font-size: 24px;
}
.btn {
  display: inline-block;
  cursor: pointer;
}
.btn.standard {
  background-color: #ffffff;
  color: #AFCE77;
  text-align: left;
  font-weight: bold;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn.standard:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
span.wpcf7-not-valid-tip {
  font-size: 0.825rem !important;
}
div.wpcf7-response-output {
  margin: 0 !important;
  border-color: #ff0000 !important;
}
input,
textarea {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
}
input::placeholder,
textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ffffff;
}
.container {
  max-width: 1285px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.headline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 80px;
}
.headline h2 {
  line-height: 1.2em;
}
.headline p {
  color: #1E1E1E;
  font-size: 1.2rem;
  font-weight: 100;
}
@media screen and (min-width: 767px) {
  .headline p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
}
.menu {
  padding: 0;
  margin: 0;
}
.menu.list-unstyled {
  list-style: none;
}
.menu.horizontal {
  display: flex;
}
.menu.horizontal li.mega-menu {
  position: static;
}
.menu.horizontal li.mega-menu:hover > ul {
  display: flex;
}
.menu.horizontal li.mega-menu.mega-menu-col-3 > ul li {
  width: 100%;
}
.menu.horizontal li.mega-menu > ul {
  background-color: #e5e5e5;
  padding: 1rem;
  margin: 0;
  position: absolute;
  right: 0 !important;
  display: none;
  width: 60%;
}
.menu.horizontal li.mega-menu > ul > li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0;
  margin: 0 1rem;
}
.menu.horizontal li.mega-menu > ul > li ul {
  padding: 0;
}
.menu.horizontal li.mega-menu > ul > li ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.menu.horizontal li.mega-menu > ul > li > a {
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: none;
  cursor: none !important;
  font-family: 'Noto Serif', sans-serif;
  color: #F37748;
}
.menu.horizontal li.mega-menu > ul > li > a:hover {
  text-decoration: none !important;
}
.menu.horizontal li.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.menu.horizontal li.mega-menu ul.toggled-on .sub-menu {
  pointer-events: auto;
}
.menu.horizontal li.mega-menu ul .sub-menu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0 0 0;
  left: 0;
  height: auto;
  padding: 0;
}
.menu.horizontal li.mega-menu ul .sub-menu li {
  padding: 0 !important;
}
.menu.horizontal li.mega-menu ul .sub-menu li .sub-menu {
  padding: 0;
  padding-top: 1rem;
}
.menu.horizontal li.mega-menu ul .sub-menu li .sub-menu li {
  padding: 0 !important;
}
.menu.horizontal li.mega-menu ul .sub-menu .menu-item-has-children .dropdown-menu-toggle {
  display: none;
}
.menu.horizontal li.mega-menu ul li[class*="current-"] li a {
  background-color: transparent !important;
  color: inherit;
}
.menu.horizontal li.mega-menu ul li a {
  font-weight: normal !important;
}
.menu.horizontal li.mega-menu ul li a:hover,
.menu.horizontal li.mega-menu ul li a:focus {
  background-color: transparent !important;
  color: inherit;
}
.menu.horizontal li.mega-menu ul li ul li a {
  font-weight: bold;
}
#logo {
  padding: 0.5rem 1rem 0.25rem;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
#logo img {
  height: 100% !important;
  max-width: 190px;
}
#sub-menu {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 888;
  width: 76px;
}
#sub-menu .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
#contact-info {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  z-index: 889;
  left: 37px;
  display: flex;
}
#contact-info .contact-item {
  padding: 0 0.5rem;
}
#contact-info .contact-item strong {
  color: #F37748;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 600;
  text-transform: lowercase;
  margin-right: 0.5rem;
}
#contact-info .contact-item a {
  text-decoration: none;
  color: #1E1E1E;
}
#mobile-menu {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow-x: auto;
  display: none;
  padding-top: 2rem;
}
#mobile-menu .menu-trigger {
  padding: 1rem;
}
#mobile-menu.active {
  display: block;
}
#mobile-menu ul {
  padding-top: 2rem;
  width: 100%;
  position: relative;
}
#mobile-menu ul li {
  position: relative;
}
#mobile-menu ul li.chevron > a:after {
  background: url(images/chevron-down-outline.svg) no-repeat center center / cover;
  position: absolute;
  display: block;
  content: "";
  top: 1.25rem;
  right: 1rem;
  height: 20px;
  width: 20px;
}
#mobile-menu ul li:first-child {
  border-top: 1px solid #dddddd;
}
#mobile-menu ul li a {
  border-bottom: 1px solid #dddddd;
  padding: 1rem;
  display: block;
  text-decoration: none;
  color: #1E1E1E;
}
#mobile-menu ul li ul {
  background-color: #eeeeee;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu ul li ul.active {
  display: block;
}
#mobile-menu ul li ul li ul {
  background-color: #e5e5e5;
}
.menu-trigger {
  text-transform: uppercase;
  color: #1E1E1E;
  text-decoration: none;
}
#menu {
  background-color: #ffffff;
  padding: 1.5rem 4rem;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
}
#menu .menu-trigger {
  display: none;
}
#menu .menu {
  margin: 0 -0.5rem;
}
#menu .menu li {
  padding: 0 0.5rem;
}
#menu .menu li a {
  text-decoration: none;
  color: #1E1E1E;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
}
#menu .menu li a:hover {
  text-decoration: underline;
}
#content {
  padding: 60px 0;
}
#intro {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  color: #ffffff;
  font-size: 22px;
  line-height: 2em;
}
#intro #intro-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#intro .inner {
  position: relative;
  padding: 4rem 1rem;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  #intro .inner {
    width: 27%;
    left: 120px;
    padding: 40px 1rem;
  }
}
#intro .inner h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 5vh;
}
@media screen and (min-width: 767px) {
  #intro .inner h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
#contact {
  position: relative;
  padding-top: 60px;
}
#contact .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
#contact #contact-form {
  background-color: #AFCE77;
  width: 30%;
  padding: 2rem;
  color: #ffffff;
}
#contact #contact-form h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}
#contact #contact-form .ajax-loader {
  display: none;
}
#contact iframe {
  position: absolute;
  bottom: 0;
  padding-top: 60px;
  padding-left: 76px;
}
@media screen and (max-width: 767px) {
  #contact iframe {
    padding-left: initial;
  }
}
.service-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.service-wrapper .service-item,
.service-wrapper .service-sizer {
  padding: 0;
  margin: 0;
  width: 33.3333%;
  flex: 0 0 33.3333%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  min-height: 860px;
  max-height: 860px;
}
.service-wrapper .service-item.text,
.service-wrapper .service-sizer.text {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.service-wrapper .service-item.text:hover,
.service-wrapper .service-sizer.text:hover {
  z-index: 99;
  transform: scale(1.075);
}
.service-wrapper .service-item.text .front .service-background,
.service-wrapper .service-sizer.text .front .service-background {
  background: #4865c1;
  background: linear-gradient(150deg, #4865c1 0%, #27397f 50%, #4865c1 100%);
}
.service-wrapper .service-item.text.colored .front .service-background,
.service-wrapper .service-sizer.text.colored .front .service-background {
  background: #aece76;
  background: linear-gradient(150deg, #aece76 0%, #89ad3a 50%, #aece76 100%);
}
.service-wrapper .service-item:hover .service-caption,
.service-wrapper .service-sizer:hover .service-caption {
  transform: translateY(0);
}
.service-wrapper .service-item .service-caption,
.service-wrapper .service-sizer .service-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  color: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}
.service-wrapper .service-item .service-background,
.service-wrapper .service-sizer .service-background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service-wrapper .service-item img,
.service-wrapper .service-sizer img {
  opacity: 1;
  transition: 0.2s ease-in-out;
  object-fit: cover;
}
.service-wrapper .service-item:hover .service-titel,
.service-wrapper .service-sizer:hover .service-titel {
  transition: 0.2s ease-in-out;
}
.service-wrapper .service-item .service-titel,
.service-wrapper .service-sizer .service-titel {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  z-index: 1;
  padding: 0 1rem;
}
.service-wrapper .service-item .service-titel h2,
.service-wrapper .service-sizer .service-titel h2 {
  font-size: 20px;
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
}
.service-wrapper .service-item .service-titel h2:after,
.service-wrapper .service-sizer .service-titel h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item .service-titel h2,
  .service-wrapper .service-sizer .service-titel h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-wrapper .service-item .service-titel h2,
  .service-wrapper .service-sizer .service-titel h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.service-wrapper .service-item .service-titel p,
.service-wrapper .service-sizer .service-titel p {
  font-family: "Noto Serif", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item .service-titel p,
  .service-wrapper .service-sizer .service-titel p {
    font-size: 1.25rem;
  }
}
.service-wrapper .service-item.secondary,
.service-wrapper .service-sizer.secondary {
  width: 66.6666%;
  flex: 0 0 66.6666%;
  min-height: 430px;
  max-height: 430px;
}
.service-wrapper .service-item .back,
.service-wrapper .service-sizer .back {
  background-color: #ffffff;
  position: absolute !important;
  color: #1E1E1E;
  height: 100%;
  padding: 3rem 2rem 3rem 1rem;
  z-index: 1;
  overflow-y: auto;
}
.service-wrapper .service-item .back .back-inner,
.service-wrapper .service-sizer .back .back-inner {
  position: relative;
  padding-left: 2rem;
}
.service-wrapper .service-item .back .back-inner:before,
.service-wrapper .service-sizer .back .back-inner:before {
  height: 100%;
  width: 3px;
  background-color: #F37748;
  position: absolute;
  display: block;
  content: "";
  left: 0rem;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item .back .back-inner,
  .service-wrapper .service-sizer .back .back-inner {
    padding-left: 1rem;
  }
  .service-wrapper .service-item .back .back-inner:before,
  .service-wrapper .service-sizer .back .back-inner:before {
    left: -0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-wrapper .service-item .back .back-inner,
  .service-wrapper .service-sizer .back .back-inner {
    padding-left: 50px;
  }
  .service-wrapper .service-item .back .back-inner:before,
  .service-wrapper .service-sizer .back .back-inner:before {
    width: 7px;
    left: 1rem;
  }
}
.service-wrapper .service-item .back .back-inner h3,
.service-wrapper .service-sizer .back .back-inner h3 {
  font-size: 1.15rem;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item .back .back-inner h3,
  .service-wrapper .service-sizer .back .back-inner h3 {
    font-size: 1.75rem;
  }
}
.service-wrapper .service-item .service-description,
.service-wrapper .service-sizer .service-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.service-wrapper .service-item .service-description .description-item,
.service-wrapper .service-sizer .service-description .description-item {
  padding: 0 1rem;
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.6em;
}
.service-wrapper .service-item .service-description .description-item p,
.service-wrapper .service-sizer .service-description .description-item p {
  margin: 5px 0;
}
/* Import Responsive */
/* Large desktops and laptops */
@media (min-width: 1200px) {
  #content.service {
    padding: 60px 12%;
  }
  .container {
    max-width: 1000px;
  }
  #contact #contact-form {
    width: 35%;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 800px;
  }
  #contact #contact-form {
    width: 50%;
  }
  #content.service {
    padding: 60px 12%;
  }
}
@media (max-height: 768px) {
  #contact-info {
    font-size: 0.6rem;
  }
  #content.service {
    padding: 60px 12%;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #menu ul {
    display: none;
  }
  #menu .menu-trigger {
    display: block;
  }
  .service-description .description-item {
    flex: 0 0 100% !important;
  }
  .container {
    max-width: 600px;
  }
  #contact #contact-form {
    width: 60%;
  }
  #content.service {
    padding: 60px 12%;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .service-description .description-item {
    flex: 0 0 100% !important;
  }
  #menu {
    padding: 1rem;
  }
  #menu ul {
    display: none;
  }
  #menu .menu-trigger {
    display: block;
  }
  #logo {
    padding: 3px;
  }
  #logo img {
    max-width: 120px;
  }
  #sub-menu,
  #contact-info {
    display: none;
  }
  #contact {
    margin-left: 0;
  }
  #contact #contact-form {
    width: 100%;
  }
  .service-wrapper .service-item {
    flex: 0 0 100%;
    width: 100%;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
  .service-wrapper .service-item.secondary {
    min-height: 260px;
    max-height: 260px;
  }
  .service-wrapper .service-item figcaption {
    border-color: #27397F !important;
  }
  .service-wrapper .service-item.text.colored .back {
    border-color: #28397F;
  }
  .service-wrapper .service-item.text.colored .front .service-background {
    background-color: #27397F;
  }
  .service-wrapper .service-item.text.mobile-colored .front .service-background {
    background-color: #AFCE77;
  }
  .service-wrapper .service-item.text.mobile-colored .back {
    border-color: #AFCE77;
  }
  .service-wrapper .service-item .service-caption {
    width: 100%;
    font-size: 0.825rem;
  }
  .service-wrapper .service-item .service-caption.active {
    transform: translateY(0);
  }
  .service-wrapper .service-item.selected .service-titel {
    text-align: left;
    padding: 0 1rem;
  }
  .service-wrapper .service-item.selected .service-titel h2 {
    font-size: 0.75rem;
  }
  .service-wrapper .service-item .service-titel {
    padding: 0 4rem;
  }
  .service-wrapper .service-item img {
    height: 100%;
  }
  .service-wrapper .service-item.secondary {
    flex: 0 0 100%;
    width: 100%;
  }
  .service-description .description-item {
    flex: 0 0 100% !important;
  }
  #content.service {
    padding: 60px 8%;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  #menu ul {
    display: none;
  }
  #menu .menu-trigger {
    display: block;
  }
  #content.service {
    padding: 60px 1rem;
  }
  .service-wrapper .service-item {
    min-height: 300px !important;
  }
  .service-wrapper .service-item .service-caption.active {
    transform: translateY(0);
  }
  .service-wrapper .service-item .back h2 {
    font-size: 28px;
  }
  .service-wrapper .service-item.secondary {
    min-height: 300px !important;
    max-height: 300px;
  }
  .service-wrapper .service-item.secondary .service-description .description-item {
    flex: 0 0 100%;
  }
  .service-wrapper .service-item.text {
    min-height: 300px;
  }
  .service-wrapper .service-item.text.colored .back {
    border-color: #27397F;
  }
  #logo {
    margin-top: 8px;
  }
  #logo img {
    max-width: 90px;
  }
  h1 {
    font-size: 1.5em;
  }
  #intro {
    min-height: 240px;
  }
  #sub-menu,
  #contact-info {
    display: none;
  }
  #contact #contact-form {
    width: 100%;
  }
  .service-wrapper .service-item {
    flex: 0 0 100%;
    width: 100%;
    height: 260px;
  }
  .service-wrapper .service-item figcaption {
    border-color: #27397F !important;
  }
  .service-wrapper .service-item.text.colored .front .service-background {
    background-color: #27397F;
  }
  .service-wrapper .service-item.text.mobile-colored .front .service-background {
    background-color: #AFCE77;
  }
  .service-wrapper .service-item.text.mobile-colored .back {
    border-color: #AFCE77;
  }
  .service-wrapper .service-item .service-caption {
    width: 100%;
    font-size: 0.825rem;
  }
  .service-wrapper .service-item.selected .service-titel {
    text-align: left;
    padding: 0;
  }
  .service-wrapper .service-item.selected .service-titel h2 {
    font-size: 0.75rem;
  }
  .service-wrapper .service-item .service-titel {
    padding: 0 4rem;
  }
  .service-wrapper .service-item img {
    height: 100%;
  }
  .service-wrapper .service-item.secondary {
    flex: 0 0 100%;
    width: 100%;
  }
  .service-description .description-item {
    flex: 0 0 100% !important;
  }
}
