/*
Theme Name: muse digitalagentur
Theme URI: http://www.madebymuse.de
Description: Theme für http://www.madebymuse.de
Author URI: http://www.madebymuse.de
Version: 1.0
*/


@font-face {

  font-family: 'Outfit';

  font-style: normal;

  src: url('/wp-content/themes/muse-theme/css/Outfit/Outfit-VariableFont_wght.ttf'); 

  src: url('/wp-content/themes/muse-theme/css/Outfit/Outfit-VariableFont_wght.ttf')

    format('truetype');

}

:root{
  --outer-sub-hero-height-item-2: 500px;
  --main-decorative-font: 'Epilogue', serif;
  --percentage: 0.25;
}

.anim-text h1 .letter{
	opacity: var(--percentage);
}

*, :after, :before {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.muse-cursor {
  width: 12px;
  height: 12px;
  position: fixed;      /* Fixed position.. */
  top: 0;               /* at the top left.. */
  left: 0;
  z-index: 999999;      /* above everything else. */
  pointer-events: none; /* Cant't be clicked. */
  transition: none;     /* Cursor is always accurate */
  opacity: 0; /* Hidden by default */
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
}

.muse-cursor-icon {      /* Styling for the visible part */
  width: 100%;
  height: 100%;
  border-radius: 100% !important;  /* Circle */
  background-color: #000; /* Backup value */
  transition: all 0.2s ease;
  transform-origin: 50% 50%;

}

.nav_opend .muse-cursor-icon{
  background-color: #fff;
}
.white_hover .muse-cursor-icon, .fadeToBlackBody .muse-cursor-icon{
  background-color: #fff;
}
.muse-cursor.muse_cursor_visible { opacity: 1; }
.muse-cursor.muse_cursor_hidden { opacity: 0; }


.muse-cursor.muse_cursor_hover .muse-cursor-icon { transform: scale(3.5); background-color: #fff;}
.muse-cursor.muse_cursor_hover2 .muse-cursor-icon { transform: scale(6.5); background-color: rgba(0,0,0,.4);}

.muse-cursor.muse_cursor_hover {mix-blend-mode: exclusion; }
.muse-cursor.muse_cursor_hover2 {mix-blend-mode: normal; }

.muse-cursor.muse_cursor_hover2 .muse-cursor-icon{
  position: relative;
}
.muse-cursor.muse_cursor_hover2 .muse-cursor-icon:after{
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
font-weight: 400;
color: #fff;
font-size: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

/* PRELOADER */

.home .preloader{
		_display: none;
}

.preloader{
	background: #fff;
	height: 100vh;
	width: 100vw;
	position: fixed;
	left:0;
	bottom: 0;
	transition:  height .6s cubic-bezier(.455,.03,.515,.955);
	transition-delay: .1s;
	z-index: 100000;
}

.pl-text {
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 500;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  line-height: 1.4;
  transition: 0.3s ease-out;
  transition-delay: .6s;
  opacity: 1;
  width: 90%;
  text-align: center;
}

.preloader.loaded{
		height: 0vh;
}
body:not(.home) .preloader.loaded{
  transition-delay: 1s;
}

.outer-startup-logo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 1.25s cubic-bezier(0, 0.75, 0.75, 1.25);
  _transition-delay: .3s;
  z-index: 1000000;
  top: 0;
  left: 0;
  background: #fff;
}

.outer-startup-logo.final {
  position: fixed;
  width: 100vw;
  height: 100vh;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.startup-logo path {
  fill: #000;
  transition: all 1.1s cubic-bezier(.455,.03,.515,.955);
}
.startup-logo.hideLetters svg g{
  transition: all 1.1s cubic-bezier(.455,.03,.515,.955);
}
.startup-logo {
  width: 60%;
  max-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000000;
  transition: all 0.3s cubic-bezier(.455,.03,.515,.955);

}

.startup-logo svg > .st0 {
    transform: translateY(180px);
	transition: 0.5s ease all;
		opacity: 0;
}
.startup-logo.loadedLogo svg > .st0{
    transform: translateY(0px);
	opacity: 1;
}
.startup-logo.loadedLogo svg > .st0:nth-of-type(1){
	transition-delay: .305s;
}
.startup-logo.loadedLogo svg > .st0:nth-of-type(2){
		transition-delay: .33s;
}
.startup-logo.loadedLogo svg > .st0:nth-of-type(3){
		transition-delay: .36s;
}
.startup-logo.loadedLogo svg > .st0:nth-of-type(4){
			transition-delay: .39s;

}
.startup-logo.loadedLogo svg > .st0:nth-of-type(5){
			transition-delay: .42s;
}

.startup-logo.loadedLogo svg g{
  transition: 0.7s ease all .6s, 0.4s ease background-color 0s;
  opacity: 1;
}
.startup-logo svg g{
  transition: 0.7s ease all;
  opacity: 0;
}
#counter {
  font-size: clamp(32px, 7vw, 90px);
  font-weight: 800;
  line-height: .85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#counter{
  transition: all 0.3s cubic-bezier(.455,.03,.515,.955);
}
#counter.finished{
  transform: translate(-50%,calc(-50% - 80px));
  opacity: 0;
}

/* MAIN CSS */

@media (pointer: none), (pointer: coarse) {
    #muse_cursor, #muse_cursor .muse-cursor-icon { display: none !important; visibility: hidden; opacity: 0; }
    * { cursor: auto !important; }
}
@media (pointer: text) {
    * { cursor: text !important; }
}

.no-pt{
  padding-top: 0 !important;
}
.no-pb{
    padding-bottom: 0 !important;
}
.big-pt{
    padding-top: 120px !important;
}

.big-pb{
    padding-bottom: 120px !important;
}


h1,h2,h3,h4,h5,h6,p, p strong, p em{
  cursor: text !important;
}

h1, h2, #hero-section strong {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
	font-family: 'Outfit', sans-serif;
	font-size: clamp(24px, 3vw, 38px);
}
#hero-section strong {
  font-size: clamp(26px, 6vw, 122px);
  line-height: 1.1;
}
#hero-section p:first-of-type{
	text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
	_color: #d2ff6e;
}

