/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Norman Holstein
	Template: semplice5
    Version: 1.0.0
*/

/* Custom CSS Start */

@font-face {
    font-family: 'FWDisplay';
    src: url('fonts/FWDisplay.woff2') format('woff2'),
         url('fonts/FWDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Nuckle';
  src: url('fonts/Nuckle.woff2') format('woff2'),
       url('fonts/Nuckle.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nuckle-Bold';
  src: url('fonts/Nuckle-Bold.woff2') format('woff2'),
       url('fonts/Nuckle-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: '5wtyperegular';
  src: url('fonts/5wtype-regular-webfont.eot');
  src: url('fonts/5wtype-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/5wtype-regular-webfont.woff2') format('woff2'),
       url('fonts/5wtype-regular-webfont.woff') format('woff'),
       url('fonts/5wtype-regular-webfont.ttf') format('truetype'),
       url('fonts/5wtype-regular-webfont.svg#5wtyperegular') format('svg');
       font-weight: normal;
       font-style: normal;
       font-display: swap;
} */

@font-face {
    font-family: '5wtypemedium';
    src: url('fonts/5wtype-medium-webfont.eot');
    src: url('fonts/5wtype-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/5wtype-medium-webfont.woff2') format('woff2'),
         url('fonts/5wtype-medium-webfont.woff') format('woff'),
         url('fonts/5wtype-medium-webfont.ttf') format('truetype'),
         url('fonts/5wtype-medium-webfont.svg#5wtypemedium') format('svg');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
}

@font-face {
    font-family: '5wtypelight';
    src: url('fonts/5wtype-light-webfont.eot');
    src: url('fonts/5wtype-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/5wtype-light-webfont.woff2') format('woff2'),
         url('fonts/5wtype-light-webfont.woff') format('woff'),
         url('fonts/5wtype-light-webfont.ttf') format('truetype'),
         url('fonts/5wtype-light-webfont.svg#5wtypelight') format('svg');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
}

body {/* Keyword values */
    font-smooth: always !important;
    text-rendering: optimizeLegibility !important;
}

/* Main Nav */

/* .semplice-navbar {
    mix-blend-mode: difference !important;
} */

.semplice-navbar {
  background-blend-mode: color !important;
  /* background: linear-gradient(to bottom, rgba(102, 102, 102, 0.75) 0%, rgba(0,0,0,0) 100%) !important; */
}

.navbar-inner nav ul li a span {
  display: inline-block;
  height: 24px;
  border-bottom-width: 2px !important;
  padding-bottom: 0px !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}

/* .navbar-inner nav ul li a span:hover {
  border-bottom-color: rgb(255, 255, 255) !important;
}

.navbar-inner nav ul li.current-menu-item a span {
  border-bottom-color: rgb(255, 255, 255) !important;
} */

/* Change background-color of html5 video element */
.bg_video-white {
  background-color: rgb(255, 255, 255) !important; 
}

/*To remove the Play button*/
#content-holder .mejs-overlay-button { display: none !important; }

/*To remove Click action*/
#content-holder .video { pointer-events: none !important; }

/*To remove the Loading icon*/
#content-holder .mejs-overlay-loading { display: none !important; } 

/* CTA Button */

.ce-button .is-content a {
  /* padding: 0.55556rem; */
  border-style: solid;
  margin: 0;
  outline: 0;
  /* font-family: '5wtypemedium' !important;
  color: rgb(16, 86, 251) !important; */
  border-color: rgb(16, 86, 251) !important;
  /* font-size: .88889rem; */
  display: inline-block;
  text-align: center;
}

.fw-link {
  transition: transform 250ms;
 }

.fw-link a {
 margin-top: 10px;
 transition: transform 250ms;
}

.fw-link:hover {
  opacity: 0.85;
  transform: translateX(5px);
  /* transform: rotate(-1deg); */
  font-size: 56px !important;
}

.fw-link span {
  transition: transform 250ms;
}

.fw-link span:hover {
     
}


/* .fw-link span:hover {
  transform: translateX(-10px);
} */

.fw-link a::before {
  /* padding: 0.55556rem; */
  /* border-style: solid; */
  margin: 0;
  outline: 0;
  content: '→';
  font-family: "5wDisplay-VariableVF", sans-serif !important;
  font-variation-settings: 'wght' 140 !important;
  margin-right: 16px;
  /* font-family: 'FWDisplay' !important; */
  color: rgb(16, 86, 251) !important;
  /* border-color: rgb(16, 86, 251) !important; */
  /* font-size: .88889rem; */
  display: inline-block;
  text-align: center;
}

.fw-link__white a::before {
  /* padding: 0.55556rem; */
  /* border-style: solid; */
  margin: 0;
  outline: 0;
  content: '→';
  font-family: "5wDisplay-VariableVF", sans-serif !important;
  font-variation-settings: 'wght' 140 !important;
  margin-right: 16px;
  /* font-family: 'FWDisplay' !important; */
  color: white !important;
  /* border-color: rgb(16, 86, 251) !important; */
  /* font-size: .88889rem; */
  display: inline-block;
  text-align: center;
}

.fw-link__white a:hover {
  opacity: 0.85;
}

/* Start – Intro Text Services */

.intro_text_services {
    color: black;
    display: block;
    font: 400 52px/86px "5wtypemedium", sans-serif;
    text-align: left;
  }
    
  .intro_text_services ul {
    display: inline;
    margin: 0;
    list-style-type: none; 
  }
    
  .intro_text_services li {
    display: inline;
    padding: 16px 0 12px 0;
    background-color: white;
    border: 2px solid #1056FB;
    box-sizing: border-box;
    border-radius: 65px;
    transition-duration: 0.2;
  }
    
   .intro_text_services li:hover {
    background-color: #1056FB;
  }
    
  .intro_text_services a {
    color: #1056FB;
    font: 400 52px/68px "5wtypemedium", sans-serif;
    text-align: left;
    padding: 0 42px 0 42px;
    transition-duration: 0.2;
  }
    
   .intro_text_services a:hover {
    color: white;
  }

  a.starten {
    cursor: url('custom-cursor-arrow.png'), auto !important;
  }  
    
/* Navbar background color fade-in */
@keyframes navbar-background-fade-in {
    from {background-color: #fff;}
    to {background-color: #000;}
  }
  
  /* Navbar items color fade-in */
  @keyframes navbar-item-fade-in {
    from {background-color: #000; fill: #000; }
    to {background-color: #fff; fill: #fff;}
  }
  
  /* Overlay color changes */
  #overlay-menu .logo svg path {
    animation-name: navbar-item-fade-in;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
  }
    
  #overlay-menu .close-menu span:before, #overlay-menu .close-menu span:after {
    animation-name: navbar-item-fade-in;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
  }
  
  #overlay-menu .semplice-navbar {
    animation-name: navbar-background-fade-in;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
  }

  /* Nav scroll animation */

  .is-frontend .semplice-navbar {
    position: fixed !important;
    transition: ease transform 0.75s !important;
  }
  
  .semplice-navbar.hide-navbar {
    transform: translateY(-100%) !important;
  }

/* You can now use some custom CSS to style the language switch menu item: */

  .language-item {
   margin-left: 30px;
   opacity: 0.5;
  }

/* Main Menu item  */
.menu-item-right {
    justify-self: flex-end;
}

/* Show more */
#content .content-block .show-more, #content .semplice-cover .show-more, #content-holder .content-block .show-more, #content-holder .semplice-cover .show-more {
  cursor: pointer;
  position: absolute;
  bottom: 2px;
  width: 100%;
  z-index: 105;
  display: flex;
  justify-content: left;
  padding: 30px;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

/* Remove back to top */
.back-to-top {display: none !important;} 

/* Portfolio Grid hover */

#content-holder .thumb-hover-meta .title {
    line-height: 3.5rem;
}

/* Custom CSS End */

/* page background color */
#content-holder .post-password-form {
    background: #000000;
}
 
/* lock icon color */
#content-holder .post-password-form .inner .password-lock {
    fill: #444444;
}
 
/* title color */
#content-holder .post-password-form .inner p {
    color: white;
}
 
