/*
███╗░░██╗███████╗████████╗░██████╗░███████╗███╗░░██╗███████╗██████╗░░█████╗░████████╗░█████╗░██████╗░
████╗░██║██╔════╝╚══██╔══╝██╔════╝░██╔════╝████╗░██║██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗
██╔██╗██║█████╗░░░░░██║░░░██║░░██╗░█████╗░░██╔██╗██║█████╗░░██████╔╝███████║░░░██║░░░██║░░██║██████╔╝
██║╚████║██╔══╝░░░░░██║░░░██║░░╚██╗██╔══╝░░██║╚████║██╔══╝░░██╔══██╗██╔══██║░░░██║░░░██║░░██║██╔══██╗
██║░╚███║███████╗░░░██║░░░╚██████╔╝███████╗██║░╚███║███████╗██║░░██║██║░░██║░░░██║░░░╚█████╔╝██║░░██║
╚═╝░░╚══╝╚══════╝░░░╚═╝░░░░╚═════╝░╚══════╝╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝

██████╗░███████╗██████╗░██╗░░░░░██╗███╗░░██╗░░░
██╔══██╗██╔════╝██╔══██╗██║░░░░░██║████╗░██║░░░
██████╦╝█████╗░░██████╔╝██║░░░░░██║██╔██╗██║░░░
██╔══██╗██╔══╝░░██╔══██╗██║░░░░░██║██║╚████║░░░
██████╦╝███████╗██║░░██║███████╗██║██║░╚███║██╗
╚═════╝░╚══════╝╚═╝░░╚═╝╚══════╝╚═╝╚═╝░░╚══╝╚═╝

Theme Name: Weltbühne
Author: Netgenerator GmbH
Author URI: https://www.netgenerator.de/
Description: Individuell für Weltbühne
Version: 1.0
*/

:root
{
	scroll-behavior: auto;
	--beige: #F1EDDC;
	--red: #DB4445;
	--dark: #031926;
	--gray: #A7AFB3;
}


:root
{
	--container-width:100%;
}

@media (min-width: 576px) 
{
    :root
    {
    	--container-width:540px;
    }
}

@media (min-width: 768px) 
{
    :root
    {
    	--container-width:720px;
    }
}

@media (min-width: 992px) 
{
    :root
    {
    	--container-width:960px;
    }
}

@media (min-width: 1200px) 
{
    :root
    {
    	--container-width:1140px;
    }
}

@media (min-width: 1400px) 
{
    :root
    {
    	--container-width:1320px;
    }
}

@media (min-width: 1600px) 
{
    :root
    {
    	--container-width:1520px;
    }

    .container
    {
    	max-width:1520px;
    }
}

html
{
	font-size: 10px;
}

body
{
	font-family:"plantin";
	font-size: 1.8rem;
	color:#000;
	background: #F1EDDC;
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
}

body.dark-body
{
	color:#fff;
	background:var(--dark);
}

@media (min-width:992px)
{
	body
	{
		font-size:2.2rem;
	}
}

body.menu-open
{
	overflow:hidden;
}