#hero-section video {
 display: block;
  width: 70%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10; 
margin: -90px 5% 60px auto;
}
#hero-section video:after {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

#hero-section .so-panel:first-of-type{
	position: relative;
	z-index: 1000;
	color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 250px;
}
p:empty {
    display: none;
}
html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
}
body{
	font-size: 21px;
	font-family: 'Outfit', sans-serif;
	color: #000;
	_background: #101010;
	-webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	min-height: 100vh;
	line-height: 1.4em;
  transition: 0.5s ease background-color;
  background: #fff;
}
body.nav_opend{
	overflow: hidden;
}

#mep_0 .mejs-controls {
  display: none !important;
}
.container.fullwidth{
  transition: 0.8s ease background-color;
}

/* INTRO */
.preloader.blbg{
  background: #111;
}

.blbg svg path{
  fill: #fff !important;
  transition: 0s !important;
  transition-delay: 0s !important;
}
.blbg2 svg path{
  fill: #000 !important;
  transition: 0s !important;
  transition-delay: 0s !important;
}

/*MASTHEADER START*/
#mastheader {
    position: fixed;
    width: 100%;
    _height: 165px;
    z-index: 2100;
	top:0;
	left:0;
	transform: translateY(0px);
transition: all .3s cubic-bezier(.455,.03,.515,.955), 1.5s cubic-bezier(.32,.01,.7,.95) opacity .2s;
-webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955), 1.5s cubic-bezier(.32,.01,.7,.95) opacity .2s;
  background: transparent;
	height: 0px;
  opacity: 0;
}

#mastheader.scrolled::after {
  opacity: 1;
}
#mastheader.loaded{
  opacity: 1;
}

.site-branding {
  position: relative;
  left: 0px;
  top: 0;
  z-index: 2000;
max-width: 120px;
-webkit-transition: .25s ease-in-out, transform .5s ease-in-out;
  -moz-transition: .25s ease-in-out, transform .5s ease-in-out;
  -o-transition: .25s ease-in-out, transform .5s ease-in-out;
  transition: .25s ease-in-out, transform .5s ease-in-out;
}

#mastheader.hide-header .site-branding{
  transform: translateY(-200px);
  /* -webkit-transition: .25s ease-in-out, transform .5s ease-in-out;
  -moz-transition: .25s ease-in-out, transform .5s ease-in-out;
  -o-transition: .25s ease-in-out, transform .5s ease-in-out;
  transition: .25s ease-in-out, transform .5s ease-in-out; */
}
.nav_opend #mastheader.hide-header .site-branding{
  transform: translateY(0);
}
.site-branding svg path{
  fill: #fff !important;
  -webkit-transition: .4s ease-in-out, transform .5s ease-out;
  -moz-transition: .4s ease-in-out, transform .5s ease-out;
  -o-transition: .4s ease-in-out, transform .5s ease-out;
  transition: .4s ease-in-out, transform .5s ease-out;
}



.site-branding svg g{
  transition: 0.4s ease-in-out;
}

.content-section {
  overflow: visible;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 0px;
  width: 90%;
}
.content-section-right {
  margin: 0 0 0 auto;
  width: 81%;
}
.content-section-left {
  margin: 0 auto 0 0;
  width: 81%;
}
.align-middle .small-text {
  margin-left: auto;
  margin-right: 12vw;
}
#front-portfolio{
  width: 90%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
}
.mp-additional-info {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  _max-width: 82%;
}
.mp-additional-info + a {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.service-frontpage_cols h3 strong {
  font-size: 22px;
  color: #bebebe;
  font-weight: 500;
}
h4, h3,
.sow-accordion-title.sow-accordion-title-icon-left {
  font-family: var(--main-decorative-font);
  font-size: clamp(22px, 3.0vw, 38px);
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.2;
}
.col-md-2 h4{
  font-size: clamp(22px, 2.66vw, 22px);
  margin-top: 30px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.sow-accordion-title.sow-accordion-title-icon-left{
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
}
h4 a {
  color: #000;
  text-decoration: none;
}
#home-cta h4 a {
  color: #fff;
}
#sub-hero {
  padding-top: 160px;
}
.home-services .panel-grid:first-of-type .panel-grid-cell:last-of-type {
  margin-top: 100px;
}
.home-services .panel-grid:last-of-type .panel-grid-cell:first-of-type {
  margin-top: -100px;
}
.home-services .sow-image-container {
  position: relative;
  width: 280px;
  height: 190px;
}
.home-services .sow-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-btn {
  _border: 2px solid #1e28ec;
  _color: #1e28ec !important;
  _border: 2px solid #000;
  box-shadow: inset 0 0 0 2px currentColor;
  color: #000 !important;
  text-decoration: none;
  font-weight: 600 !important;
  padding: 14px 48px 14px 28px;
  border-radius: 42px;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
  display: inline-block;
  background: transparent;
}
#pg-8-6 h3 {
  line-height: 1.4;
  margin-top: -20px !important;
}
#pg-8-6 .more-btn {
  color: #fff !important;
  box-shadow: inset 0 0 0 2px currentColor;
}
.muse-absl-img {
  position: absolute;
  width: 80%;
  bottom: -21%;
  right: -35px;
  transform: rotate(-4deg);
  z-index: 2;
  max-height: 43%;
  overflow: hidden;
}
#home-about .panel-grid-cell:first-of-type{
  position: relative;
}
.muse-absl-img .sow-image-container:before {
  display: none !important;
}