/* sub title color */
#content-holder .post-password-form .inner p span {
    color: #777777;
}

/* Accordion Styles */
.collapseomatic {
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}

.collapseomatic p {
  padding-top: 60px;
  margin-bottom: 5px;
}

.collapseomatic.expandicons {
  background: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 15h10v-3h-10v-10h-3v10h-10v3h10v10h3z'/%3E%3C/svg%3E") no-repeat !important;
  background-position: right;
  padding-left: 35px;
  padding-top: 15px;
  border-bottom: 1px dotted #dfdfdf;
}

.colomat-close.expandicons {
  background: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25 12h-23v3h23'/%3E%3C/svg%3E") no-repeat !important;
  background-position: right;
}

.accordion {
    border-bottom: 1px solid black;
    margin-bottom: 0px;
}

.accordion p {
    padding-top: 60px;
    margin-bottom: 5px;
}

#content-holder .custom_2skl09xg0 {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
}

/* #content-holder h3 {
    padding-top: 25px;
    text-decoration-thickness: 2px;
} */

.accordion-title {
    border-top: 1px solid black;
    margin-top: 0;
    cursor: pointer;
}

.accordion-title:first-child {
    border-top: 1px solid black;
    margin: 0;
    cursor: pointer;
    margin-bottom: 30px;
}

