@font-face {
	font-family: "Burda";
	src: url("../fonts/500/c34970a0-5fd3-4c92-b10d-b8dbd145f0e6.f2cc3062bc67.eot?#iefix");
	src: url("../fonts/500/c34970a0-5fd3-4c92-b10d-b8dbd145f0e6.f2cc3062bc67.eot?#iefix") format("eot"),
	url("../fonts/500/1d2142cb-3e68-48df-b188-f1ac45a47a8b.3dbb99f1f598.woff2") format("woff2"),
	url("../fonts/500/9dc6c76b-0260-4292-af1d-0bc9eecbded2.143e251527c7.woff") format("woff"),
	url("../fonts/500/ed18aa48-557e-4d1f-a53c-58399a7c1bc4.896af5c765b1.ttf") format("truetype"),
	url("../fonts/500/5b9068b3-d518-4b0a-a5a2-1aa25714df22.73f688f66f04.svg#5b9068b3-d518-4b0a-a5a2-1aa25714df22") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Burda";
	src: url("../fonts/500i/016417eb-25bd-4b80-a60d-2dacbb7f648b.3984ad958566.eot?#iefix");
	src: url("../fonts/500i/016417eb-25bd-4b80-a60d-2dacbb7f648b.3984ad958566.eot?#iefix") format("eot"),
	url("../fonts/500i/a28c06ea-8829-467a-a7be-4ffdfba4247b.446c001c6645.woff2") format("woff2"),
	url("../fonts/500i/3293834c-c7fe-4d69-a914-f94198711fe4.faf896674a11.woff") format("woff"),
	url("../fonts/500i/65b936e2-311a-4b71-bf88-b03362853c0f.8399e87d7cb6.ttf") format("truetype"),
	url("../fonts/500i/8ab5cb54-50ea-4912-8521-79357a3b8131.cf5c4845f3f4.svg#8ab5cb54-50ea-4912-8521-79357a3b8131") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Burda";
	src: url("../fonts/700/ed82538c-6090-4c05-ac72-c636496df8de.99460e6b38e2.eot?#iefix");
	src: url("../fonts/700/ed82538c-6090-4c05-ac72-c636496df8de.99460e6b38e2.eot?#iefix") format("eot"),
	url("../fonts/700/c24b7456-b9fe-40ab-94af-ba8d3025fada.a5c53205f303.woff2") format("woff2"),
	url("../fonts/700/da47ecd2-feea-403e-b247-9f8f5bb5157b.c26f66f32388.woff") format("woff"),
	url("../fonts/700/0deba34f-9242-462b-a359-74e95714f821.960cc98c325f.ttf") format("truetype"),
	url("../fonts/700/31c5f190-f4d8-436b-99bf-0561dd448586.f39e0c7c02ca.svg#31c5f190-f4d8-436b-99bf-0561dd448586") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Burda";
	src: url("../fonts/800/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.693441be307b.eot?#iefix");
	src: url("../fonts/800/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.693441be307b.eot?#iefix") format("eot"),
	url("../fonts/800/f53e5775-ed10-4b0d-bae1-efc8fb73f320.9305e2f28388.woff2") format("woff2"),
	url("../fonts/800/71c97127-1adf-4bc2-92c9-4d4baf64c06c.aef87383f12c.woff") format("woff"),
	url("../fonts/800/2ddf29df-f841-4d18-89df-e571abf167d9.0cff8e67bcf9.ttf") format("truetype"),
	url("../fonts/800/6d5b6c6c-3af0-4b28-af18-1854fd7b0d49.699b2840e091.svg#6d5b6c6c-3af0-4b28-af18-1854fd7b0d49") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Icon";
	src: url("../fonts/font-icons/icons.eot?#iefix");
	src: url("../fonts/font-icons/icons.eot?#iefix") format("eot"),
	url("../fonts/font-icons/icons.woff") format("woff"),
	url("../fonts/font-icons/icons.ttf") format("truetype"),
	url("../fonts/font-icons/icons.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

app-web * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

i.icon {
	font-family: 'Icon';
	text-decoration: none;
	font-style: normal;
	font-weight: 200;
	font-size: 2.8em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #ececec;
	background-color: transparent;
}

html {
	background-color: white;
	transition: background-color 0.5s;
}

button {
	color: transparent;
	background-color: transparent;
}

::placeholder {
	color: transparent;
}

div.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-position: top center;
	background-size: 1823px;
	background-repeat: repeat-x;
	padding-bottom: 30%;
}


app-web {
	font-family: 'Burda', Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

app-root,
app-web,
.page.wrapper {
	min-height: 100%;
}

.page.wrapper {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
}

app-header,
app-footer {
	flex: 0 1 auto;
	align-self: auto;
}

app-footer div.footerLogo div.logo { /******** override in selected theme ********/
	background-image: url("/assets/img/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 180px;
	height: 73px;
	display: inline-block;
}

app-header a.logo { /******** override in selected theme ********/
	background-image: url("/assets/img/logo.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

app-header a.user { /******** override in selected theme ********/
	background-image: url("/assets/img/user.svg");
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}

/* *************** PAGE ****************** */
.page.content {
	margin: -1px auto 0;
	height: 100%;
	width: 100%;
	position: relative;
	flex: 1 1 auto;
	align-self: auto;
}

.page.content > *:not(app-home):not(app-conference):not(app-home-preview),
.page.wrapper.completed > app-home, app-home-preview,
.flexContainer > * { /*router outlet - article wrapper*/
	box-sizing: initial;
	display: block;
	position: relative;
	width: 100%;
}

.item.content {
	height: 100%;
	cursor: pointer;
}

app-conference,
app-home,
app-home-preview,
.flexContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: row;
}

/* ***************SWIPER ****************** */

.swiper-container {
	height: 100%;
}

.swiper-wrapper {
	height: 100%;
	display: flex;
	transform: translate3d(0, 0, 0);
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 101%;
	position: relative;
	overflow: hidden;
	transition: 2s width ease-in-out;
	transition-property: transform, -webkit-transform;
}

.swiper-slide {
	width: calc(3 / 4 * 100%);
}

.swiper-slide.square {
	width: calc(9 / 16 * 100%);
}

.swiper-slide.full {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	left: 0.5em;
	top: calc(50% - 1.75em);
	width: 3.5em;
	height: 3.5em;
	background: rgba(0, 0, 0, 0.5) url('../img/arrow_white.svg') no-repeat center center / 35% auto;
	border-radius: 50%;
	/* opacity: 0;
	visibility: hidden; */
	transition: opacity 0.2s;
}

.swiper-button-next {
	left: auto;
	right: 0.5em;
	transform: rotate(180deg);
}

.swiper-button-disabled {
	display: none;
}

.indent {
	height: 100%;
	order: 0;
	flex: 0 0 45%;
	align-self: auto;
}

.indent + .centerContainer {
	position: relative;
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
}


.swiper-slide.animate {
	animation: addToSlider;
	animation-duration: 2s;
}

.centerContainer,
.leftBottomContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	padding: 1.7em;
	height: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.leftTopContainer {
	padding: 1.7em;
}

.leftBottomContainer {
	justify-content: left;
}

.leftBottomContainer > * {
	text-align: left;
	margin-top: auto;
}

.centerContainerContent {
	padding: 0;
}

app-header a {
	cursor: pointer;
}


/***SMARTPHONE QUER***/
@media only screen and (orientation: landscape) and (max-width: 900px) {
	app-header > div {
		position: relative !important;
	}
}


app-conference-banner-widget,
app-conference-banner-widget:not(.doubleWidth) + app-speakers-widget {
	margin-top: -0.125rem;
}