.more-btn:hover {
  box-shadow: inset 0 0 0 3px currentColor;
}
#pg-8-6 .more-btn:hover {
  color: #fff !important;
  box-shadow: inset 0 0 0 3px currentColor;
}

.more-btn::before {
  content: "\e628";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px;
  font-size: 19px;
}
.more-btn:hover::before{
  transform: translateY(-50%) rotate(0deg);
}
.cta-front-portfolio {
  width: 80%;
  margin: -30px auto 0px;
}
#home-about ul{
  list-style: none;
}
#home-about .sow-image-container {
  position: relative; 
}
#home-about .sow-image-container img {
  position: relative;
  z-index: 2; 

}

/* ANIMS */

.sow-accordion-panel {
  transform: translateY(200px) rotate(7deg);
  transform-origin: top;
  transition: 0.75s ease-in-out;
  opacity: 0;
}

.sow-accordion-panel.reveal {
  transform: translateY(0px) rotate(0deg);
  opacity: 1;
}

.col-md-2,
.service-frontpage_cols .panel-grid-cell,
.animate img{
  transform: translateY(100px);
  transform-origin: top;
  transition: 0.45s ease-in-out;
  opacity: 0;
}

.home-services p,
.animate p,
.more-btn,
.animate h3,
.animate h1{
  transform-origin: top;
  transition: 0.45s ease-in-out;
  opacity: 0;
}

.col-md-2.reveal,
.service-frontpage_cols .panel-grid-cell.reveal,
.more-btn.reveal,
.home-services p.reveal,
.animate p.reveal,
.animate h3.reveal,
.animate h1.reveal,
.animate img.reveal {
  transform: translateY(0px);
  opacity: 1;
}

/* ANIMS */


#home-cta > .panel-grid-cell:last-of-type{
  background: #111111;
  color: #fff;
  padding: 60px !important;
  position: relative;
  z-index: 2;
  border-radius: 28px;
}
#home-cta > .panel-grid-cell strong{
_color: #f28bd4;
color: #d3f513;
}
  #home-cta {
  position: relative;
  overflow: visible;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  width: 90%;
}

#pg-8-5{
  padding-bottom: 5%;
}
#pgc-8-6-0{
  margin-top: 5%;
}
#pgc-8-6-0 .content-section .panel-grid-cell:first-of-type {
  margin-top: -35%;
}
#pgc-8-6-0 .content-section .panel-grid-cell:last-of-type {
  margin-top: -2.5%;
}
#pg-8-6 strong{
  margin-left: 0 !important;
}
#pg-8-6 .sow-image-container{
  position: relative;
}
#pg-8-6 .sow-image-container::before {
  _content: '';
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -30px;
  width: 40%;
  height: 100%;
  background-image: url('/wp-content/themes/muse-theme/images/stripes4.jpg');
  background-size: cover;
  background-repeat: repeat-x;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: stripes;
  mix-blend-mode: overlay;
  z-index: 1;
}

#home-about ul li {
  position: relative;
  margin-bottom: 15px;
  margin-top: 5px !important;
}
#home-about ul li::before {
  content: "\e64c";
  position: absolute;
  left: -60px;
  top: 23px;
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 2px;
  font-size: 36px;
  _color: #1e28ec;
  color: #d3f513;
}

#home-about ul{
  margin-top: 60px;
  padding-left: 60px;
}
#home-about ul li em {
  font-style: normal;
  font-weight: 300;
}
#home-about ul li em strong {
  font-size: 32px;
  font-weight: 500;
  font-family: var(--main-decorative-font);
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}

svg {
  width: 100%;
  height: auto;
}

.site-branding_slogan {
  font-family: var(--main-decorative-font);
  color: #000;
  transition: 0.4s ease-in-out;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding-left: 20px;
  margin-top: 2px;
}
.darkbg .site-branding_slogan{
  color: #fff;
}
.site-branding a {
  text-decoration: none !important;
}
.site-branding {
  margin-top: 6px;
  top: 6px;
}

/* NAVIGATION */

.post-content > .panel-layout {
  background: #030303;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.light .post-content > .panel-layout {
  background: #fff;
  color: #030303;
}


