a{
  color: black;
  text-decoration: none;
}
h1, .sameAsH1{
  font-size: 70px;
  font-style: italic;
}
h2, h3, h4, h5, h6{
  font-size: 50px;
}
h2.wp-block-heading{
  font-size: 65px;
}
p.has-medium-font-size{
  font-size: 30px!important;
}
p{
  font-size: 20px;
}
p strong{
  color: #d5da2e;
}
p a, footer li a {
	position: relative;

	&::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: black;
		bottom: 0;
		left: 0;
		transform-origin: right;
		transform: scaleX(0);
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}

	&:hover::before {
		transform-origin: left;
		transform: scaleX(1);
	}

}
@media screen and ( max-width: 1200px ){
  h1, .sameAsH1, h2.biggeriPad{
    font-size: 40px!important;
  }
  h2, h3, h4, h5, h6{
    font-size: 25px!important;
  }
  h2.wp-block-heading{
    font-size: 30px!important;
  }
  p.has-medium-font-size{
    font-size: 18px!important;
  }
  .kt-row-column-wrap{
    padding: 0!important;
  }
  .values{
    margin-top: 16px;
  }
}

@media screen and ( max-width: 768px ){
  p{
    font-size: 14px!important;
  }
}
/* ====== NAV BURGER ====== */
.text-fill{
  background-clip: text;
  background-image: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);;
  background-color: black;
  transition-duration: .8s!important;
  -webkit-transition-property: all;
  transition-property: all;
  background-position: 0 1.2em;
  color: transparent!important;
  background-size: 200% 3em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  padding-left: 10px;
  transition: background-size 0.15s;
}
.text-fill:hover {
  background-position: 0 -1.5em;

}
#menu-header-menu a, #socialNav p .showcase{
  font-family: "Instrument Serif", serif!important;
  font-style: normal;
}
#menu-header-menu a:hover{
  font-style: italic;
}
#socialNav p a{
  font-family: sans-serif!important;
}
#bar{
  z-index: 1000;
}
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
	width: auto;
	margin: 0;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
	border-radius: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  mix-blend-mode: difference;
  font-family: "Instrument Serif", serif;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger-box {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  border-radius: 30px;
  border: solid 1px white;
  color: white;
  margin-top: 10px;
  font-weight: 400!important;
}
#sideNavigation{
  color: black!important;
}
#sideNavigation p a{
  font-size: 1em!important;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#socialNav{
	text-align: left;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 100%;
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #d5da2e;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 2rem;
    color: black;
    display: inline;
    margin-bottom: 15px;
		margin-right: 10px;
}
.sidenav a .footLogo{
	width: 30px;
	height: auto;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: black;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
	text-align: left
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: black;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation p, #sideNavigation p a{
  font-size: 24px;
}
.menu{
  transition: all 0.5s ease;
  a{
    display: inline-block;
    color: black;
    margin: 0;
    text-decoration: none;
		font-size: 75px;
  }
}
@media(max-width: 1200px){
  .sidenav ul{
    display: block;
    padding: 20px 0!important;
    margin-bottom: 0!important;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .sidenav ul.menu{
    margin-right: 0;
  }

  .navbar-toggle{
    position: absolute;
    margin: 0;
  }
}
@media screen and ( max-width: 768px ){
  .menu{
    a{
  		font-size: 33px;
      padding-left: 5px!important;
    }
  }
}
/* ====== NAV BURGER ====== */
.homeHeader{
  height: 100vh;
  overflow: hidden;
}
#carousel-header{
  z-index: 0;
}
#toplogo {
  width: 105px;
  height: 60px;
  margin: 20px 0;
  z-index: 2;
  position: absolute;
}
.icon-bike{
  background:#fff;
  mix-blend-mode:difference;
  -webkit-mask-image:url(../image/test.svg);
  mask-image:url(../image/test.svg)
}
.icon-bike:hover{
  background:green
}
.video{
  height: auto;
}
.header{
  min-height: 100vh;
}
.header h1{
  font-style: italic;
}
.header p{
  font-size: 23px;
}
.imageBtm{
  bottom: 50px;
  left: 0;
}
.imageCntr{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.imageTop{
  top: 50px;
  right: 0;
  z-index: 5;
}
.buttons button.btn-primary:hover{
  background: black;
}
.buttons button.btn-primary{
  font-family: "Instrument Serif", serif!important;
  font-size: 1.5rem;
  padding: 8px 25px
}
.opacity{
  display: none;
  transition: display 0.2s ease;
}
.box{
  border: 1px solid black;
  width: 50%;
  height: 75%;
  right: 50px;
  top: 0;
}

@media screen and ( max-width: 1200px ){
  .homeHeader{
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .homeHeader video{
    max-width: 100%!important;
  }
  .imageCntr{
    position: relative!important;
  }
}
@media screen and (max-width: 1366px){
  .imageBtm{
    bottom: 250px;
  }
  .imageTop{
    top: 250px;
  }

}

@media screen and (max-width: 1510px){
  .button1, .button2, .button3{
    display: none!important;
  }
}
.catList{
  border: 1px solid black;
  border-radius: 40px;
  font-size: 18px;
  padding: 8px 15px;
}
.catList li{
  padding: 0 7px;
  display: inline-block;
}
.catLinks li{
  padding: 0 15px 0 0;
  display: inline-block;
}
.catLinks.dropdown-menu li{
  display: block;
}
.catLinks.dropdown-menu{
  border: solid 1px #d5da2e!important;
  border-radius: 20px;
}
.linkImg{
  display: block;
  width: 100%;
  aspect-ratio: 6 / 4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.postLink h2{
  font-size: 1.6rem;
}
.casestudies .postLink h2{
  font-size: 2rem;
}
#load-more{
  width: auto;
  margin: 50px auto;
  font-family: "Instrument Serif", serif!important;
}
.navigation.pagination{
  margin: auto;
  width: auto;
}
.page-numbers{
  font-size: 60px;
  margin: auto 20px;
  position: relative;

  &::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: black;
		bottom: 0;
		left: 0;
		transform-origin: right;
		transform: scaleX(0);
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}

	&:hover::before {
		transform-origin: left;
		transform: scaleX(1);
	}
}
a.next{
  display: none;
}

ul.catLinks{
  padding-left: 0;
}
.stupidThing{
  margin-left: 12px;
}

@media screen and ( max-width:996px ){
  .catLinks li{
    display: block;
    text-align: center;
  }
}
@media screen and ( max-width: 1200px ){
  .kb-row-layout-id61190_63ee1d-58 > .kt-row-column-wrap, .kb-row-layout-id61190_c97aa3-e1 > .kt-row-column-wrap, .kb-row-layout-id61190_dbab09-e5 > .kt-row-column-wrap, .kb-row-layout-id61190_7119bf-b2 > .kt-row-column-wrap{
    padding-bottom: 60px!important;
  }
  .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id61190_63ee1d-58, .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id61190_c97aa3-e1, .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id61190_dbab09-e5, .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id61190_7119bf-b2{
    margin-bottom: 60px!important;
  }
  .kt-block-spacer{
    height: 2px!important;
  }
  .kt-row-column-wrap{
    display: block!important;
  }
  .page-numbers{
    font-size: 35px;
  }
  .navigation.pagination{
    margin-bottom: 40px;
  }
  .stupidThing{
    margin-left: 0;
  }
}
footer{
  background-color: #d5da2e;
  bottom: 0;
  z-index: 0;
  animation: 3s fadeIn;
  animation-fill-mode: forwards;
}
footer span{
  text-transform: uppercase;
}
footer span a{
  text-transform: capitalize;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer p{
  font-size: 24px;
}
.footerSocial{
  height: 50px;
  width: auto;
}
.footerLogo{
  height: 110px;
  width: auto;
}
footer .menu{
  padding-left: 0;
}
footer .menu a{
  font-size: 24px;
}
footer .menu li{
  display: block;
}

footer {
  width: 105%!important;
  overflow: hidden;
}
footer.footer-container {
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-white#body{
  display: inline-block;
}
@media screen and ( max-width: 1400px ){
  footer.position-fixed{
    position: relative!important;

  }
  .bg-white#body{
    margin-bottom: 0!important;
  }
  .footerLogo{
    height: 60px;
    width: auto;
    margin-right: 20px;
  }
  footer{
    padding-top: 50px!important;
    animation: 0s fadeIn;
  }
  footer p{
    font-size: 21px!important;
  }
  .cli_settings_button{
    display: block;
  }
}
@media screen and ( max-width: 992px ){
  footer.position-fixed{
    max-width: 100%!important;

  }
}
.image-ticker {
  overflow: hidden;
  position: relative;
}
.image-ticker__track {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  height: 100%;
}
.image-ticker__group {
  position: relative;
  left: -80px;
  transform: translateX(0); /* Initial position */
  transition: transform 0.1s ease-out; /* Smooth movement */
  margin-bottom: 0!important;
}
.image-ticker__image {
  flex-shrink: 0;
  margin: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px black;
  width: 165px;
}
.image-ticker__image img {
  width: auto;
  max-width: calc(100% - 40px);
  height: auto;
  max-height: 70px;
  object-fit: cover;
}
@media screen and ( max-width: 1200px ){
  .image-ticker__image{
    width: 165px;
  }
}
.sideModal{
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 20;
}
.sideModal button#sidebar{
  padding: 10px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  border: none;
  display: flex;
}
.sideModal button#sidebar2{
  padding: 10px;
  background: black;
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  border: none;
  display: flex;
}
.sideModal button#sidebar2 .btnText{
  color: white;
}
.sideModal button#sidebar2 .bg-black{
  background-color: white !important;
}
.sideModal button#sidebar2 i {
    filter: invert(1);
}
.sideModal button#sidebar{
  bottom: 0;
}
.sideModal .btnText{
  width: auto;
  white-space: nowrap;
}
.sideModal button i{
    background-image: url(../image/close.svg);
    background-position: center;
    height: 24px;
    width: 24px;
}
.sideModal button #widthHover{
  margin: 11px 5px;
  width: 0;
  height: 1px;
  transition: 0.3s;
}
.sideModal button:hover #widthHover, .sideModal button #widthHover.btnOpen{
  width: 50px;
}
.sideModal .content{
  display: none;
  min-height: 450px;
  width: 0;
  transition: 0.3s;
}
.sideModal .content.open{
  display: block;
  width: 450px;
  padding: 20px;
  background: #e2e2e2;
  transition: 0.1s;
}
.sideModal .content #content1, .sideModal .content #content2{
  display: none;
}
.sideModal .content #content1.show, .sideModal .content #content2.show{
  display: block;
}
.sideModal .content .wp-element-button {
  font-size: 20px;
}
.sideModal .content .wp-block-button__link {
    color: #32373c;
    background-color: transparent;
    border: solid 2px #32373c;
}
.sideModal .content.bg-black .wp-block-button__link{
  color: transparent!important;
  background-color: transparent;
  border: solid 2px #d5da2e!important;
  font-size: 16px;
  padding: 7px 28px!important;
}
.sideModal .content.bg-black .wp-block-button__link.btn:before{
  color: #d5da2e!important;
}
.sideModal.over-footer button#sidebar, .sideModal.over-footer button#sidebar2{
  background: #000;
}
.sideModal.over-footer .btnText{
  color: white;
}
.sideModal.over-footer .content.open, .sideModal.over-footer .content.open #_form_677BD85B2A525_{
  background: #000!important;
  color: white!important;
}
.sideModal.over-footer .bg-black{
  background-color: white!important;
}
.sideModal.over-footer button i{
  filter: invert(1);
}

