/*
 Theme Name:   PRIMTEC Child-Theme 
 Theme URI:    https://primtec.eu
 Description:  Primtec Child Theme
 Author:       Patrick Dully
 Author URI:   https://primtec.eu
 Template:     primtec
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  primtec
*/

/* Added bootstrap-grid for layout only */
/*@import url("/assets/css/animations.css");*/
@import url("bootstrap-grid.min.css");

/* Variables */
@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 300;
  src: url("assets/font/KlavikaLight-OSF.otf") format("opentype");
}

@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/KlavikaMedium-OSF.otf") format("opentype");
}

@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 500;
  src: url("assets/font/KlavikaMedium-OSF.otf") format("opentype");
}

@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 700;
  src: url("assets/font/KlavikaBold-Bold.otf") format("opentype");
}

/* Typography */
body {
  line-height: 1.2 !important;
  font-family: "Klavika", sans-serif !important;
  color: #000000;
  font-weight: 300 !important;
  font-size: 1.15rem !important;
  height: 0 !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Klavika", sans-serif;
  color: #c20735;
  margin: 0;
}

h2 {
  color: #c20735;
  font-size: 2.2rem;
}

/* Header */
header {
  position: fixed;
  height: 130px;
  width: 100%;
  z-index: 666;
  padding-left: 2rem;
  padding-right: 2rem;
  top: 0;
}

header nav.meta {
  display: none;
}

.translate {
  display: none;
}

#searchModal {
  display: none;
}

/* Products Page (single-products.php) */
.single-product,
.product-description-area {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.product-description-area {
  padding-top: 0px !important;
}

/* Solutions Page (single-solutions.php) */
section {
  padding-bottom: 0 !important;
}

.overlay-claim {
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
}

.introduction h2 {
  margin-left: 4.33%;
}

.solution-single-site {
  background-color: #c20735;
  background-clip: content-box, padding-box;
}

.visual-claim.full-width,
.visual-claim.news {
  margin-top: 6rem !important;
  background-size: cover !important;
  height: 720px !important;
  max-height: 720px;
}

.visual-claim .text {
  background-color: rgba(0, 0, 0, 0) !important;
}

.solution-single {
  padding: 0 !important;
}

.solution-single .tooltip-image-container {
  margin-top: 0;
}

.tooltip-image-container {
  width: 100%;
  position: relative;
  margin: 0;
}

.tooltip-image-container img {
  width: 100%;
  max-height: 750px;
  object-fit: cover;
  object-position: bottom;
}

.tooltip-image-container .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
}

.tooltip-image-container .tooltip-box {
  display: none;
  z-index: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 2rem;
  width: 265px;
  font-size: 0.9rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
}