#menu-main-menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#menu-main-menu li {
  margin-left: 70px;
}
#menu-main-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  transition: 0.4s ease-in-out;
  font-weight: 500;
  margin-right: 10px;
}
.current-menu-item a{
  opacity: .5;
  border-bottom: 3px solid #606060;
  padding-bottom: 5px;
}
#menu-main-menu li a:hover {
  opacity: .5;
}
.mobilMenu {
  _display: none;
}
.navbar.mastheader-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  align-items: center;
  padding-top: 30px;
  _flex-direction: row-reverse;
}

nav {
  position: fixed;
  background:
#fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
}


/* HERO HOME */
#hero{
  width: 100%;
  position: relative;
}
.content-section > .panel-grid-cell .textwidget > p strong,
.content-section .textwidget p:first-of-type strong,
#home-cta strong {
  font-family: var(--main-decorative-font);
  font-size: clamp(24px, 4.5vw, 62px);
  font-weight: 600;
  line-height: 1.2;
  margin-left: -10%;
  display: block;
  transition: color 0.4s ease-in-out;
}

.darkbg #menu-main-menu li a{
  color: #fff;
}

.030303 .site-branding svg path{
  fill: #000 !important;
}

.darkbg .content-section > .panel-grid-cell .textwidget > p strong,
.darkbg .content-section .textwidget p:first-of-type strong{
  color: #fff;
}

.content-section .textwidget p:first-of-type strong,
#home-cta strong{
  margin-bottom: 70px;
}
.content-section-small {
  width: 90%;
}
.content-section-small > .panel-grid-cell{
  max-width: 860px;
}
#home-cta .so-widget-image {
  width: 70%;
  padding-top: 2%;
  padding-left: 4%;
}
#after-hero h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.4;
}
.content-section p,
#home-cta p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  max-width: 86%;
}
#home-cta h4:first-of-type{
  margin-top: 40px;
}
#home-cta h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* MARQUEE */
  .testmarquee {
    height: 150px;
    margin: 0 auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    display: flex;
    width: 100%;
    overflow: hidden;
    background-color: #1e28ec;
  }
  
  .marquee-inner {
    height: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
    animation: moveSlideshow 10s linear infinite;
  }
    
  .text-marquee:hover .move {
    animation-play-state: paused;
  }
  
  
  @keyframes moveSlideshow {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
      /*The width of the page needs to be taken into consideration*/
    }
  }

#intro-slideshow{
  margin-bottom: 40px;
  height: 120vh;
  overflow: hidden;
_background: #141414;
}
#hero {
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}
  .slideshow {
    height: auto;
    margin: 0 auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    display: flex;
    width: 100%;
    overflow: hidden;
	  flex-flow: column;
  }
  
.move {
  height: 100%;
  transform: translate3d(0, 0, 0);
  display: flex;
  _animation:
moveSlideshow 46s linear infinite;
  flex-flow:
column;
}

.slideshow2 .move {
    height: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
    _animation: moveSlideshow 46s linear infinite;
	animation-direction: reverse;
	  flex-flow:
column;
  }
.slideshow:not(.slideshow2){
	transform: translateY(calc(-100% + 180vh));
}
.slideshow2{
	transform: translateY(-10vh);
}
#intro-slideshow .textwidget.custom-html-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#intro-slideshow .textwidget.custom-html-widget > div {
  width: calc(33.333% - 32px);
}
#hero strong {
  background:
#d2ff6e;
  color: #141414;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  padding:
6px 10px;
}
#cta-top-btn {
  position: absolute;
  right: calc(5% + 100px);
  border: none !important;
  box-shadow: none !important;
color: #fff !important;
	font-weight: 500 !important;
	transition: 0.4s ease-in-out;
}
.light #cta-top-btn {
	color: #030303 !important;
}
#nav-icon {
  width: 48px;
  height: 100%;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  left: 6px;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 1.333px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.light #nav-icon span{
  background: #030303 !important;
}

#nav-icon.open {
  width: 45px;
  height: 170%;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#intro-slideshow::before {
  _content: "";
  width: 100%;
  height: 20vh;
  background:
linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 50%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#intro-slideshow::after {
  _content: "";
  width: 100%;
  height: 20vh;
  background:
linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 50%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
  
  .move > img {
    width: 100%;
    padding: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 16px;
    /* -webkit-filter: invert(100%); 
    filter: invert(100%); */
  }

  .slideshow.slideshow_clients {
    height: 150px;
    margin: 0 auto 80px;
    position: relative;
    transform: translate3d(0, 0, 0);
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .slideshow.slideshow_clients .move {
    height: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
    animation: moveSlideshow 70s linear infinite;
  }

  .slideshow.slideshow_clients .move > img {
    height: 150px;
    width: auto;
    padding: 5px 20px;
    max-width: unset !important;
  }

  #whitbg {
    width: 90%;
    margin: -30px auto 0;
  }
  body:not(.home) #whitbg{
    padding-bottom: 100px;
  }
  /* .slideshow:hover .move {
    animation-play-state: paused;
  }
   */
  @keyframes moveSlideshow {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
      /*The width of the page needs to be taken into consideration*/
    }
  }
 @keyframes moveSlideshow2 {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(100%);
      /*The width of the page needs to be taken into consideration*/
    }
  }
  
  .marquee .panel-grid-cell .so-panel {
    flex: 0 0 16vw;
    margin: 0 1vw;
  }
  
  .marquee .panel-grid-cell img {
    display: block;
    width: 100%;
  }

  .client-logos {
    margin-bottom: 15vw;
    margin-top: 0vw;
    mix-blend-mode: exclusion;
  }
  #services, #kunden{
    position: relative;
  }