.row
{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.row > div
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.container
{
	padding: 0 1.5rem;
}

.page-header
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:11.5rem;
	z-index:9999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header.scrolled
{
	height:11.5rem;
}

@media (max-width:767px)
{
	.page-header
	{
		height:6.5rem;
	}

	.page-header.scrolled
	{
		height:6.5rem;
	}
}

.page-header.scrolled,
.page-header--dark
{
	background:#F1EDDC;	
}

body.dark-body .page-header.scrolled
{
	background:#031926;
}

.page-header .page-logo
{
	display:inline-block;
	position:relative;
}

.page-header .page-logo svg
{
	height:4.5rem;
	max-width:100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-header.scrolled .page-logo svg
{
	height:4.5rem;
}

.page-header .page-logo svg path
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body.dark-body .page-header .page-logo svg path
{
	fill:#fff;
}

.page-header.scrolled .page-logo svg path
{
	fill:#000;
}

body.dark-body .page-header .page-logo svg path,
body.dark-body .page-header.scrolled .page-logo svg path
{
	fill:#fff;
}

.page-header .row
{
	padding-top:1rem;
	padding-bottom:1rem;
	align-items:center;
}

@media (min-width:768px)
{
	.page-header .row
	{
		padding-top:3.5rem;
		padding-bottom:3.5rem;
	}
}

.page-header.scrolled .row
{
	padding-top:3.5rem;
	padding-bottom:3.5rem;
}

@media (max-width:767px)
{
	.page-header.scrolled .row
	{
		padding-top:1rem;
		padding-bottom:1rem;
	}
}

.page-header .column-2
{
	text-align:center;
}

.page-header .column-3
{
	text-align:right;
	display:flex;
	justify-content:flex-end;
}

@media (max-width:767px)
{
	.page-header .column-2
	{
		width:70%;
		order:1;
		text-align:left;
	}

	.page-header .column-3
	{
		width:30%;
		order:2;		
	}
}

.hamburger-wrap
{
	margin: 0 0 0 3rem;
	height:2.4rem;
	width:4.5rem;
	height:4.5rem;
	background:var(--dark-blue);
	display:flex;
	align-items:center;
	justify-content:center;
}

.hamburger
{	
	padding:0;
	height:24px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before
{
	height:2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before
{
	background-color: #000000;
}

body.dark-body .hamburger-inner, body.dark-body .hamburger-inner:after, body.dark-body .hamburger-inner:before,
body.dark-body hamburger.is-active .hamburger-inner, body.dark-body .hamburger.is-active body.dark-body .hamburger-inner:after, body.dark-body .hamburger.is-active .hamburger-inner:before
{
	background-color: #fff;
}

.page-header.scrolled .hamburger-inner, .page-header.scrolled .hamburger-inner:after, .page-header.scrolled .hamburger-inner:before,
.page-header--dark .hamburger .hamburger-inner, .page-header--dark .hamburger .hamburger-inner:after, .page-header--dark .hamburger .hamburger-inner:before,
.menu-overlay-content .hamburger .hamburger-inner, .menu-overlay-content .hamburger .hamburger-inner:after, .menu-overlay-content .hamburger .hamburger-inner:before
{
	background-color: #000;
}

.hamburger.is-active:hover, .hamburger:hover, .scrollbar-macosx:hover>.scroll-element .scroll-bar, .scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar
{
	opacity:1;
}

body.dark-body .page-header.scrolled .hamburger-inner, body.dark-body .page-header.scrolled .hamburger-inner:after, body.dark-body .page-header.scrolled .hamburger-inner:before
{
	background-color:#fff;
}

.scrollbar-macosx>.scroll-element.scroll-x
{
	display:none !important;
}

.menu-overlay-content
{
	height:100%;
	display:flex;
	flex-direction:column;
	padding:17rem 4.5rem 2.5rem 4.5rem;
}

@media (min-width:768px)
{
	.menu-overlay-content
	{
		padding:17rem 4.5rem 2.5rem 4.5rem;
		margin-right:-2rem;
	}
}

.menu-overlay-content .bottom
{
	margin-top:auto;
	display:flex;
	font-family:"neue-haas-grotesk-display";
	font-size:1.5rem;
	width:100%;
}

.menu-overlay-content .menu-header
{
	font-family:"neue-haas-grotesk-display";
	font-size:1.5rem;
	color:#000;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin:0;
	display:flex;
	width:100%;
	justify-content:space-between;
}

.menu-overlay-content .menu-header li
{
	padding:0;
}

.menu-overlay-content .menu-header a
{
	color:#000;
}

.menu-overlay-content .bottom #menu-header-2
{
	margin-left:auto;
}

.menu-overlay-content .hamburger-wrap
{
	position:absolute;
	right:1.5rem;
	top:3.5rem;
}

body.scrolled .menu-overlay-content .hamburger-wrap
{
	top:3.5rem;
}

@media (max-width:767px)
{
	body.scrolled .menu-overlay-content .hamburger-wrap
	{
		top:1rem;
	}
}

#menu-overlay
{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;	
	z-index: 99999999;
	display: none;
}

#menu-overlay .container
{
	display:flex;
	justify-content:flex-end;
	padding:0;
}

@media (min-width:768px)
{
	#menu-overlay .container;
	{
		padding:0 1.5rem;
	}
}

#menu-overlay .content
{
	background:var(--gray);
	width:40%;
	height:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}

#menu-overlay .content
{
	width:calc(100% + 3rem);
}

@media (min-width:768px)
{
	#menu-overlay .content
	{
		width:43.1rem;
	}
}

@media (min-width:992px)
{
	#menu-overlay .content
	{
		width:43.1rem;
	}
}

@media (min-width:1200px)
{
	#menu-overlay .content
	{
		width:43.1rem;
	}
}

#menu-overlay .content:after
{
	content:'';
	background:var(--gray);
	top:0;
	left:100%;
	width:200rem;
	height:100%;
	position:absolute;
}

.menu-top-mobile
{
	font-size: 2.5rem;
	color: #fff;
	font-weight:600;
	font-family:"neue-haas-grotesk-display";
	letter-spacing:.1em;
}

.menu-top-mobile a
{
	text-decoration: none;
	position:relative;
	display:block;
	color:#000;
	padding:3rem 0;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-top-mobile li:first-child a
{
	border-top:1px solid #000;
	text-transform:uppercase;
}

.menu-top-mobile a:hover
{
	text-decoration:none;
	color:var(--red);
}

.menu-top-mobile li
{
	margin:0;
	padding:0;
}

.menu-top-mobile li:last-child
{
	border:none;
}

.menu-top-mobile li:before
{
	display: none;
}

.menu-top-mobile > li > a:before
{
	position:absolute;
	left:0;
	top:1.4rem;
	font-size:2.2rem;
	line-height:2rem;
	color:rgba(255,255,255,.5);
}

.menu-top-mobile ul {
	display: none;
	padding: 1rem 0 2rem 0;
	font-size:1.5rem;
}

.menu-top-mobile .sub-menu-open {
	display: block;
}

.menu-top-mobile .menu-item-has-children>span {
	width: 4rem;
	height: 4rem;
	background: url(assets/images/chevron-4.svg) center center no-repeat;
	background-size: 2rem 2rem;
	display: inline-block;
	position: absolute;
	right: 0;
	top: .5rem;
	cursor: pointer;
}

.menu-top-mobile .sub-menu-open>span {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-top-mobile ul {
	margin-left: 1rem;
}

.menu-top-mobile ul ul {
	margin-left: 2rem;
}

.menu-top-mobile li:last-child ul:last-child {
	padding-bottom: 0rem;
}

#menu-overlay .container
{
	height: 100%;
}

#menu-overlay .scrollbar-macosx
{
	height: 100%;
}

.page-header .right
{
	margin-left:auto;
	display:flex;
	align-items:center;
	width:calc(100% - 15rem);
	justify-content:flex-end;
	flex-wrap:wrap;
}

@media (min-width:992px)
{
	.page-header .right
	{
		width:calc(100% - 21rem);
	}
}

.page-header .header-functions
{
	display:flex;
	align-items:center;
}

.page-header .user-portal
{
	padding-right:3rem;
	position:relative;
	display:inline-flex;
	text-decoration:none;
	color:var(--gray);
	font-size:1.6rem;
	line-height:2.2rem;
	margin-right:3rem;
}

.page-header .user-portal:hover
{
	text-decoration:none;
	color:var(--gray);
}

.page-header .user-portal:after
{
	content:'';
	width:2rem;
	height:2rem;
	background:url(assets/images/icon-user.svg);
	background-size:2rem;
	height:2rem;
	top:50%;
	margin-top:-1rem;
	right:0;
	position:absolute;
}

#menu-top
{
	margin:0;
	display: flex;
	font-size:1.7rem;
	line-height:2rem;
	font-weight:700;
	align-items:center;
}

@media (min-width:1200px)
{
	#menu-top
	{
		font-size:1.8rem;
		line-height:2.2rem;
	}
}

#menu-top li:not(:last-child)
{
	margin-right:2.8rem;
}

@media (min-width:1200px)
{
	#menu-top li:not(:last-child)
	{
		margin-right:3rem;
	}
}

#menu-top a
{
	text-decoration:none;
	color:#fff;
	position:relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header.scrolled #menu-top a,
.page-header--dark #menu-top a
{
	color:var(--black);
}

#menu-top a:hover
{
	color:var(--orange);
}

.page-header.scrolled #menu-top a:hover,
.page-header--dark #menu-top a:hover
{
	color:var(--orange);
}

#menu-top a:before
{
	content:'';
	width:0;
	height:.2rem;
	background:var(--orange);
	position:absolute;
	top:-.5rem;
	left:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu-top a:hover:before
{
	width:100%;
}

#menu-top .contact a
{
	height:5rem;
	background:var(--orange);
	color:#fff;
	border-radius:2.5rem;
	padding:1rem 3rem;
	display:inline-flex;
	align-items:center;
}

#menu-top .contact a:hover
{
	color:#fff;
	background:var(--orange)
}

.page-header.scrolled #menu-top .contact a,
.page-header--dark #menu-top .contact a
{
	color:#fff;
}

#menu-top .contact a:before
{
	display:none;
}

#menu-top ul 
{
	padding:2rem 3rem;
	background: #fff;
	font-size:1.4rem;
	width:22rem;
	top:calc(100% + .2rem);
	left:-3rem;
}

#menu-top ul.sub-menu li a {
	line-height: 2rem;
	padding-bottom: 1rem;
}

#menu-top ul ul
{
	left:calc(100% + 2rem);
	top:-1rem;
}

/* page content */

.page-content
{
	overflow:hidden;
	padding:17rem 0 0 0;
	min-height:100dvh;
	position:relative;
}

@media (max-width:767px)
{
	.page-content
	{
		padding:10rem 0 5rem 0;
	}
}

.page-content--prelaunch
{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15rem 0;
	flex-direction:column;
	background:#F1EDDC;
}

.page-content--prelaunch .page-logo
{
	margin-bottom:4rem;
	display:inline-flex;
}

.page-content--prelaunch .page-logo svg
{
	width:40rem;
	max-width:100%;
}

.page-content--prelaunch .page-logo svg path
{
	fill:#fff;
}

.content-block
{
	margin-bottom:5rem;
}

@media (min-width:992px)
{
	.content-block
	{
		margin-bottom:10rem;
	}
}

.buttons-wrap
{
	text-align:center;
	position:fixed;
	bottom:1.5rem;
	left:0;
	width:100%;
	z-index:99;
}

.buttons-wrap.stuck
{
	position: absolute;
    bottom: auto;
}

.buttons  
{
	display:inline-flex;
	align-items:center;
	flex-wrap:wrap;
	padding:.8rem;
	border-radius:2.8rem;
	background:rgba(255,255,255,.8)
}

.buttons .btn:nth-child(1)
{
	margin:0 1rem 0 0;
}

.buttons .btn:nth-child(2)
{
	margin:0 0 0 1rem;
}

.block-type-1 .heading
{
	/*margin-bottom:0;*/
}

@media (max-width:767px)
{
	.page-id-156 .block-type-1 h3 a
	{
		font-size:1.6rem;
	}
}

.block-type-3 .spacer
{
	text-align:center;
	position:relative;
}

.block-type-3 .image
{
	display:inline-block;
	position:relative;
}

.block-type-3 .image:before,
.block-type-3 .image:after
{
	content:'';
	width:100vw;
	height:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:absolute;
	top:50%;
	margin-top:-.3rem;	
}

.block-type-3 .image:before
{	
	right:calc(100% + 1.5rem);
}

.block-type-3 .image:after
{
	left:calc(100% + 1.5rem);
}

body.dark-body .block-type-3 .image:before,
body.dark-body .block-type-3 .image:after
{
	border-color:#fff;
}

.block-type-4 .wrap
{	
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
}

.block-type-4 .photo
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}

.block-type-4 video
{
	width:100%;
	height:auto;
	object-fit:cover;
	object-position:center center;
}

@media (min-width:992px)
{
	.block-type-4 video
	{
		height:59rem;
	}
}

.block-type-4 .container
{
	position:relative;
	z-index:10;
}

.block-type-5 .column-1
{
	padding-top:3rem;
	padding-bottom:3rem;	
}

@media (min-width:768px)
{
	.block-type-5 .column-1
	{
		border-right:1px solid #fff;
	}
}

body.dark-body .block-type-5 .heading
{
	color:#fff;	
}

.block-type-5 .column-1 .heading
{
	text-align:center;
}

.block-type-5 .heading--contents
{
	margin-bottom:5rem;
}

.block-type-5 .heading--contents-below
{
	padding-top:2.5rem;
}

.block-type-5 .wrap 
{
	margin-right:1rem;
}

@media (min-width:992px)
{
	.block-type-5 .wrap
	{
		margin-right:8rem;
	}
}

.block-type-5 .contents p
{
	display:flex;
	flex-wrap:wrap;
	font-family:"plantin";
	margin-bottom:2rem;
	line-height:2.5rem;
	font-size:2.2rem;
	font-weight:500;
}

.block-type-5 .contents .title
{
	margin-right:1rem;
}

.block-type-5 .contents .page
{
	flex-grow: 1;
	text-align:right;
	margin-top:-.5rem;
	position:relative;
}

.block-type-5 .contents .page:after
{
	content:'';
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	right:0;
	bottom:.4rem;
}

.block-type-5 .contents .page.mobile
{
	display:inline-block;
}

@media (min-width:1600px)
{
	.block-type-5 .contents .page.mobile
	{
		display:none;
	}
}

.block-type-5 .contents .page.desktop
{
	display:none;
}

@media (min-width:1600px)
{
	.block-type-5 .contents .page.desktop
	{
		display:inline-block;
	}
}

.block-type-5 .app-screens
{
	text-align:center;
	margin-bottom:3.5rem;
}

.block-type-5 .heading--app-title
{
	text-align:center;
	margin-bottom:4rem;
}

.block-type-5 .app-links
{
	display:flex;
	align-items:center;
	justify-content:center;
}

.block-type-5 .app-links a
{
	display:inline-flex;
	margin:0 2rem;
}

.block-type-6 .wrap
{
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:relative;
}

.block-type-6 .photo
{
	aspect-ratio: 16 / 9;
	background-size:cover;
	background-position:center center;
}

.block-type-6 video
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}

.block-type-6 .container--main
{
	position:relative;
	z-index:10;
}

.block-type-6 .captions
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

@media (min-width:768px)
{
	.block-type-6 .captions
	{
		flex-wrap:nowrap;
		justify-content:flex-start;
	}
}

.block-type-6 .caption
{
	font-size:1.2rem;
	line-height:1.9rem;
	padding-top:1rem;
	text-align:center;
	margin:0;
}

@media (min-width:768px)
{
	block-type-6 .caption
	{
		font-size:1.5rem;
		line-height:2.2rem;
		text-align:left;
	}
}

@media (max-width:767px)
{
	.block-type-6 .caption--right
	{
		padding-top:0;
	}
}

.block-type-6 .caption--right
{
	margin-left:0;
}

@media (min-width:768px)
{
	.block-type-6 .caption--right
	{
		margin-left:auto;
	}
}

/* END page content */
.page-footer
{
	padding:4rem 0 4rem 0;
	color:#000;
	font-family:"neue-haas-grotesk-display";
	position:relative;
	font-size:1.5rem;
	font-weight:500;
}

body.dark-body .page-footer
{
	color:#fff;
}

.page-footer:before
{
	content:'';
	width:100%;
	height:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:absolute;
	top:-.4rem;
	left:0;
}

body.dark-body .page-footer:before
{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.page-footer .row
{
	align-items:center;
}

.page-footer a,
.page-footer a:hover
{
	color:#000;
	text-decoration:none;
}

body.dark-body .page-footer a,
body.dark-body .page-footer a:hover
{
	color:#fff;
}

.page-footer .column-2
{
	text-align:center;
	padding-top:1rem;
}

.page-footer .page-logo
{
	display:inline-block;
} 

.page-footer .page-logo svg
{
	width:21rem;
}

body.dark-body .page-footer .page-logo svg path
{
	fill:#fff;
}

.page-footer .copyrights
{
	font-size:1.3rem;
	margin:0;
}

.page-footer .column-1
{
	padding-bottom:1rem;
}

.page-footer .column-3
{
	text-align:right;
	padding-bottom:1rem;
}

@media (min-width:768px)
{
	.page-footer .column-1,
	.page-footer .column-3
	{
		padding-bottom:0;
	}
}

.menu-footer
{
	text-transform:uppercase;
	margin:0;
	letter-spacing:.1em;
}

/* MFP Popup */

.mfp-bg
{
	z-index:99999;
	opacity:0;
	pointer-events:none;
}

.mfp-wrap
{
	z-index:999999;
}

.mfp-container
{
	padding:0;
}

.popup
{
  width:100vw;
  min-height:calc(100vh - 11.5rem);
  margin: 11.5rem auto 0 auto;
  position: relative;
  z-index: 999999999; 
  background: #031926;
  color:#fff;
}

@media (max-width:767px)
{
	.popup
	{
		min-height:calc(100vh - 6.5rem);
		margin: 6.5rem auto 0 auto;
	}
}

.popup-1 .column-2
{
	padding-top:9rem;
}

@media (max-width:767px)
{
	.popup-1 .column-2
	{
		padding-top:5rem;
	}
}

.popup-1 .text-block
{
	font-family:"neue-haas-grotesk-display";
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.1em;
}

.popup-1 .text-block p
{
	font-size:1.5rem;
	line-height:2.1rem;
}

.popup-1 .text-block--1
{
	padding-top:2rem;
	border-top:1px solid #fff;
	margin-bottom:5rem;
	font-weight:600;
	color:#fff;
}

.popup-1 .text-block--2
{
	color:#A7AFB3;
}

.popup .column-1
{
	text-align:center;
}

@media (max-width:767px)
{
	.popup .column-1 img
	{
		height:17rem; /*26rem;*/
	}
}

.popup-2 .column-2
{
	padding-top:9rem;
}

@media (max-width:767px)
{
	.popup-2 .column-2
	{
		 padding-top: 5rem;
	}
}

.popup-2 .options p
{
	margin-bottom:0;
	padding:3rem 1rem;	
	border-bottom:1px solid #fff;
}
@media (max-width:767px)
{
	.popup-2 .options p
	{
		 padding: 2rem 1rem;
	}
}

.popup-2 .options p:first-child
{
	border-top:1px solid #fff;
}

.popup-2 .options label
{
	cursor:pointer;
}

.popup-2 .options input
{
	display:none;
}

.popup-2 .options input + span
{
	display:block;
	position:relative;
	font-size:1.5rem;
	line-height:2.1rem;
	text-decoration:none;
	font-family:"neue-haas-grotesk-display";
	color:#A7AFB3;
	text-transform:uppercase;
	padding-left:4.5rem;
	letter-spacing:.1em;
}

.popup-2 .options input:checked + span
{
	color:#fff;
}

.popup-2 .options input + span:before
{
	content:'';
	width:2rem;
	height:2rem;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1rem;
	border:2px solid #A7AFB3;
}

.popup-2 .options input:checked + span:after
{
	content:'';
	width:1rem;
	height:1rem;
	border-radius:50%;
	position:absolute;
	left:.5rem;
	top:50%;
	margin-top:-.5rem;
	background:#fff;
}

.popup-2 .options input:checked + span:before
{
	border-color:#fff;
}

.popup-2 .options input + span .title
{	
	font-weight:600;
}

.popup-2 .options input + span .subtitle
{
	font-weight:400;
	display:block;
}

.popup .button-wrap
{
	text-align:center;
	padding:8rem 0 0 0;
}
@media (max-width:767px)
{
	.popup .button-wrap
	{
		padding: 5rem 0 0 0;
	}
}

.popup-close
{
  position: absolute;
  right: 0;
  top: 4rem;
  width: 4.5rem;
  height: 4.5rem;
  background: url(assets/images/icon-close.svg);
  background-size: 4.5rem 4.5rem;
  cursor: pointer;
}

.popup-content
{
	padding:17rem 0 15rem 0;
	position:relative;
}

@media (max-width:767px)
{
	.popup-content
	{
		padding-top:5rem; /*11rem;*/
	}
}

@media (min-width:992px)
{
	.popup-content
	{
		padding:17rem 4.5rem 15rem 4.5rem;
	}
}

/* END MFP Popup */

/* WPCF7 */
.contact-form .heading
{
	margin-bottom:6rem;
}

.contact-form label
{
	font-size:2rem;
	line-height:2.2rem;
	font-weight:700;
	color:var(--black);
	margin-bottom:1rem;
	font-family: 'Lateef';
}

.contact-form span
{
	display: block;
	position: relative;
}

.contact-form p
{
	margin-bottom: 1.5rem;
}

.contact-form .column-2
{
	display:flex;
	flex-direction:column;
}

.contact-form .column-2 .captcha-wrap
{
	margin-top:auto;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select
{
	width: 100%;
	border: none;
	background: #fff;
	font-size:1.9rem;
	padding: 1rem 1.5rem;
	min-height:5.4rem;
	border:1px solid #C4C6C2;
	border-radius:10px;
}

.contact-form textarea
{
	height: 27.9rem;
	resize: none;
	display: block;
}

.contact-form .wpcf7-submit
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:2rem;
	line-height:3rem;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:0;
	border:none;
	min-height:5.4rem;
	position:relative;
	border:1px solid transparent;
	text-decoration:none;
	overflow:hidden;
	border-radius:2.7rem;
	padding:1rem 3.5rem;
	border:none;
	background:var(--orange);
	color:#fff;
}

.contact-form span
{
	display: block;
}

.contact-form .terms
{
	padding:3rem 0 1rem 0;
}

span.wpcf7-list-item
{
	margin: 0;
}

.wpcf7 form .wpcf7-response-output
{
	background:#fff;
}

span.wpcf7-not-valid-tip
{
	position: absolute;
	border: 1px solid #f00;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.3rem 2rem;
	color: #f00;
	background: #f0eeee;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	background:#fff;
	z-index:99;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.contact-form .captcha
{
	display:flex;
	align-items:center;
}

.contact-form input.wpcf7-captchar
{
	width:18rem;
	margin-left:1rem;
}

/* END WPCF7 */

.heading
{
	font-weight:400;
	color:#000;
	margin-bottom:2rem;
}

.heading
{
	hyphens: auto;
	hyphenate-limit-chars: auto;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
}

.heading--size-1
{
	font-size:3.5rem;
}

.heading--size-2
{
	font-size:3rem;
}

.heading--size-3
{
	font-size:2.6rem;
}

.heading--size-4
{
	font-size:2.4rem;
}

.heading--size-5
{
	font-size:1.5rem;
}

.heading--size-6
{
	font-size:1.4rem;
}

@media (min-width:992px)
{	
	.heading--size-1
	{
		font-size:3.5rem;
	}

	.heading--size-2
	{
		font-size:3rem;
	}

	.heading--size-3
	{
		font-size:2.6rem;
	}

	.heading--size-4
	{
		font-size:2.4rem;
	}

	.heading--size-5
	{
		font-size:1.5rem;
	}

	.heading--size-6
	{
		font-size:1.4rem;
	}
}

h1,h2,h3,h4,h5,h6
{
	color:#000;
	margin: 0 0 3rem 0;
	font-weight: 600;
	line-height: normal;
	font-family:"neue-haas-grotesk-display";
	letter-spacing:.03em;
}

h1
{
	font-size:3.5rem;
}

h2
{
	font-size:3rem;
}

h3
{
	font-size:2.4rem;
}

h4
{
	font-size:2.4rem;
}

h5
{
	font-size:1.5rem;
}

@media (min-width:992px)
{
	h1
	{
		font-size:3.5rem;
	}

	h2
	{
		font-size:3rem;
	}

	h3
	{
		font-size:2.6rem;
	}

	h4
	{
		font-size:2.4rem;
	}

	h5
	{
		font-size:1.5rem;
	}
}

.font--sans-serif
{
	font-family:"neue-haas-grotesk-display";
}

.font--serif
{
	font-family:"plantin";
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 2.6rem;
}

@media (min-width:992px)
{
	ul
	{
		line-height: 3.5rem;
	}
}

ul li
{
	position:relative;
	padding-left:1.5rem;
}

.page-footer ul li,
.product-tags li,
.variable-items-wrapper li,
.dropdown-menu li,
#menu-top li,
.social-links li,
.wc-block-components-product-details li,
.slider-nav li
{
	padding-left:0;
}

.page-content ul li:before
{
	content:'';
	width:.6rem;
	height:.6rem;
	background:#000;
	border-radius:50%;
	position:absolute;
	left:0;
	top:1.3rem;
}

blockquote
{	
	margin:2rem 4.5rem 5rem 4.5rem;	
	max-width:100%;
	display:inline-block;
	text-align:center;
	width:calc(100% - 9rem);
}

@media (min-width:768px)
{
	blockquote
	{	
		margin:2rem auto 5rem auto;	
		width:100%;
	}
}

blockquote p
{
	position:relative;
	padding:3rem 0;	
	margin:0 auto;
}

blockquote p:before
{
	content:'';
	width:100%;
	height:.3rem;
	background:var(--red);
	top:0;
	left:0;
	position:absolute;
}

blockquote p:after
{
	content:'';
	width:100%;
	height:.3rem;
	background:var(--red);
	bottom:0;
	left:0;
	position:absolute;
}

blockquote p
{
	color:var(--red);
	width:44rem;
	max-width:100%;
}

blockquote p:last-child
{
	margin-bottom:0;
}

p
{
	margin: 0 0 2.5rem 0;
	line-height: 2.6rem;
}

@media (min-width:992px)
{
	p
	{
		line-height: 3.5rem;
	}
}

a, a:hover, a:focus
{
color:var(--red);
text-decoration: none;
}

input:focus, textarea:focus
{
	outline: none;
}

img
{
max-width: 100%;
height: auto;
border: 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.to-animate, .animate-block
{
	opacity: 0;
}

.text-color--white
{
	color:#fff;
}

.text-color--black
{
	color:var(--dark);
}

.text-color--orange
{
	color:var(--orange);
}

.text-align--left
{
	text-align:left;
}

.text-align--center
{
	text-align:center;
}

.text-align--right
{
	text-align:right;
}

.font-weight--400
{
	font-weight:400;
}

.font-weight--700
{
	font-weight:600;
}

.text-block > *:last-child
{
	margin-bottom:0;
}

.text-transform--uppercase
{
	text-transform:uppercase;
}

@media (min-width:992px)
{
	.row-gap--medium
	{
		margin-left:-4rem;
		margin-right:-4rem;
	}

	.row-gap--medium > div
	{
		padding-left:4rem;
		padding-right:4rem;
	}
}

.flex-justify--center
{
	justify-content:center;
}

.btn
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1rem;
	line-height:3rem;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:0;
	border:none;
	min-height:4rem;
	position:relative;
	border:1px solid transparent;
	text-decoration:none;
	overflow:hidden;
	border-radius:2rem;
	padding:.5rem 2.5rem;
	text-transform:uppercase;
	font-family:"neue-haas-grotesk-display";
	font-weight:600;
	letter-spacing:.1em;
}

@media (min-width:768px)
{
	.btn
	{
		font-size:1.2rem;
	}
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited
{
	text-decoration:none;
}

.btn--ghost-black
{
	border:1px solid #000;
	color:#000;
}

.btn--ghost-black:hover,
.btn--ghost-black:focus
{
	color:var(--red);
	border-color:var(--red);
}

.btn--bg-red
{
	background:var(--red);
	border-color:var(--red);
	color:#fff;
}

.btn--bg-red:hover,
.btn--bg-red:focus
{
	color:#000;
	background:var(--red);
}


/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;

-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;

-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;

-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}

.row-align-vertical--bottom
{
	align-items:flex-end;
}

.row-align-vertical--center
{
	align-items:center;
}

.wp-caption
{
	max-width:100%;
}

.wp-caption p
{
	font-size:1.2rem;
	line-height:1.8rem;
	padding-top:1rem;
	margin:0;
}

@media (min-width:1600px)
{
	.col-xxxl-8
	{
		width:66.66666667%;
	}

	.col-xxxl-6
	{
		width:50%;
	}

	.col-xxxl-4
	{
		width:33.33333333%;
	}

	.col-xxxl-3
	{
		width:25%;
	}

	.offset-xxxl-1
	{
		margin-left:8.33333333%;
	}

	.offset-xxxl-2
	{
		margin-left:16.66666667%;
	}
}

#BorlabsCookieBox .brlbs-cmpnt-btn, .brlbs-cmpnt-container .brlbs-cmpnt-btn
{
	font-size:.9rem;
	line-height:3rem;
	font-weight:700;
	border-radius:2rem !important;
	padding:.5rem 1rem;
	text-transform:uppercase;
	font-family:"neue-haas-grotesk-display";
	font-weight:600;
	letter-spacing:.1em;
}

#BorlabsCookieBox .brlbs-cmpnt-btn:focus, .brlbs-cmpnt-container .brlbs-cmpnt-btn:focus,
#BorlabsCookieBox .brlbs-cmpnt-btn:hover, .brlbs-cmpnt-container .brlbs-cmpnt-btn:hover,
#BorlabsCookieBox .brlbs-cmpnt-btn:active, .brlbs-cmpnt-container .brlbs-cmpnt-btn:active
{
	font-size:.9rem;
	line-height:3rem;
	font-weight:700;
	border-radius:2rem !important;
	padding:.5rem 1rem;
	text-transform:uppercase;
	font-family:"neue-haas-grotesk-display";
	font-weight:600;
	letter-spacing:.1em;
	border:none !important;
	box-shadow:none !important;
}

#BorlabsCookieBox, .brlbs-cmpnt-container
{
	z-index:9999999999999999 !important;
	position:relative;
}

@media (max-width:767px)
{
	.page-id-156 .block-type-1,
	.page-id-154 .block-type-1
	{
		padding-top:0 !important;
	}

	.block-type-1 .image
	{
		max-width:22rem;
	}
}