.accordion-title:hover {}
/* .accordion-title:first-child {border: none;} */
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

h3.ea-header a[aria-expanded="false"] {
    background: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 15h10v-3h-10v-10h-3v10h-10v3h10v10h3z'/%3E%3C/svg%3E") no-repeat;
    background-position: right;
    background-origin: content-box;
    padding-top: 22px;
    padding-right: 12px;
}

h3.ea-header a[aria-expanded="true"] {
    background: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25 12h-23v3h23'/%3E%3C/svg%3E") no-repeat;
    background-position: right;
    background-origin: content-box;
    padding-top: 22px;
    padding-right: 12px;
    
}

/* Easy Accordion Styles */

.sp-easy-accordion .sp-ea-single .ea-header a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-family: "5wtypemedium", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 2rem !important;
  line-height: 2.5555555555555554rem !important;
  letter-spacing: 0.016666666666666666rem !important;
  /* font-size: 22px !important; */
  color: black !important;
  box-shadow: none;
  padding: 20px 15px 20px 0 !important;
}


.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0px !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single p {
  padding: 0 0 30px 0 !important;
  color: rgb(0, 0, 0);
  margin-left: 0px;
}

.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
  padding-top: 15px;
  margin-top: 0;
  font-size: 24px !important;
  max-width: 70%;
  @media screen and (min-width: 1170px) {
    font-size: 24px !important;
    line-height: 135%;
  }
  @media screen and (max-width: 1169px) and (min-width: 992px) {
    font-size: 2px !important;
    line-height: 135%;
  }
}

.sp-easy-accordion>.sp-ea-single {
  background: transparent;
  border-bottom: 1px solid black !important;
}

.ea-card .sp-ea-single {
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding-left: 0px;
  color: black;
}

.sp-ea-one.sp-easy-accordion:first-child {
  border-top: 1px solid black;
  margin: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.sp-easy-accordion .sp-ea-single {
  background: #efefef;
  margin-bottom: 0px;
  border-radius: 3px
}

@media print {
    .accordion-content {
        display: block !important;
    }
}

.color-invert { 
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* Default button*/
.sp-ea-one.sp-easy-accordion .sp-ea-single a.btn {
  background-color:  #1056FB;
  border-radius: 10px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "5wtypemedium", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: normal; 
  height: 35px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 30px;
  outline: none;
  padding: 8px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single a.btn:hover,
.sp-ea-one.sp-easy-accordion .sp-ea-single a.btn:focus {
  background-color: #3370ff;
}

a.download-link {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%231056fb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3Cpath d='m19 13v4c0 .5304-.2107 1.0391-.5858 1.4142s-.8838.5858-1.4142.5858h-14c-.53043 0-1.03914-.2107-1.41421-.5858-.37508-.3751-.58579-.8838-.58579-1.4142v-4'/%3E%3Cpath d='m10 13v-12'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px; /* Adjust according to image size to push text across. */
  font-family: "5wtypelight", sans-serif !important;
  font-size: 20px;
  padding-top: 4px;
}

.fw-flex-container{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

/* Portfolio filter*/

a.semplice-event {
  padding-right: 20px !important;
}

a.semplice-event.pg-filter-active {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Video embed fixes*/

.embed-responsive-16by9 {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 10px 36px 36px rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  z-index: 99999;
}

.widget {
  position: absolute;
  /* width: 640px;
  height: 360px; */
  /* border-radius: 100px; */
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

.widget:after {
content:"";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
box-shadow: inset 0px 1px 0px 1px #ffffff;
pointer-events: none;
border-radius: 0px;
}

/* Semplice breakpoint values in pixels for each screen size */


@media screen and (min-width: 1170px) {
    font-size: 24px !important;
    line-height: 135%;
}

@media screen and (max-width: 1169px) and (min-width: 992px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single p {
    font-size: 20px !important;
    line-height: 135%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single p {
    font-size: 17px !important;
    line-height: 135%;
  }
}

@media screen and (max-width: 767px) and (min-width: 544px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single p {
    font-size: 16px !important;
    line-height: 135%;
  }
}

@media screen and (max-width: 543px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single p {
    font-size: 24px !important;
    line-height: 135%;
  }
}