.tooltip-graphic {
  width: 100%;
  animation-name: pulsasion;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.tooltip-image-container .tooltip-anker.small {
  width: 6%;
}

.tooltip-anker {
  position: absolute;
  width: 10%;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.slider-outer-wrap {
  margin-top: 0;
}

/* Products Pages (single-products.php) */
.product-single {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* News Overview (news.php) */

img.scale.post__featured-image {
  max-width: 100%;
  height: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  max-height: 265px;
  border-image-width: auto;
  object-fit: contain;
}

.news-overview h1 {
  /*margin-left: 4.33334%;*/
}

/* Single News (single-news.php */
.news-overview {
  padding: 2rem 3.6rem;
}

.back-btn {
  color: black;
  border: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.15rem;
  font-family: "Klavika", sans-serif;
  font-weight: 100;
}

.back-btn i {
  color: black;
  border: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.15rem;
}

.back-btn:hover {
  color: #c20735;
}

.news-img {
  padding-left: 10px;
  padding-bottom: 15px;
  float: right;
}

.news-date {
  padding-top: 0;
  float: right;
}

/* General */

.custom-offset {
  margin-left: 4.33%;
}

.introduction {
  padding-top: 3.5rem !important;
}

.text.container h2 {
  width: 25%;
  padding-left: 0.8rem;
}

.product-full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Additional WPML Style */

.wpml-ls-link {
  font-size: 1rem !important;
}

/* Footer */
footer>.container {
  padding-top: 15px;
}

/* About us red background */

.red-background {
  background-color: #c20735;
  color: white;
  margin-bottom: 100px;
}

.red-background .text {
  margin: 0px 0px 75px 0;
  padding-top: 75px;
}

/*
.red-background .eyecatcher img{
	max-width: 622px;
  object-fit: scale-down;
	max-height: 350px;
	display: inline-block;
	z-index: 100;
	position: absolute;
	top: -125px;
}
*/

/* Slider */

.list-container {
  margin-bottom: 0rem !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.slider-outer-wrap {
  margin-top: 60px !important;
}

.slider-outer-wrap .container.custom-slider-container .custom-slider .slide-item.content .row.first-content {
  padding-top: 0 !important;
}

.slider-outer-wrap .container.custom-slider-container .custom-slider .slide-item.content .row.second-content .quote-wrap .quote {
  width: 85% !important;
}

.slider-outer-wrap .container.custom-slider-container .custom-slider .slide-item.content .row.second-content .quote-wrap .quotee {
  margin-right: 17% !important;
  margin-top: 25px;
  font-family: "Klavika", sans-serif !important;
  text-align: right;
}

/* Footer */

.footer h2 {
  font-size: 1.25rem;
  margin: 0;
  color: white;
}

.footer p {
  margin: 0;
  font-size: 0.85rem;
}

.footer a {
  font-size: 0.85rem;
  text-decoration: none;
  color: white;
}

.footer div.icons {
  margin: 15px;
}

.footer div.icons i {
  margin: 7px 12px;
  font-size: 32px;
  border: 1px solid #c20735;
  background-color: #c20735;
  color: white;
  border-radius: 100%;
  padding: 6px;
}

.footer {
  background-color: #5f5f5f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 15px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer li {
  font-size: 0.85rem;
  display: table-cell;
  padding: 0 10px;
  border-left: 1px solid white;
}

.footer li:first-child {
  border-left: none;
}

/* CTAs */

.pulse-white {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 6s ease-out infinite;
}

@-webkit-keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  10% {
    -webkit-box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
  }

  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
  }
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  10% {
    -moz-box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
    box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
  }

  20% {
    -moz-box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
    box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
  }
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(194, 7, 53, 1);
  animation: pulse 6s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 7, 53, 1);
  }

  10% {
    -webkit-box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
  }

  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(194, 7, 53, 1);
    box-shadow: 0 0 0 0 rgba(194, 7, 53, 1);
  }

  10% {
    -moz-box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
    box-shadow: 0 0 0 10px rgba(194, 7, 53, 0);
  }

  20% {
    -moz-box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
    box-shadow: 0 0 0 0 rgba(194, 7, 53, 0);
  }
}