#kunden {
  padding-top: 0px;
}
#home-client-logos p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -20% !important;
  margin-left: -4% !important;
  width: 120% !important;
  max-width: unset !important;
}
#home-client-logos p img {
  width: 21%;
  padding: 1% 2%;
}

#pg-8-6{
  background: #111111;
  color: #fff;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
#pg-8-7{
  background: #111111;
  color: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
#hero {
  margin-bottom: 60px;
}
#intro-slideshow{
  position: relative;
}




/* CASES */

#muse-portfolio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-md-2 {
_flex: 0 0 65%;
 _ margin-right: 40px;
	width: 48.5%;
  position: relative;
  margin-bottom: 12% !important;
}

.animation-wrap.to-right {
  display: flex;
  position: relative;
  align-items: start;
  z-index: 1;
  will-change: transform;
}
/*
.col-md-2:nth-child(1) {
  width: 38%;
  padding-top: 12%;
}
.col-md-2:nth-child(2) {
  width: 50%;
}
.col-md-2:nth-child(3) {
  width: 86%;
  padding-left: 10%;
}
.col-md-2:nth-child(4) {
  width: 45%;
}
.col-md-2:nth-child(5) {
  width: 40%;
  padding-right: 5%;
  padding-top: 8%;
}
.col-md-2:nth-child(6) {
  width: 46%;
  padding-left: 2%;
}

.col-md-2:last-child{
  margin-bottom: 0 !important;
}
*/

.mp-link.flex-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.col-md-2 img {
  width: 100%;
  height: auto;
}
.col-md-2 img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.25);
  overflow:
hidden;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.col-md-2 h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.col-md-2 h4 a {
  color: #fff !important;
	transition: 0.4s ease-in-out;
}
.light .col-md-2 h4 a {
  color: #030303 !important;
}
.mp-additional-info {
  font-size: 20px;
  opacity: .6;
}

#mastheader.hide-header nav {
  transform: translateY(-200px);
}
nav {
  transition: 0.5s ease-in-out;
}
.col-md-2 h4{
  line-height: 1.2;
  margin-top: 0;
}

.col-md-2 img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.25);
  overflow: hidden;
}


h1 strong::after,
h2 strong::after {
  position: absolute;
  content: "";
  background: url('/wp-content/themes/muse-theme/images/swosh.svg');
    background-repeat: repeat;
  background-repeat: repeat;
  width: 110%;
  height: 100%;
  left: -5%;
  bottom: -25%;
  z-index: -1;
  transform: rotate(2deg);
  background-repeat: no-repeat;
}
#services h1 strong span,
#services h2 strong span,
#services h4 strong span {
  position: relative;
  z-index: 2;
}
#services h1 strong::after, #services h2 strong::after{
  z-index: 1;
  width: 70% !important;
  height: 77% !important;
  transform: scaleY(.65);
  left: 5%;
  top: 39% !important;
  max-width: unset;
}
#services h4 strong::after {
  z-index: 1;
  width: 90% !important;
  height: 100% !important;
  transform: translateX(-50%) rotate(4deg) !important;
  left: 63% !important;
  top: 39% !important;
  max-width: unset;
}
#pg-24-5 h1 strong span,
#pg-24-5 h2 strong span{
  position: relative;
  z-index: 2;
}
#pg-24-5 h1 strong::after,
#pg-24-5 h2 strong::after {
  z-index: 1;
  bottom: -30%;
  left: -2%;
  height: 120%;
  width: 105%;
}
#cta-section h2 strong::after {
  bottom: -4%;
  left: -3%;
}
.rocket{
  transition: 0.3s ease-in-out;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
.rocket.fly{
  transform: translateY(-8%);
}
#cta-details a {
  color: #000;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 42px);
  text-decoration: none;
}
#cta-details{
  padding-bottom: 40px;
}
#cta-details .textwidget {
  display: flex;
  flex-wrap: wrap;
}
#cta-details .textwidget p:first-of-type {
  margin-right: 6%;
}