@media screen and ( max-width: 1200px ){
  .sideModal{
    display: none;
  }
  .sideModal .content.open{
    width: calc( 100% - 40px);
  }
}
.wpcf7-form-control{
  width: 100%;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #d5da2e;
}
input::placeholder, textarea::placeholder {
    font-family: "Instrument Serif", serif!important;
    font-size: 1.5rem;
    opacity: 1;
    color: black;
}
.wpcf7-form-control.wpcf7-submit{
  border: 1px solid black;
  border-radius: 40px;
  width: auto;
  margin-left: auto;
  font-family: "Instrument Serif", serif!important;
  color: black!important;
  padding: 10px 60px;
  background: transparent;
  font-weight: 400;
}
.wpcf7-spinner{
  display: none;
}
.page {
    cursor: url(../image/dotBlack.png) 13 13, auto !important;
}
.ea-bootstrap .btn,
.misha_loadmore,
.page a,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
a,
button:not(:disabled) {
    cursor: url(../image/dotBlack.png) 13 13, auto !important;
}

a.hover-target, a .hover-target{
    cursor: none!important;
}
body.tutorial {
    --color-text: #fff;
    --color-bg: #fff;
    --color-link: #ff0000;
    background-color: var(--color-bg)
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.page__inner {
    display: flex;
    justify-content: center;
    width: 100%
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none
}

.cursor--small {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    border-radius: 50%;
    z-index: 11000;
    background: #bbb
}

.cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000
}