.shake {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.cta-container:hover {
  animation: ltr 1s both;
}

@-webkit-keyframes ltr {
  10% {
    right: -100px;
  }

  100% {
    right: 0px;
  }
}

@keyframes ltr {
  10% {
    right: -100px;
  }

  100% {
    right: 0px;
  }
}

.ask {
  top: 30%;
}

.news {
  top: 43%;
}

.news .grid-pos-1 {
  padding-right: 39px;
}

.grid-pos-1 {
  width: 25%;
  margin-right: 15px;
  padding-right: 20px;
}

.grid-pos-1 p {
  margin: 0.4em 0;
  font-size: 2rem;
  padding-right: 25px;
}

.grid-pos-2 {
  width: 75%;
}

.grid-pos-2 p {
  margin-top: 1rem;
}

.cta-container {
  display: none;
  z-index: 998;
  color: rgba(194, 7, 53, 1);
  position: fixed;
  right: -100px;
  padding-left: 20px;
  border: rgba(194, 7, 53, 0.25) solid 1px;
  background-color: white;
}

.cta {
  display: flex;
}

.ref-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.ref-container {
  background-color: #ffffff;
  position: relative;
  width: calc(100% / 2);
  padding: 25px;
  margin: auto;
  top: 15%;
  min-height: calc(100% / 3.334);
  border-radius: 3px;
}

.ref-container h1,
.ref-container .h1{
  color: rgba(194, 7, 53, 1);
  margin-right: 25px;
}

.ref-close {
  position: absolute;
  right: 25px;
  font-size: 32px;
  cursor: pointer;
}

.ref-container p {
  margin: 0 0 15px 0;
}

.ref-container .last {
  margin-bottom: 60px;
}

.ref-container .more-button {
  background-color: rgba(194, 7, 53, 1);
  color: white;
  padding: 15px;
  margin: 15px 0;
  border-radius: 3px;
  text-decoration: none;
  position: absolute;
  right: 25px;
  bottom: 0;
}

.menu-main-menu-container a {
  color: #C20735;
  text-decoration: none;
  cursor: pointer
}

.menu-main-menu-container a:hover {
  text-decoration: none
}

.menu-main-menu-container a:focus {
  text-decoration: none
}

.menu-main-menu-container #menu-main-menu .menu-item-has-children a {
  cursor: default
}

.menu-main-menu-container #menu-main-menu .menu-item-has-children .menu-item a {
  cursor: pointer
}

.menu-main-menu-container #menu-main-menu .current-menu-parent .current-menu-item {
  border-bottom: none
}

.menu-main-menu-container #menu-main-menu .current-menu-parent .current-menu-item a {
  font-weight: 600 !important;
  border-bottom: none
}

/* EN */

.menu-main-menu-en-container a:hover {
  text-decoration: none
}

.menu-main-menu-en-container a:focus {
  text-decoration: none
}

.menu-main-menu-en-container #menu-main-menu-en li {
  border-bottom: 3px solid transparent
}

.menu-main-menu-en-container #menu-main-menu-en .menu-item-has-children a {
  cursor: default
}

.menu-main-menu-en-container #menu-main-menu-en .menu-item-has-children .menu-item a {
  cursor: pointer
}

.menu-main-menu-en-container #menu-main-menu-en .current-menu-item {
  border-bottom: 3px solid #C20735
}

.menu-main-menu-en-container #menu-main-menu-en .current-menu-parent {
  border-bottom: 3px solid #C20735
}

.menu-main-menu-en-container #menu-main-menu-en .current-menu-parent .current-menu-item {
  border-bottom: none
}

.menu-main-menu-en-container #menu-main-menu-en .current-menu-parent .current-menu-item a {
  font-weight: 600 !important;
  border-bottom: none
}


.d-none {
  display: none;
}