.single-muse_portfolio #sub-hero{
  padding-top: 0;
  background-size: cover !important;
  background-position: center !important;
  _min-height: 100vh;
  height: 100vh;
  transition: 0.5s ease-in-out;
  position: relative;
  margin-bottom: 40px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.single-muse_portfolio.loading_finished #sub-hero{
  height: 86vh;
}
.single-muse_portfolio #sub-hero:after{
content: "";
  background: linear-gradient(to top, rgba(0,0,0,0.85) 20%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
  transition: 0.45s ease-in-out;
}
.single-muse_portfolio #sub-hero .textwidget{
  position: relative;
  z-index: 10;
}
#sub-hero h1,
#sub-hero h2,
#sub-hero h3,
#sub-hero h4,
#sub-hero p{
  color: #000;
  _text-align: center !important;
}
.blackItems #sub-hero h1,
.blackItems #sub-hero h2,
.blackItems #sub-hero h3,
.blackItems #sub-hero h4,
.blackItems #sub-hero p{
  color: #fff;
}
.single-muse_portfolio  #sub-hero-img{
  width: 90%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
}
/* #sub-hero .textwidget {
  max-width: 980px;
  margin: auto;
} */
.single-muse_portfolio  #sub-hero .panel-grid-cell{
  width: 90%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 30vh;
  z-index: 1;
}
/* .mp-detail-description > .detail > .panel-layout > .panel-grid:first-of-type {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mp-detail-description > .detail > .panel-layout > .panel-grid:not(:first-of-type) {
  position: relative;
  z-index: 2;
  background: #fff;
} */
.outer-sub-hero .panel-layout{
  position: relative;
  height: calc(100vh + var(--outer-sub-hero-height-item-2) ); /* + calc((var(--vh, 1vh) * 10))  */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-top: 30vh;
}
.outer-sub-hero .panel-layout .panel-grid:first-of-type{
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.outer-sub-hero .panel-layout .panel-grid:nth-of-type(2){
  position: sticky;
  top: 30vh;
  z-index: 1;
  padding-bottom: 90px;
}
.outer-sub-hero .panel-layout .panel-grid:nth-of-type(3){
  height: var(--outer-sub-hero-height-item-2);
  position: absolute;
  width: 100%;
  top: 100vh;
  z-index: 1;
  background: fff;
}
.parallax {
  background-position: center;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  _position: relative;
  overflow: hidden;
}

.ios .parallax {
  background-position: center !important;
  height: 65vh;
  width: 100%;
  background-attachment: scroll !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.fw-img {
  padding-top: 70px;
  padding-bottom: 70px;
}
.project-detail-info{
  margin-bottom: 100px;
} 
.project-detail-info .textwidget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.project-detail-info .textwidget h4 {
  width: 160px;
  margin: 20px 0;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
  _font-weight: 300;
  font-weight: 400;
  color: #848484;
  border-bottom: 1px solid #848484;
  padding-bottom: 40px;
}
.project-detail-info .textwidget p {
  width: calc(100% - 160px);
  margin: 20px 0;
  text-align: right;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
  _font-weight: 300;
  font-weight: 400;
  border-bottom: 1px solid #848484;
  padding-bottom: 40px;
}
.project-detail-info .textwidget h4:last-of-type,
.project-detail-info .textwidget p:last-of-type{
  padding-bottom: 0;
  border: none;
}
.fixed-secondary-header .textwidget {
  max-width: 50%;
}
.outer-sub-hero .panel-layout .panel-grid:nth-of-type(3) .textwidget {
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-right: calc(50px + 2vw);
}


.single-muse_portfolio .content-section {
  width: 90%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
}

.single-muse_portfolio  #sub-hero .textwidget {
  max-width: 820px;
  margin: 0;
  width: 90%;
  text-align: center !important;
}
#sub-hero h2,
#sub-hero h1 {
  margin-top: 0;
}
.sow-slider-foreground-image{
  max-width: 100% !important;
  height: auto !important;
}
/* #sub-hero h4 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
} */
.content-section p a{
  color: #000;
  font-weight: 400;
}
.contact-details-small .textwidget p:first-of-type {
  margin-right: 8%;
}
.contact-details-small .textwidget{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.project-details .content-section{
  padding-top: 0;
}

.project-details {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.project-details > .panel-grid-cell {
  position: relative;
}
.project-details:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 38vw;
  position: absolute;
  top: 0;
  left: 0;
}
.project-details .content-section .panel-grid:first-of-type {
  padding-bottom: 80px;
}
.project-details.white-font, .project-details.white-font a {
  color: #fff;
}
.project-details .content-section .panel-grid:nth-of-type(2) .panel-grid-cell:first-of-type {
  width: 60% !important;
}
/* .project-details .panel-grid-cell:first-of-type {
  width: 64% !important;
}
.project-details .panel-grid-cell:last-of-type {
  padding-left: 35px;
} */

/* #scroll-down {
  position: fixed;
  top: calc(86vh - 29px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease-in-out, opacity 0.5s ease-in-out .5s;
  background: #fff;
  color: #000;
  padding: 20px 27px !important;
} */

#scroll-down {
  position: sticky;
  top: calc(86vh - 29px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease-in-out, opacity 0.5s ease-in-out .5s;
  background: #fff;
  color: #000;
  padding: 20px 27px !important;
  width: 71px;
  text-align: center;
  display: block;
}

.loading_finished #scroll-down {
  opacity: 1;
}
.scrolled #scroll-down {
  left: calc(96% - 56px);
  transform: translateX(0%) rotate(-180deg);
  margin-bottom: -32px;
}
.mp-detail-description.pp-flex {
  margin-top: -70px;
}

.neg-margin-bottom {
  margin-bottom: -70px;
}
#muse-imgs {
  padding-bottom: 15vw !important;
  position: relative;
}
#muse-imgs .panel-grid-cell:first-of-type{
  position: relative;
  z-index: 2;
}
#muse-imgs .absl-img {
  position: absolute;
  width: 22%;
  top: 19.5vw;
  left: 35%;
}
.peace-hand {
  width: 62%;
  margin: 0 auto -4vw;
}

.sow-accordion-panel-header {
  background: none !important;
  color: #000 !important;
  font-size: clamp(20px, 2.2vw, 26px);
  border-bottom: 1px solid #cecece;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  font-weight: 400;
  border-top: 2px solid transparent;
}
.sow-accordion-panel-border p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 0;
}
.sow-accordion-panel{
  width: calc(100% - 50px);
  margin-bottom: 0 !important;
}
.sow-accordion-panel:first-of-type .sow-accordion-panel-header {
  border-top: 1px solid #cecece;
}

