/**

* Theme Name:     mecovent
* Author:         the WordPress team
* Template:       twentytwentyone
* Text Domain:	   mecovent
* Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
*/
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces 72pt';
    src: url('fonts/Fraunces72pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fraunces 72pt Soft';
    src: url('fonts/Fraunces72ptSoft-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fraunces 72pt';
    src: url('fonts/Fraunces72pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
:root{
	--primary-color: #242D35;
	--blue-color: #01AAF3;
}
html{
    scroll-behavior: smooth;
}
body{
    position: relative;
}
body,html,body h1,body h2,body h3,body h4,body h5,body h6,body li,body span{
	font-family: 'Poppins';
	color: var(--primary-color);
	letter-spacing: normal;
}
body p{
	font-family: 'Poppins';
	color: #3D4345;
	font-size: 16px;
}
body a{
	text-decoration: none !important;
	font-family: 'Poppins';
}
button:focus,
button:active,
a:focus,
a:active{
	box-shadow: none !important;
}
img{
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
ul {
	padding: 0 !important;
	list-style: none !important;
	margin: 0 !important;
}
.site .site-header {
	padding: 20px;
	max-width: 100%;
    background: #fff;
    z-index: 99;
    position: sticky;
    top: 0;
}
.site .site-logo{
	margin: 0;
}
.offcanvas-header .site-logo img,
.site .site-header .custom-logo-link img {
	max-width: 180px !important;
}
.hamburger-icon {
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3px;
	background-color: var(--primary-color);
	margin: 6px 0;
	transition: 0.4s;
	border-radius: 30px;
	transition: .4s all;
}
.bar3 {
	width: 22px;
}
.bar1 {
	width: 22px;
	margin-left: auto;
}
.hamburger-icon:hover .bar1,
.hamburger-icon:hover .bar3{
	width: 35px;
}
.hamburger-icon {
	color: var(--primary-color);
}
.offcanvas-header button.btn-close span,
.hamburger-icon span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-top: 8px;
}
.offcanvas.offcanvas-start {
	width: 100%;
}
.offcanvas{
	transition: .8s all;
}
.offcanvas-header {
	padding: 20px;
}
.offcanvas-header button.btn-close {
    position: relative;
    opacity: 1;
    background: transparent;
    text-align: center;
    width: auto;
    height: 95px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.offcanvas-header button.btn-close:before, .offcanvas-header button.btn-close:after {
    content: '';
    height: 40px;
    width: 2px;
    background: var(--primary-color);
    position: relative;
    rotate: 45deg;
    transition: .4s all;
}
.offcanvas-header button.btn-close:before {
    rotate: -45deg;
    top: -5px;
    left: 0px;
}
.offcanvas-header button.btn-close:after {
    top: -51px;
}
.offcanvas-header button.btn-close:hover:before {
    rotate: 90deg;
    top: -10px;
}
.offcanvas-header button.btn-close:hover:after {
    top: -45px;
    rotate: -90deg;
}
.offcanvas-header button.btn-close span {
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}
.offcanvas-body {
    padding: 40px;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.site .primary-navigation > div > .menu-wrapper {
	display: block;
}
.site .primary-navigation > div > .menu-wrapper li {
	display: block;
}
.primary-navigation > div > .menu-wrapper li a {
	font-size: 32px;
	color: var(--primary-color);
	font-weight: 400;
	font-family: 'Poppins';
	transition: .4s all;
}
.primary-navigation > div > .menu-wrapper li a:hover {
	font-weight: 600;
	margin-left: 10px;
	color: #01AAF3;
}
.info-box {
	padding: 30px;
	background: RGBA(36, 45, 53, 1);
	background: linear-gradient(180deg, rgba(36, 45, 53, 1) 62%, rgba(1, 170, 243, 1) 200%);
	margin: 60px auto 0;
	border-radius: 16px;
	box-shadow: 0 10px 25px 0 #c3c3c3;
}
.info-box h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.info-box ul {
	display: flex;
	gap: 0 20px;
	justify-content: end;
}
.info-box ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.info-box ul li a img {
	margin-right: 10px;
}
.banner-sec{
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: end;
	padding-bottom: 100px;
}
video.banner-video, .banner-video-box img {
    width: 100% !important;
	max-width: 90%;
    height: 600px !important;
    position: absolute;
    top: 5%;
    left: 0;
    margin: 0 auto;
    display: block;
    right: 0;
}
video.banner-video {
	object-fit: cover;
}
.banner-video-box img {
	background: white;
	mix-blend-mode: screen;
}
.scrolldown h2{
	font-size: 40px;
	margin-bottom: 80px;
}
.scrolldown h2 span {
    font-weight: 600;
	position: relative;
    display: inline-block;
}
.scrolldown h2 span:before {
    content: url('http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/06/text-shape.png');
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.mouse {
    width: 26px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 60px;
    position: relative;
    display: block;
    margin: 0 auto 10px;
}
.mouse::before {
    content: "";
	width: 3px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 30px;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 26px;
	}
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 26px;
	}
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
	margin-left: 2px;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.meeting-sec {
    padding-top: 300px;
	background-image: url(https://www.mecovent.de/wp-content/uploads/2025/06/banner-bg.png);
    background-size: 100% 100%;
    background-position: 0% -970px;
    background-repeat: no-repeat;
}
.meeting-content {
    margin-bottom: 90px;
}
img.img-parallex {
    position: absolute;
    top: -15%;
/*     z-index: -1; */
    transform: translate3d(0, 0, 0);
    will-change: transform;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.meeting-content h1 {
    font-size: 120px;
    font-family: 'Fraunces 72pt';
    line-height: 75px;
    padding-left: 70px;
	text-transform: uppercase;
}
.meeting-content h1 .meeting-text {
    font-family: 'Fraunces 72pt';
    margin-left: -80px;
    transform: rotate(-6deg);
    display: block;
    position: relative;
    top: 68px;
	text-transform: capitalize;
}
.meeting-content h1 .congress-text {
    font-family: 'Archivo';
    font-size: 80px;
    font-weight: bold;
    margin-left: 15px;
}
.meeting-content p {
    font-size: 24px;
    padding: 0 70px;
}
.meeting-cards {
    background: #fff;
    border-radius: 16px;
    text-align: center;
    height: 100%;
	transition: .4s all;
}
.meeting-cards:hover{
	box-shadow: 0 0 25px 3px #c5c5c5;
}
.meeting-cards img {
    margin-left: auto;
    display: block;
    margin-bottom: 30px;
    filter: grayscale(1);
	transition: .4s all;
}
.meeting-cards:hover img{
	filter: none;
}
.meeting-cards h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 60px;
    margin-bottom: 20px;
}
.meeting-cards p {
    font-size: 14px;
    padding: 0 40px 25px;
}
.quote-text {
    position: relative;
}
.diskretion-sec .diskretion-box,
.quote-text h4 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 200px;
    background: #ffffffc9;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
    border: 1px solid #D1D6DA;
    border-radius: 100px;
    backdrop-filter: blur(10px);
}
.quote-text img {
    position: absolute;
    right: 10px;
    top: -60px;
}
.bieten-sec .container,
.about-us .container {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
}
.short-heading {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    text-transform: uppercase;
}
.main-heading {
    font-size: 40px;
}
.main-desc{
	font-size: 24px;
}
.about-us {
    background-position: right;
    background-repeat: no-repeat;
    padding: 150px 0 200px;
}
.uberuns-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    text-align: center;
    padding: 15px 35px 30px;
    transition: .4s all;
}
.uberuns-card:hover {
    scale: 1.03;
}
.uberuns-card:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 170px;
    width: 100%;
    background: linear-gradient(0deg, #f1f5f8e0, #f1f5f808), linear-gradient(180deg, rgba(255, 255, 255, 0) 13.43%, #e3e8ecb8 56.62%);
    border-radius: 16px;
}
.uberuns-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.uberuns-card p {
    font-size: 16px;
    position: relative;
    z-index: 9;
}
.uns-sec {
    margin-top: -80px;
    padding-bottom: 150px;
}
.big-heading {
    font-size: 80px;
    font-weight: 400;
}
.uns-card {
    border: 1px solid rgb(36 45 53 / 30%);
    padding: 60px 30px;
    border-radius: 16px;
    transition: .4s all;
    height: 100%;
}
.uns-card:hover{
	background: #fff;
	border-color: #fff;
	box-shadow: 0 0 25px 3px #c5c5c5;
}
.uns-card h4{
	font-size: 24px;
	font-weight: 600;
}
.uns-card p{
	font-size: 18px;
}
.expertise-sec {
    background: none;
    padding: 0;
}
.expertise-sec .container{
    height: 900px;
}
.expertise-slider {
    position: relative;
    margin-top: -620px;
}
.expertise-slider .owl-stage-outer {
    padding: 80px 0 50px;
}
.expertise-slider .owl-stage {
    display: flex;
}
.expertise-slider .owl-item .expertise-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .8s all;
    position: absolute;
    bottom: -100%;
    max-width: 75%;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.expertise-slider .owl-item.active.center .expertise-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.expertise-slider .owl-item.active.center .expertise-slider-box .expertise-img {
    position: relative;
    top: -40px;
}
.expertise-slider .owl-item.active.center .expertise-slider-box .expertise-img:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 340px;
    background: linear-gradient(0deg, #f1f5f89e, #f1f5f800), linear-gradient(180deg, rgba(255, 255, 255, 0) 43.43%, #E3E8EC 86.62%);
    border-radius: 16px;
}
.expertise-content {
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 25px 3px #c5c5c5;
}
.expertise-content h3 {
    font-size: 20px;
    font-weight: 600;
}
.expertise-content h5 {
    font-size: 16px;
    color: #3D4345;
    margin-bottom: 15px;
    font-weight: 400;
}
.expertise-content p{
	font-size: 14px;
}
.expertise-slider-box img {
    width: 100% !important;
    border-radius: 16px;
    max-width: 826px !important;
    max-height: 426px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #D4D9DC;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blue-color);
}
.custom-nav {
    text-align: right;
    position: relative;
    top: -45px;
}
.custom-nav button {
    background: transparent;
    border: 1px solid #E3E7EA;
    border-radius: 6px;
    width: 55px;
    height: 50px;
    transition: .4s all;
}
.custom-nav button:hover {
    border-color: var(--blue-color);
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -5px;
}
.diskretion-sec .diskretion-box {
    padding: 60px;
    border-radius: 64px;
    background: #ffffff9e;
}
.diskretion-sec img{
    position: absolute;
    right: 30px;
    top: -60px;
}
.diskretion-box h4 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
}
.diskretion-box p {
    font-size: 20px;
    text-align: left;
}
.bieten-sec {
    padding: 150px 0 120px;
}
.bieten-sec .uberuns-card{
	overflow: hidden;
}
.bieten-sec .uberuns-card .bieten-content h4{
	font-size: 20px;
	font-weight: 600;
}
.bieten-sec .uberuns-card .bieten-content {
    transition: .4s all;
    height: 100%;
    position: relative;
    top: 80px;
}
.bieten-sec .uberuns-card:hover .bieten-content {
    top: 0;
}
.kreativ-box {
    background: var(--blue-color);
    padding: 40px 30px;
    border-radius: 16px;
    color: #fff;
}
.kreativ-box h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 50px #fff;
}
.kongress-box {
    background: #fff;
    border: 1px solid rgba(36, 45, 53, 0.23);
    padding: 24px;
    border-radius: 16px;
}
.kongress-box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.kongress-box ul {
    display: flex;
    flex-wrap: wrap;
}
.accordion .accordion-body ul li,
.kongress-box ul li {
    flex: 1 1 50%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(61, 67, 69, 1);
    padding-left: 30px;
    position: relative;
}
.accordion .accordion-body ul li:before,
.kongress-box ul li:before {
    content: url(http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/07/check-icon.svg);
    position: absolute;
    left: 0;
    top: 2px;
}
.formate-sec {
    padding: 120px 0;
    margin-top: 120px;
}
.flipbox {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
img.formate-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
}
.formate-card {
    width: 100%;
    text-align: center;
    transition: .8s all;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(36, 45, 53, 0.23);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.formate-card.back {
    background: linear-gradient(0deg, #ffffffa6, #ffffff00), radial-gradient(189.26% 189.26% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(1, 170, 243, 0.3) 100%);
    border-color: transparent;
    box-shadow: 0 0 25px 3px #dfdfdf;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    transition: .8s all;
    align-items: start;
}
.flipbox:hover .formate-card.back {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.flipbox:hover .formate-card.front{
    opacity: 0;
    visibility: hidden;
}
.formate-card.back img.formate-arrow {
    transform: rotate(180deg);
}
.formate-card h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px;
}
.formate-card.back h4{
    padding: 0;
    margin-bottom: 15px;
}
.formate-card.back p{
    margin-bottom: 15px;
}
.formate-card.back h6{
    font-size: 14px;
    font-weight: 600;
}
.formate-card.back ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.formate-card.back ul li a {
    border-radius: 30px;
    background: rgba(1, 170, 243, 0.1);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    font-size: 14px;
    display: inline-block;
    transition: .4s all;
    padding: 2px 8px;
}
.formate-card.back ul li a:hover{
    background: var(--blue-color);
    color: #fff;
    border-color: var(--blue-color);
}
.kondens-sec{
    padding: 120px 0;
}
.customers-review {
    text-align: center;
    border-radius: 16px;
    padding: 50px 24px;
    border: 1px solid rgb(36 45 53 / 23%);
    position: relative;
    margin-top: 60px;
}
.customer-quote {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    border: 1px solid rgb(36 45 53 / 23%);
    width: max-content;
    margin: 0 auto;
    padding: 20px;
    border-radius: 60px;
    background: #f1f5f8;
}
.customers-review h2 {
    font-size: 32px;
    font-weight: 600;
}
.customers-review img {
    max-width: 28px !important;
    margin-top: -3px;
}
.customer-carousel .owl-dots {
    margin-top: 30px !important;
}
.video-section {
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
video.event-video {
    width: 100%;
    object-fit: cover;
    height: 75vh;
}
.connect-sec{
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.connect-sec .main-desc{
    color: #ADB6BE;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 30px;
    transition: .4s all;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
}
.btn-primary {
    background: linear-gradient(90deg, #0082BA 0%, #01ABF4 100%);
    border-color: #01ABF4;
    box-shadow: 0px 21px 46px 0px rgba(1, 170, 243, 0.38);
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover{
    background: linear-gradient(90deg, #01ABF4 100%, #0082BA 0%);
    border-color: #01ABF4;
    box-shadow: 0px 21px 46px 0px rgba(1, 170, 243, 0.38) !important;
}
.kontakt-sec {
    padding: 120px 0;
    background: #fff;
}
.kontact-box {
    background: linear-gradient(0deg, #242d35cc, #242D35), linear-gradient(198.78deg, rgba(36, 45, 53, 0.2) 59.66%, rgba(1, 170, 243, 1) 100%);
    padding: 30px;
    border-radius: 16px;
}
.kontact-box h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.kontact-box p {
    font-size: 18px;
    color: #ADB6BE;
    padding: 0 10px;
    margin-bottom: 20px;
}
.kontact-box a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.kontact-box a:last-child{
    margin-bottom: 0;
}
.kontact-box a img {
    max-width: 35px !important;
}
/*Footer*/
.footer-main {
    padding: 100px 0 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-main a, .footer-main p {
    color: #ADB6BE;
}
.footer-logo a img {
    max-width: 180px !important;
    margin-bottom: 30px;
}
.footer-logo p {
    max-width: 210px;
    margin-bottom: 30px;
}
.footer-logo ul {
    display: flex;
    gap: 15px;
}
.footer-logo li a img {
    max-width: 100% !important;
    opacity: .5;
}
.footer-address h4,
.footer-social h4 {
    font-size: 12px;
    font-weight: bold;
    color: var(--blue-color);
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffffff47;
    max-width: 300px;
}
.footer-social li a {
    font-size: 14px;
    font-weight: 500;
    transition: .4s all;
    position: relative;
    display: inline-block;
    padding: 3px 0px 5px 25px;
}
.footer-social li a:hover{
    color: var(--blue-color);
}
.footer-social li a:before {
    content: url(http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/07/footer-arrow.svg);
    position: absolute;
    left: 0;
    top: 4px;
    transition: .4s all;
}
.footer-social li a:hover:before{
    rotate: 45deg;
}
.footer-address ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
p.footer-copyright {
    font-size: 12px;
    opacity: .5;
}
.below-footer-links ul {
    display: flex;
    gap: 0 15px;
}
.below-footer-links ul li a {
    opacity: .5;
    font-size: 12px;
    position: relative;
}
.below-footer-links ul li:not(:last-child) a:before {
    content: '';
    height: 15px;
    width: 2px;
    background: #ADB6BE;
    opacity: .5;
    position: absolute;
    right: -9px;
    bottom: 1px;
}
.faq-main-card h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faq-main-card p {
    font-size: 20px;
    margin-bottom: 20px;
}
.nav.nav-pills li {
    margin-right: 10px;
}
.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    color: var(--primary-color);
    border: 1px solid #CDCFD1;
    background: #F1F5F8;
    border-radius: 30px;
    transition: .4s all;
}
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #0082BA 0%, #01ABF4 100%);
    border-color: #01ABF4;
    color: #fff;
    transition: .4s all;
}
.accordion button.accordion-button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: none;
    padding: 0;
}
.accordion .accordion-item {
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    border-color: #242D353B;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #242D353B;
}
.accordion .accordion-body {
    padding: 30px 0 0;
}
.accordion .accordion-body ul {
    margin-bottom: 20px !important;
}
.accordion .accordion-body p {
    font-size: 18px;
}
.accordion .accordion-body p:last-child{
    margin-bottom: 0 !important;
}
.accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    background-image: url('http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/07/arrow-top.svg');
    transform: var(--bs-accordion-btn-icon-transform);
    background-position: 12px 15px;
}
.accordion .accordion-button::after {
    background-color: #E3E8EC;
    padding: 20px;
    border-radius: 30px;
    background-position: 13px 16px;
    background-size: 35%;
    height: 0;
    background-image: url(http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/07/arrow-top.svg);
}
.accordion .accordion-button:not(.collapsed)::after {
    background-image: url('http://mecovent.projekte-ooliv.de/wp-content/uploads/2025/07/arrow-top.svg');
    background-position: 12px 15px;
}
.kontakt-btn{
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 99;
    display: none;
}
.kontakt-btn a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    width: max-content;
    padding: 10px 30px;
    gap: 10px;
    transition: .4s all;
    color: var(--primary-color);
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(120px);
}
.legal-notice-sec {
    padding: 120px 0;
}
.legal-notice-sec .main-heading {
    font-weight: 600;
    font-size: 40px;
}
.legal-notice-content p {
    font-size: 20px;
}
.legal-notice-content h2,
.legal-notice-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0;
}
.legal-notice-content a{
    font-weight: 600;
    color: var(--blue-color);
}
.legal-notice-content p strong {
    font-weight: 600;
}
.site-header .d-flex > a:empty {
    display: none;
}
body.safari .meeting-sec,
body.safari .banner-sec {
  background: #edf2f6 !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
    height: 35px !important;
}

.below-footer-links a {
    transition: .4s all;
}
.below-footer-links a.active,
.below-footer-links a:hover {
    color: #fff;
}
.cmplz-cookiebanner .cmplz-close:hover{
	line-height: 20px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		body.safari .meeting-sec,
		body.safari .banner-sec {
			background: #edf2f6 !important; /* white background only for Safari/iOS */
		}
	}
}
/*Responsive*/
@media(min-width: 3024px){
	.meeting-sec {
		background-position: 0% -1080px;
	}
}
@media(min-width: 1920px){
	video.banner-video, .banner-video-box img {
		top: 10%;
	}
}
@media(max-width: 1800px){
    .info-box ul li a {
        font-size: 16px;
    }
}
@media(max-width: 1600px){
    .info-box ul li a {
        font-size: 14px;
    }
    .info-box h3 {
        font-size: 20px;
    }
    .info-box ul {
        gap: 0 10px;
    }
}
@media(max-width: 1512px){
    .offcanvas-body{
        padding: 30px 140px;
    }
    .diskretion-sec .diskretion-box {
        margin-top: 280px;
    }
	.meeting-sec {
		background-position: 0% -1050px;
	}
}
@media(max-width: 1400px){
    .info-box ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px 0;
    }
    .info-box{
        max-width: 100%;
    }
	.meeting-sec {
		background-position: 0% -1150px;
	}
}
@media(max-width: 1199px){
    .meeting-content h1 {
        font-size: 80px;
        line-height: 65px;
    }
    .meeting-content h1 .congress-text {
        font-size: 50px;
    }
    .meeting-content p {
        font-size: 20px;
    }
    .expertise-slider .owl-stage-outer {
        padding: 120px 0 50px;
        margin-top: 100px;
    }
    .expertise-slider .owl-item.active.center .expertise-slider-box .expertise-img {
        top: -100px;
    }
    .expertise-content {
        padding: 20px;
    }
    .expertise-slider .owl-item .expertise-content {
        max-width: 90%;
    }
    .expertise-content h3 {
        font-size: 18px;
    }
    .expertise-content h5 {
        font-size: 14px;
    }
    .expertise-content p {
        font-size: 12px;
    }
    .kontact-box a {
        font-size: 18px;
    }
    .kontact-box p {
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .offcanvas-body {
		padding: 10px;
		max-width: 100%;
	}
    .meeting-sec {
        padding-top: 150px;
    }
    img.img-parallex {
        top: -12%;
    }
    .meeting-content p {
        padding: 0px;
    }
    .diskretion-sec .diskretion-box, .quote-text h4 {
        font-size: 30px;
        margin-top: 100px;
    }
    .quote-text img {
        right: 40px;
        top: -50px;
        max-width: 80px !important;
    }
    .short-heading {
        font-size: 16px;
    }
    .main-heading {
        font-size: 30px;
    }
    .main-desc {
        font-size: 18px;
    }
    .big-heading {
        font-size: 50px;
    }
    .diskretion-box h4 {
        font-size: 24px;
    }
    .diskretion-box p {
        font-size: 16px;
    }
    .kreativ-box h2 {
        font-size: 32px;
    }
    .uns-sec {
        margin-top: 0;
        padding-bottom: 0;
    }
    .customers-review h2 {
        font-size: 24px;
    }
    .kongress-box p {
        font-size: 18px;
    }
    .accordion .accordion-body ul li, .kongress-box ul li {
        font-size: 16px;
    }
    .kreativ-box {
        border-radius: 16px 16px 0 0;
    }
    .kongress-box {
        border-radius: 0 0 16px 16px;
    }
    .video-section,
    video.event-video {
        height: 45vh;
    }
    .bieten-sec,
    .formate-sec,
    .kondens-sec,
    .about-us,
    .kontakt-sec,
    .connect-sec {
        padding: 100px 0;
    }
    .faq-main-card h3 {
        font-size: 26px;
    }
    .faq-main-card p {
        font-size: 18px;
    }
	.expertise-slider-box img {
		max-height: 305px;
	}
}
@media(max-width: 767px){
    .primary-navigation > div > .menu-wrapper li a {
        font-size: 24px;
    }
    video.banner-video, .banner-video-box img {
        width: 100% !important;
        height: 300px !important;
        top: 3%;
    }
    .scrolldown h2 {
        font-size: 30px;
        margin-bottom: 80px;
    }
    .scrolldown h2 span:before {
        left: -40px;
    }
    .meeting-content h1 {
        font-size: 70px;
        line-height: 62px;
        padding-left: 20px;
    }
    .meeting-content h1 .meeting-text {
        margin-left: -24px;
    }
    .meeting-content h1 .congress-text {
        font-size: 38px;
    }
    img.img-parallex {
        top: -2%;
    }
    .meeting-sec {
        padding-top: 0;
    }
    .meeting-content p {
        font-size: 18px;
    }
    .meeting-cards h3 {
        font-size: 20px;
        padding: 0 20px;
    }
    .diskretion-sec .diskretion-box, .quote-text h4 {
        font-size: 22px;
        margin-top: 70px;
    }
    .quote-text img {
        top: -35px;
        max-width: 60px !important;
    }
    .bieten-sec, .formate-sec, .kondens-sec, .about-us, .kontakt-sec, .connect-sec {
        padding: 60px 0;
    }
    .main-heading {
        font-size: 26px;
    }
    .main-desc {
        font-size: 16px;
    }
    .big-heading {
        font-size: 32px;
    }
    .uns-card h4 {
        font-size: 22px;
    }
    .uns-card p {
        font-size: 16px;
    }
    .diskretion-sec .diskretion-box {
        margin-top: 50px;
        padding: 24px;
        border-radius: 34px;
    }
    .diskretion-box h4 {
        font-size: 20px;
    }
    .diskretion-box p {
        font-size: 14px;
    }
    .diskretion-sec img {
        top: -40px;
        max-width: 60px !important;
    }
    .kreativ-box h2 {
        font-size: 26px;
    }
    .kongress-box p {
        font-size: 16px;
    }
    .formate-sec{
        margin-top: 60px;
    }
    .customers-review h2 {
        font-size: 20px;
    }
    .kontact-box p {
        padding: 0;
    }
    .faq-main-card p {
        font-size: 16px;
    }
    .nav.nav-pills {
        gap: 10px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
        padding: 8px 20px;
    }
    .nav.nav-pills li {
        margin-right: 0;
    }
    .accordion button.accordion-button {
        font-size: 16px;
    }
    .accordion .accordion-item {
        padding: 16px;
    }
    .accordion .accordion-body p {
        font-size: 16px;
    }
    .below-footer-links ul{
        justify-content: center;
    }
    .expertise-slider .owl-item .expertise-content {
		position: relative;
		top: -30px;
		left: 0;
		right: 0;
		transition: .9s all;
		bottom: 0;
		visibility: visible;
		opacity: 1;
		height: auto;
	}
    .expertise-slider .owl-item.active.center .expertise-slider-box .expertise-img {
        top: 0;
    }
    .expertise-slider .owl-item.active.center .expertise-slider-box .expertise-img:after {
        height: 100px;
        background: linear-gradient(0deg, #f1f5f89e, #f1f5f800), linear-gradient(180deg, rgba(255, 255, 255, 0) 43.43%, #E3E8EC 86.62%);
        border-radius: 16px;
    }
    .expertise-slider .owl-stage {
         display: block; 
    }
    .expertise-content {
        padding: 10px;
    }
    .expertise-content h3 {
        font-size: 16px;
    }
    .expertise-content h5 {
        font-size: 14px;
    }
    .expertise-content p {
        font-size: 13px;
    }
    .expertise-slider .owl-stage-outer {
        padding: 20px 0 0px;
        margin-top: 110px;
    }
	.custom-nav {
		top: auto;
		position: absolute;
		bottom: 38px;
		left: 0;
		right: 0;
		text-align: center;
	}
    .expertise-sec .container {
        height: 880px;
		position: relative;
    }
    .offcanvas-header button.btn-close {
        top: 20px;
    }
    .offcanvas-header {
        padding: 10px;
    }
    .legal-notice-sec {
        padding: 60px 0;
    }
    .legal-notice-sec .main-heading {
        font-size: 30px;
    }
    .legal-notice-content h2,
    .legal-notice-content h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .legal-notice-content p {
        font-size: 16px;
    }
	.kontakt-btn {
		top: 92%;
	}
	.banner-sec{
	    padding-bottom: 165px;
	}
	.banner-sec video.banner-video{
		top: 7%;
	}
	.meeting-sec {
		background-position: 0% -1480px;
	}
	.expertise-slider .owl-dots {
		display: none;
	}
	.custom-nav button {
		width: 36px;
		height: 35px;
	}
	.custom-nav button img {
		max-width: 12px !important;
	}
	.expertise-slider-box img {
		max-height: 220px;
        object-fit: cover;
	}
}