/* Different Device sizes */
/* Mobile */
@media (min-width: 0px) and (max-width: 767px) {

  .translate-footer {
    display: block;
  }

  .visual-claim .text h1 {
    padding-left: 0 !important;
    font-size: 3rem;
  }

  .visual-claim.full-width,
  .visual-claim.news {
    margin-top: 2rem !important;
    max-height: 400px;
  }

  .introduction {
    margin-top: 0 !important;
  }

  .introduction h2 {
    padding-left: 0;
    margin-left: 0;
  }

  .fixed-sidebars {
    display: flex;
    position: fixed;
    bottom: 0px;
    min-height: 50px;
    width: 100%;
    z-index: 1000;
    background-color: #c20735;
    justify-content: space-around;
    flex-direction: row;
    padding: 15px 7rem 15px 5rem;
    align-items: center;
  }

  .fixed-sidebars>a {
    display: inline-flex;
    align-items: center;
    color: white;
  }

  .fixed-sidebars>a>img {
    max-width: 30px;
  }

  .fixed-sidebars>a>span {
    padding-left: 15px;
  }

  .product-description-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .news-overview {
    padding: 0;
  }

  .news-img {
    float: none;
    padding-left: 0;
  }

  .back-btn {
    padding-left: 0;
  }

  .tooltip-image-container .tooltip-anker.small {
    width: 10%;
  }

  .custom-offset {
    margin-left: 0;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .tooltip-image-container {
    margin-top: 0;
  }

  .tooltip-image-container .tooltip-anker.small {
    width: 10%;
  }

  .wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
  }

  h2 {
    font-size: 1.5rem;
  }

  .news-img {
    float: none;
  }

  .visual-claim .text h1 {
    font-size: 3rem;
    padding-left: 0.8rem;
  }

  .visual-claim.full-width,
  .visual-claim.news {
    margin-top: 2rem !important;
    max-height: 400px;
  }

  .product-description-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .fixed-sidebars {
    display: flex;
    position: fixed;
    bottom: 0px;
    min-height: 50px;
    width: 100%;
    z-index: 1000;
    background-color: #c20735;
    justify-content: space-around;
    flex-direction: row;
    padding: 15px 7rem 15px 5rem;
    align-items: center;
  }

  .fixed-sidebars>a {
    display: inline-flex;
    align-items: center;
    color: white;
  }

  .fixed-sidebars>a>img {
    max-width: 30px;
  }

  .fixed-sidebars>a>span {
    padding-left: 15px;
  }

  .news-overview {
    padding: 0;
  }

  .red-background .eyecatcher img {
    max-width: 100%;
    object-fit: scale-down;
    max-height: 350px;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .desktop-new {
    display: none;
  }

  .ask {
    top: 30%;
  }

  .news {
    top: 43%;
  }

}

/* Notebook */
@media (min-width: 992px) {
  .tooltip-image-container .tooltip-anker.small {
    width: 6%;
  }

  .translate-footer {
    display: none;
  }

  .visual-claim.full-width,
  .visual-claim.news {
    margin-top: 2rem !important;
    max-height: 720px;
  }

  .fixed-sidebars {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    padding: 15px 1rem 15px 1rem;
    justify-content: space-around;
    right: 0;
    transform: translateY(-50%);
    width: 66px;
    z-index: 10;
    padding-top: 4rem;
  }

  .fixed-sidebars>a {
    margin-bottom: 7rem;
    color: #c20735;
    display: flex;
    flex-direction: row;
    font-size: 1.25rem;
    width: 100%;
    transform: rotate(90deg);
    justify-content: space-between;
  }

  .news-img {
    padding-left: 10px;
    padding-bottom: 15px;
    float: right;
  }

  .custom-offset {
    margin-left: 4.33%;
  }

  /* About us red background */

  .red-background {
    background-color: #c20735;
    color: white;
    margin-bottom: 100px;
  }

  .red-background .text {
    margin: 0px 0px 75px 0;
    padding-top: 75px;
  }

  .red-background .text>div {
    padding-bottom: 15px;
  }

  .red-background .row {
    margin-left: 1.333%;
  }

  .red-background .eyecatcher img {
    max-width: 360px;
    object-fit: scale-down;
    max-height: 350px;
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: -125px;
    right: 20px;
  }

  #start-content,
  .start {
    margin-bottom: 5rem;
  }

  .tooltip-image-container .video-wrap iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .tooltip-image-container .video-wrap {
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*margin-top: 40px;*/
  }


  .tooltip-container .tooltip-box {
    opacity: 1 !important;
  }

  .mobile-new {
    display: none;
  }

  .desktop-new {
    display: block;
  }

  .ask {
    top: 30%;
  }

  .news {
    top: 40%;
  }

}

/* Desktop small */
@media (min-width: 1200px) {}


/* Animations */
.breathing {
  animation: scaleing 2s 1 forwards;
}

@keyframes scaleing {

  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}