@media(max-width:768px) {
    .page__inner {
        display: block
    }
}

@media only screen and (max-device-width:480px) {
    .page {
        cursor: none
    }
}

@media only screen and (max-device-width:768px) {
    .page {
        cursor: none
    }
    .cursor,
    .cursor--canvas,
    .cursor--small {
        display: none !important;
        background: 0 0 !important
    }
}


.cursor {
            position: fixed;
            top: -10px;
            left: -10px;
            width: 20px;
            height: 20px;
            background: transparent;
            border: none;
            border-radius: 50%;
            pointer-events: none;
            transition: 0.1s ease;
            z-index: 10;
        }

        .cursor--hidden {
            opacity: 0.7;
            transform: scale(0.8);
        }

        .cursor--hover {
          top: -25px;
          left: -25px;
          width: 80px;
          height: 80px;
          ocapity: 1;
          background: #d5da2e;
          border: 2px solid #d5da2e;
          mix-blend-mode: difference;
        }
    .spinnyText{
      opacity: 0;
      position: absolute;
      width: 110px;
      height: 110px;
      top: -17px;
      left: -17px;
      transition: 0.1s ease;
        -webkit-animation:spin 10s linear infinite;
        -moz-animation:spin 10s linear infinite;
        animation:spin 10s linear infinite;
    }
    .cursor--hover .spinnyText{
      opacity: 1;
    }
    @-moz-keyframes spin {
        100% { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        100% { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform:rotate(360deg);
        }
    }