.sow-accordion-panel-border {
  background: none !important;
  padding: 3% 0 0 !important;
}
video {
  width: 100%;
}
.page-id-29 video{
  pointer-events: none;
}
.competences:not(#digital) {
  padding-top: 120px;
}

.competences .widget_sow-accordion {
  margin-top: 20vw;
}
.competences:not(#digital) {
  padding-top: 120px;
  padding-bottom: 120px;
}
/* .competences .sow-icon-ionicons {
  -webkit-text-stroke: 1px #fff;
}
.sow-icon-ionicons {
  color: #1e28ec;
  font-size: clamp(22px, 3.0vw, 38px);
  font-weight: 300;
  -webkit-text-stroke: 2px #fff;
} */
.sow-icon-ionicons {
  color: #000;
  font-size: clamp(22px, 3.0vw, 38px);
  font-weight: 300;
  -webkit-text-stroke: 2px #fff;
  padding: 7px 12px;
  border-radius: 100%;
}
.competences#online-marketing .sow-icon-ionicons {
  -webkit-text-stroke: 1px #000;
}
.competences .widget-title {
  font-size: clamp(28px, 5vw, 68px);
  line-height: 1.1;
}
#digital{
  padding-bottom: 120px;
}
#pg-29-2{
  background: #000;
  background: #000000;
  color: #fff;
}
#pg-29-2 .sow-accordion-panel-header,
#pg-29-2 .sow-accordion-panel {
  color: #fff !important;
}

#pg-29-4 {
  _background: #c2d2d4;
  background: #e4dbd2;
  padding-bottom: 40px;
}

.sow-accordion-panel-header{
  pointer-events: none;
}

/* 
#pg-29-4{
overflow: hidden;
} */
#scroll-horizontal-wrapper .panel-grid-cell {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: flex-start;
}
#scroll-horizontal-wrapper .panel-grid-cell .so-panel {
  margin-right: 5vw;
  position: relative;
  padding: 40px;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
}
#scroll-horizontal-wrapper .animation-wrap .so-panel {
  position: relative;
  flex: 0 0 680px;
  _height: calc(100vh - 300px);
  display: flex;
  align-items: start;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  hyphens: auto;
  -webkit-hyphens: auto;
}
#scroll-horizontal-wrapper .animation-wrap .so-panel:last-of-type{
  margin-right: 20vw;
}

.home #scroll-horizontal-wrapper .animation-wrap .so-panel img {
  width: 120px;
  background: #fff;
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 1px;
  border-radius: 100%;
  margin-right: 20px;
}
.home #scroll-horizontal-wrapper .animation-wrap .so-panel p:last-of-type {
  display: flex;
  align-items: center;
  color: #7a7a7a;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 0;
}
.home #scroll-horizontal-wrapper .animation-wrap .so-panel p {
  max-width: unset;
}
.home #scroll-horizontal-wrapper .animation-wrap .so-panel p:first-of-type {
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
}

#scroll-horizontal-wrapper .animation-wrap .so-panel::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, #b8c6df 0%,#6d88b7 100%);
  z-index: -1;
  opacity: .05;
}

#scroll-horizontal-wrapper .animation-wrap h6 + h3 {
  margin-bottom: -5%;
}
#scroll-horizontal-wrapper .animation-wrap {
  display: flex;
  position: relative;
  align-items: start;
  z-index: 1;
  will-change: transform;
}
#scroll-horizontal-wrapper .animation-wrap h6{
  font-size: clamp(32px, 7vw, 120px);
  margin-top: 0;
  margin-bottom: -10%;
}

/* FORMS */

.wpcf7-form-control.wpcf7-checkbox > span {
  display: flex;
  margin-left: 0;
  margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-checkbox > span input,
#datenschutz-control {
  width: 40px;
  height: 40px;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox > span input + label,
#datenschutz-control + label {
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  --mouse-x: ;
  left: -43px;
  top: 2px;
}
.wpcf7-form-control.wpcf7-checkbox > span input:checked + label,
#datenschutz-control:checked + label {
  border: 1px solid #d3f513;
  background: #d3f513;
}
form[data-status="init"] .wpcf7-not-valid-tip{
  display: none;
  }

  .wpcf7-acceptance a{
    color: #000;
  }
  .wpcf7-acceptance {
    margin-top: -20px;
    margin-bottom: -60px;
    display: block;
  }
