.header-main-menu {
position:fixed;
display:block;
top:0;
left:0;
width:100%;
height:120px;
margin:0;
padding:0;
background:rgba(255,255,255,0);
z-index:900;
-webkit-transition:all 400ms ease;
-moz-transition:all 400ms ease;
transition:all 400ms ease;
}
.header-main-menu.scroll-up {
-webkit-transform:translateY(-115px);
-moz-transform:translateY(-115px);
transform:translateY(-115px);
}
.header-main-menu.colored-menu {
background:rgba(255,255,255,1);
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
-moz-box-shadow:0 0 10px rgba(0,0,0,0.25);
box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.iwd-progress-tracker {
position:absolute;
display:block;
top:115px;
left:0;
width:100%;
height:5px;
z-index:912;
}
.site-header-logo {
display:block;
position:absolute;
top:19px;
left:40px;
width:100px;
height:82px;
background-image: url(//www.iwd-marketresearch.de/wp-content/themes/iwd/assets/logos/iwd_logo_white.svg);
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
overflow:hidden;
z-index:910;
}
.header-main-menu.colored-menu .site-header-logo {	
background-image: url(//www.iwd-marketresearch.de/wp-content/themes/iwd/assets/logos/iwd_logo_colored.svg);
}
.full_bg_home {
position:fixed;
display:block;
top:0;
left:0;
width:100vw;
height:100vh;
margin:0;
padding:0;
background-color:rgb(255,255,255);
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
overflow:hidden;
z-index:-1;
}
a {
cursor: pointer;
}
a:hover {
text-decoration: none;
} .cursor,
.cursor2,
.cursor3 {
position: fixed;
border-radius: 50%;	
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
left: -100px;
top: 50%;
mix-blend-mode: difference;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.cursor {
background-color: #fff;
height: 0;
width: 0;
z-index: 9999;
}
.cursor2, .cursor3 {
height: 36px;
width: 36px;
z-index:9998;
-webkit-transition:all 0.3s ease-out;
transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover {
-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
transform:scale(2) translateX(-25%) translateY(-25%);
border:none
}
.cursor2 {
border: 2px solid #fff;
box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
background: rgba(255,255,255,1);
box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
.cursor,.cursor2,.cursor3 {
display: none
}
}
body.elementor-editor-active .cursor,
body.elementor-editor-active .cursor2,
body.elementor-editor-active .cursor3 {
display: none;
} .section {
position: relative;
width: 100%;
display: block;
}
.over-hide{
overflow: hidden;
}
.full-height {
height: 100vh;
} .icon-text {
position:fixed;
top:42px;
right:-9999px;
color:var(--iwd-white);
font-size:32px;
font-weight:600;
line-height:1;
letter-spacing:1px;
opacity:0;
visibility:hidden;
transition:opacity 400ms ease-in-out, transform 200ms ease-in-out;
transform:translateX(5px);
}
@media screen and (min-width: 769px) {
.icon-wrapper:hover > .icon-text {
right:240px;
visibility:visible;
opacity:1;
transform:translateX(0px);
}
}
.close-overlay {
position: absolute;
display: inline-block;
top: 45px;
right: 50px;
height: 38px;
width: 38px;
line-height: 38px;
z-index: 965;
cursor: pointer;
opacity: 0;
transition: opacity 0.2s ease-out;
}
.close-overlay:before,
.close-overlay:after {
transform: rotate(-45deg);
content: '';
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -19px;
display: block;
height: 3px;
width: 38px;
transition: all 0.2s ease-out;
}
.close-overlay:after {
transform: rotate(45deg);
}
.close-overlay:hover:before,
.close-overlay:hover:after {
transform: rotate(0deg);
}
.close-overlay.dark:before,
.close-overlay.dark:after {
background-color: var(--iwd-dark-grey);
}
.close-overlay.light:before,
.close-overlay.light:after {
background-color: var(--iwd-white);
}
.menu-icon-wrapper { 
position: absolute;
display: block;
top: 45px;
right: 50px;
z-index: 920;
}
.menu-icon {
height: 38px;
width: 38px;
position: relative;
cursor: pointer;
display: block;
}
.menu-icon__line {
height: 3px;
width: 38px;
display: block;
background-color: var(--iwd-white);
margin-bottom: 11px;
cursor: pointer;
-webkit-transition: background-color .4s ease, -webkit-transform .2s ease;
transition: background-color .4s ease, -webkit-transform .2s ease;
transition: transform .2s ease, background-color .5s ease;
transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
width: 21.5px;
-webkit-transition: width 200ms ease-in-out, background-color .4s ease;
transition: width 200ms ease-in-out, background-color .4s ease;
}
.menu-icon__line-right {
width: 21.5px;
float: right;
-webkit-transition: width 200ms ease-in-out, background-color .4s ease;
transition: width 200ms ease-in-out, background-color .4s ease;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
width: 38px;
}
.portfolio-icon-wrapper {
position: absolute;
display: block;
visibility: visible;
top: 44px;
right: 115px;
margin: 0;
padding: 0;
cursor: pointer;
z-index: 920;
}
.portfolio-icon {
width:32px;
height:32px;
fill:var(--iwd-white);
transition:all 300ms ease-in-out;
transform-origin:center center;
}
.portfolio-icon-wrapper:hover .portfolio-icon {
transform:rotate(90deg);
transform-origin:center center;
}
.search-icon-wrapper {
position: absolute;
display: block;
visibility:visible;
top: 42px;
right: 174px;
margin: 0;
padding: 0;
cursor: pointer;
z-index: 920;
}
.search-icon {
width:34px;
height:34px;
fill:var(--iwd-white);
transition:all 300ms ease-in-out;
transform-origin:center center;
}
.search-icon-wrapper:hover .search-icon {
-webkit-transform:scale(0.9);
transform:scale(0.9);
}
.header-main-menu.colored-menu .menu-icon__line {
background-color:var(--iwd-dark-grey);
}
.header-main-menu.colored-menu .portfolio-icon,
.header-main-menu.colored-menu .search-icon {
fill:var(--iwd-dark-grey);
}
.header-main-menu.colored-menu .icon-text {
color:var(--iwd-dark-grey);
}
.menu-icon-wrapper.disabled,
.portfolio-icon-wrapper.disabled,
.search-icon-wrapper.disabled {
opacity:0;
visibility:hidden;
} .iwd-main-nav,
.iwd-main-search {
position: fixed;
top: 0;
left: 0;
z-index: 960;
}
.nav-overlay,
.search-overlay {
position: fixed;
width: 100vw;
height: 100vh;
border-bottom-left-radius: 200%;
z-index: 950;
-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
-webkit-transform: translateX(100%) translateY(-100%);
transform: translateX(100%) translateY(-100%);
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.nav-overlay {
background: rgba(15,20,30,0.95);
}
.search-overlay {
background: rgba(255,255,255,0.95);
}
.nav__content,
.search__content {
position: fixed;
visibility: hidden; }
.nav__content {
top: 50%;
width: 100%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.search__content {
top: 28px;
left: 50%;
opacity:0;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.search__content input:focus {
outline:none;
}
.nav__list {
position: relative;
padding: 0;
margin: 0;
z-index: 965;
}
.nav__list-item {
position: relative;
display: block;
opacity: 0;
text-align: center;
overflow: hidden;
padding: 3px 0;
line-height: 1.15;
-webkit-transform: translate(100px, 0%);
transform: translate(100px, 0%);
-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
transition: opacity .2s ease, -webkit-transform .3s ease;
transition: opacity .2s ease, transform .3s ease;
margin-top: 10px;
margin-bottom: 10px;
z-index: 970;
}
.nav__list-item > a { 
position: relative;
text-decoration: none;
font-family: 'Inter Tight', sans-serif;
font-weight: 700 !important;
font-size: 8vh;
letter-spacing: 2px;
overflow: hidden; 
cursor: pointer;
z-index: 975;
display: inline-block;
text-transform: uppercase;
}
.nav__list-item > a { 
-webkit-transition: all 200ms linear;
transition: all 200ms linear; 
}
.nav__list-item a,
.nav__list-item a:hover {
color: rgba(255,255,255,1) !important;
}
@media screen and (max-width: 1024px){
.nav__list-item a:hover {
color: var(--iwd-light-blue) !important;
}
}   .nav__list-sub {
opacity: 0;
max-height: 0;
position: relative;
transition: opacity 200ms linear, max-height 600ms ease-in-out;
width: 100%;
margin: 0 auto;
padding: 0;
display: block;
overflow: hidden;
}
.nav__list-item:hover > .nav__list-sub {
opacity: 1;
max-height: 100px;
}
.nav__list-sub .nav__list-item-sub {
list-style: none;
display: inline-block;
padding: 0 10px;
}
.nav__list-sub .nav__list-item-sub a {
font-family: 'Inter Tight', sans-serif;
font-weight: 400 !important;
font-size: 2.2vh;
text-transform: uppercase;
letter-spacing: 1px;
}  body.nav-active .close-overlay,
body.search-active .close-overlay {
opacity:1;
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
body.nav-active,
body.search-active {
overflow:hidden;
}
body.nav-active .nav__content,
body.search-active .search__content {
visibility: visible;
}
body.nav-active .nav-overlay,
body.search-active .search-overlay {
-webkit-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%);
border-radius: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
body.search-active .search__content {
opacity:1;
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
body.nav-active .nav__list-item {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
transition: opacity .3s ease, transform .3s ease, color .3s ease;
transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
-webkit-transition-delay: 0.9s;
transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
}