/*
 Theme Name:   Lawyer Template - Childtheme GeneratePress
 Theme URI:    https://arteeo.ch
 Description:  Custom Lawyer Template design, based on generatepress
 Author:       arteeo.ch
 Author URI:   https://arteeo.ch
 Template:     generatepress
 Version:      1.0
*/
@import url("css/navigation.css");
/*
-----------------------------------------------------------------------------------

	1.	General HTML elements
	2.	Homepage (home) Stylings
	3.	Bouncing Arrow
	4.	Contact Form 7
	5.	Footer
	6.  Mediaqueries

----------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	1.	General HTML elements
/* -------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
/* -------------------------------------------------------------------------------- */
/*	2.	Header
/* -------------------------------------------------------------------------------- */
.inside-header {
  position: absolute;
}
/*Header - Sitelogo*/
.site-logo {
  padding-top: 40px;
  padding-left: 68px;
  z-index: 9;
}
/*Background Image*/
.lawyer-background-image {
  background-image: url("./Backgroundimage_Chicago.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* -------------------------------------------------------------------------------- */
/*	3.	Frontpage (front-page.php & content-lawyer_home.php) Testing
/* -------------------------------------------------------------------------------- */
/* Output of all WP data (hidden)*/
.lawyer-partner-infos {
  display: none;
}
.lawyer-strength-infos {
  display: none;
}
.lawyer-kontakt-infos {
  display: none;
}
/* Main container for slide content*/
.lawyer-floating-slide-container {
  position: absolute;
  right: 0;
  top: 0px;
  width: 78.5%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  animation-name: slideIn;
  animation-duration: 1s;
  transition: 1s;
  padding-bottom: 40px;
  z-index: 10;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.lawyer-floating-slide-container::-webkit-scrollbar {
  display: none;
}
/* Custom Cursor*/
/*.lawyer-floating-slide-container a:hover {
	cursor: url('../generatepress_child/lawyer-partner-custom-cursor.png'), auto;
}*/
.lawyer-content-slide {
  padding-left: 125px;
  padding-top: 55px;
  color: #fff;
}
.lawyer-content-slide h2 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80px;
  color: #fff;
}
.h2-lawyer-partner {
  line-height: 0.8;
  width: 80%;
  font-stretch: semi-expanded;
}
.h2-lawyer-strength {
  line-height: 1;
  font-stretch: semi-expanded;
  width: 80%;
}
/* .h2-lawyer-partner:hover,
.h2-lawyer-strength:hover {
  text-shadow: 0px 0px 8px rgba(255,255,255,1);
  font-weight: bold;
} */
.lawyer-partner-content,
.lawyer-strength-content,
.lawyer-partner-mehr {
  width: 60%;
}
.lawyer-content-slide a {
  color: #fff;
}
.lawyer-close-slide {
  position: fixed;
  top: 50%;
  left: 24%;
  opacity: 1;
  color: #fff;
  background: none;
  display: none;
  z-index: 7;
}
.lawyer-close-slide-individual {
  position: fixed;
  top: 50%;
  left: 24%;
  opacity: 1;
  color: #fff;
  background: none;
  display: none;
  z-index: 7;
}
.lawyer-home-button {
  display: none;
  z-index: 7;
}
a.lawyer-content-mehr-button {
  position: fixed;
  display: none;
  top: 48%;
  left: 97%;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  writing-mode: vertical-lr;
  color: #000;
  padding: 35px 12px;
  background-color: #fff;
  z-index: 99999;
  transform: rotate(180deg);
}
.lawyer-close-slide-more {
  position: fixed;
  top: 50%;
  left: 24%;
  opacity: 1;
  color: #fff;
  background: none;
  z-index: 7;
  display: none;
}
.lawyer-partner-more-image,
.lawyer-kontakt-more-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.lawyer-kontakt-content {
  position: absolute;
  z-index: 6;
  bottom: 0;
}
.lawyer-partner-mehr {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  height: 100vh;
  font-size: xx-large;
}
/* Slide Effect*/
.lawyer-slidein {
  width: 78.5%;
  animation-name: slideIn;
  animation-duration: 2s;
}
.lawyer-slideout {
  display: none;
  width: 0;
  animation-name: slideOut;
  animation-duration: 2s;
}
@keyframes slideIn {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideOut {
  100% {
    transform: translateX(200%);
  }
  0% {
    transform: translateX(0%);
  }
}
/* Tickertape*/
.ticker-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #fff;
  padding-left: 100%;
  box-sizing: content-box;
  z-index: 1;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  color: #000;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* -------------------------------------------------------------------------------- */
/*	4.	Mobile View
/* -------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /*html, body {
		margin: 0;
		min-height: 100%;
		overflow: hidden;
	}*/
  .inside-header {
    width: 100%;
  }
  .site-header .header-image {
    width: 102px;
  }
  /*Header - Sitelogo*/
  .site-logo {
    margin: 0 auto;
    padding: 0;
  }
  /* Main container for slide content*/
  .lawyer-floating-slide-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /*background: none;*/
  }

  .h2-lawyer-partner:last-of-type,
  .h2-lawyer-strength:last-of-type {
    padding-bottom: 40px;
  }
  .lawyer-content-slide {
    padding-left: 0;
    padding-top: 39px;
    width: 100%;
    height: 100vh;
  }
  .lawyer-content-slide p,
  .lawyer-content-slide h2 {
    padding-left: 24px;
  }
  .lawyer-partner-link,
  .lawyer-strength-link {
    font-size: 30px;
  }
  .h2-lawyer-partner {
    line-height: 0.2;
  }
  .h2-lawyer-strength {
    line-height: 0.4;
  }
  .lawyer-partner-content,
  .lawyer-strength-content,
  .lawyer-partner-mehr {
    width: 100%;
  }
  .lawyer-close-slide,
  .lawyer-close-slide-individual,
  .lawyer-close-slide-more {
    position: relative;
    top: 50px;
    left: 24px;
    opacity: 1;
    color: #fff;
    background: none;
    display: none;
  }
  .lawyer-home-button {
    position: relative;
    top: 50px;
    left: 54px;
    opacity: 1;
    color: #fff;
    background: none;
    display: none;
  }
  .lawyer-close-slide svg,
  .lawyer-close-slide-individual svg,
  .lawyer-close-slide-more svg,
  .lawyer-home-button svg {
    height: 30px;
    width: 30px;
  }
  .lawyer-content-mehr-button {
    left: 89% !important;
    padding: 40px 15px !important;
    opacity: 1 !important;
    z-index: 99999999;
  }
  .lawyer-content-slide.lawyer-partner-featured-image {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  .lawyer-partner-content,
  .lawyer-strength-content {
    position: relative;
    padding-right: 45px;
    padding-bottom: 25px;
  }
  .lawyer-partner-featured-image {
    padding: 0;
  }
  .lawyer-partner-featured-image img {
    position: relative;
    top: -75px;
  }
  .lawyer-partner-more-image,
  .lawyer-kontakt-more-image {
    height: auto;
    max-height: 390px;
    width: 100%;
  }
  .lawyer-partner-mehr {
    position: relative;
    padding: 30px;
    top: -85px;
    background-color: #000;
    align-items: unset;
  }
  .lawyer-kontakt-content {
  }
  .ticker-wrap {
    position: relative;
  }
}