.wpcf7-form-control.wpcf7-checkbox > span input + label:before,
#datenschutz-control + label:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  color: #000;
  font-size: 32px;
  left: 3px;
  top: 4px;
  opacity: 0;
  transition: 0.1s ease-in-out;
  -webkit-text-stroke: 3px #d3f513;
}
.wpcf7-form-control.wpcf7-checkbox > span input:checked + label:before,
#datenschutz-control:checked + label:before {
opacity: 1;
}
.wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox > span .wpcf7-list-item-label,
.wpcf7-acceptance span .wpcf7-list-item-label{
  margin-left: -20px;
  display: inline-block;
  position: relative;
  top: -11px;
  left: -5px;
}
.wpcf7-not-valid-tip {
	font-size: 16px !important;
  }
  .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 820px;
	width: 100%;
  }
  /* .wpcf7-form p {
	width: 48%;
	margin-bottom: 10px;
  } */
  .wpcf7-form p:nth-child(6) {
	width: 100% !important;
  }
  
  .focused span.label {
	color: var(--winmau-dark-#1e28ec);
	font-size: 14px;
	text-transform: uppercase;
  }
  .label + br {
	display: none;
  }
  .wpcf7-form input, .wpcf7-form textarea {
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0px;
	border: none;
	border-bottom: 1px solid;
	outline: none;
  }
  .wpcf7-form textarea{
	resize: none;
  }
  span.label, span.wrap-label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
  }
  .contact-details-small {
    _margin-top: -50px;
  }
  .single-muse_portfolio #sub-hero h2, .single-muse_portfolio #sub-hero h1 {
    margin-top: 35px !important;
  }
  .contactform {
    padding-right: 0;
    padding-top: 0;
  
  }
  .wpcf7 td:not([colspan="2"]):first-of-type {
    padding-right: 3%;
  }
  .wpcf7 td:not([colspan="2"]):last-of-type {
    padding-left: 3%;
  }
  .wpcf7 td{
    padding-bottom: 0px;
  }
  /* .pin {
    max-width: 17.5vw;
    position: absolute;
    top: 7%;
    right: 21%;
  } */

.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style {
  _background: #d3f513;
  _background: #000;
  background: #d3f513;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(22px, 2.66vw, 26px);
  padding: 1rem 2rem;
  border-radius: 3rem;
  transition: 0.3s ease-in-out;
  border: none;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style strong {
  font-weight: 600 !important;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style:hover {
	background: #2c09eb;
  color: #fff;
  }
  #submitbtn:after{
	content: "";
    background: var(--bohny-grey);
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
  }
  #submitbtn:hover:after{
	height: 100%;
  }

  #maps-wrapper{
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #maps {
    height: 80vh;
    margin-left: 20vw;
  }


  .videowrapper2{
    width: 82%;
   margin: auto;
  }
  
  .videowrapper2 .textwidget:before {
    width: calc(100% + 2px);
    height: 45px;
    content: "";
    border: 1px solid #ececec;
    position: absolute;
    top: -44px;
    left: -1px;
    border-radius: 4px 4px 0px 0px;
    background:#fff;
  }
  .videowrapper2 .textwidget::after {
    content: "•••";
    position: absolute;
    left: 20px;
    top: -37px;
    font-size: 4vw;
    opacity: .4;
  }
  .big-pt {
    padding-top: 100px;
  }
  .big-pb {
    padding-bottom: 100px;
  }
  .videowrapper2 .textwidget {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    border: 1px solid #ececec;
  }
  .videowrapper2 .textwidget video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-top: 1px solid #f1f1f1;
  }
  .videowrapper2 {
    width: 82%;
    margin: auto;
    position: relative;
    box-shadow: 0px 0px 180px -60px rgba(0,0,0,0.6);
  }
  h5 {
    font-family: var(--main-decorative-font);
    font-weight: 500;
    margin-left: -8%;
  }

#cta_contacts h3 a {
  color: #000;
  text-decoration: none;
}
#cta_contacts h3:first-of-type {
  margin-bottom: -10px;
}
#cta_contacts h3 {
  font-weight: 500;
}
#cta_adressblock .panel-grid-cell:last-of-type {
  
}
#cta_contacts .more-btn {
  transform: scale(.8);
  transform-origin: left top;
}
/* FOOTER */
#ft-logo {
  max-width: 110px;
  margin-bottom: 0px;
}
footer{
  background: #111111;
  color: #fff;
  position: sticky;
  bottom: 0;
}
footer img{
  filter: invert(1);
}
footer .content-section p a{
  color: #fff;
}
.container.fullwidth{
  position: relative;
  z-index: 2;
  background: #fff;
}
#cta_adressblock a {
  opacity: .5;
  color: #000;
  font-size: 17px;
}
#cta_adressblock .panel-grid-cell:first-of-type {
  width: 320px;
}
#cta_adressblock .panel-grid-cell:last-of-type {
  width: calc(100% - 420px);
  margin-bottom: 100px;
}
footer h5 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 60px;
  margin-left: 0 !important;
}
footer h5 + p, footer h5 + p a, footer h5 + p + p {
  font-size: 24px !important;
  font-weight: 500 !important;
}
footer svg path{
  fill: #fff;
}
footer p{
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
  font-weight: 400;
}
.innerFooter {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-top: 40px;
  padding-left: 0px;
}
footer h2 {
  font-size: clamp(24px, 4vw, 58px);
}
.ft_social {
  margin-bottom: 30px;
  font-size: 38px;
  text-align: right;
}
.ft_social a:not(:first-of-type) {
  margin-left: 30px;
}
#ft_logo{
  max-width: 130px;
}
footer a{
  text-decoration: none;
  color: #fff;
}
.copyright_legal {
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 20px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 18px;
  font-weight: 300;
  color: #636363;
  letter-spacing: .4px;
}
.legal, .legal a {
  text-transform: unset;
  font-weight: 300;
}
.copyright_legal a {
  color: #636363;
  text-transform: unset;
  font-weight: 300;
}
footer h3 {
  font-weight: 500;
}
.copyright_legal {
  position: relative;
  top: -60px;
}

