/* blinker-300 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 300;
  src: url('https://lion-conference.com/webfont/blinker-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://lion-conference.com/webfont/blinker-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://lion-conference.com/webfont/blinker-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://lion-conference.com/webfont/blinker-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://lion-conference.com/webfont/blinker-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://lion-conference.com/webfont/blinker-v12-latin-300.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-300 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-300.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-700 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  src: url('https://lion-conference.com/webfont/blinker-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://lion-conference.com/webfont/blinker-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://lion-conference.com/webfont/blinker-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://lion-conference.com/webfont/blinker-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://lion-conference.com/webfont/blinker-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://lion-conference.com/webfont/blinker-v12-latin-700.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-700 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.lion-conference.com/webfont/blinker-v12-latin-700.svg#Blinker') format('svg'); /* Legacy iOS */
}

lead text-center

html {
	font-family: 'Blinker', sans-serif;
	line-height: 1.15;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
	margin: 0;
	font-family: 'Blinker', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	background: #fff;
}

p {
	font-family: 'Blinker', sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #8b8181;
	font-size: 1.15rem;
	font-weight: 300;
	text-align: left;
	clear: both;
}

.orange {
	color: #e35a1d;
	font-style: normal;
	font-weight: 700;
}

.bold {
	font-weight: 700;
	letter-spacing: 0.05rem;
}

.subtitle {
	font-size: 1.5rem;
	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	text-align: right;
	padding-right: 15px;
	margin: 0;
}

.button {
	font-size: 1.45rem;
	font-weight: 300;
	text-decoration: none;
	width: 330px;
	height: auto;
	border-radius: 60px;
	text-align: center;
	line-height: 120%;
	background: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
	padding: 20px 20px 25px 20px;
	word-break:keep-all;
	color: #fff;
	text-transform: uppercase;
}

.button a {
	color: #fff;
	text-transform: uppercase;
}

.button a:hover {
	text-decoration: none;
	color: #fff;
}

.button:hover {
	background: linear-gradient(41deg, #810f24, #810f24, #810f24);
	transition: 1s ease;
}

.catch-blue {
	width: 110px;
	height: 110px;
	border-radius: 80px;
	background: linear-gradient(41deg, #006e92, #179c7d);
	padding: 25px;
	vertical-align: middle;
	display: block;
	float: right;
}

.catch-blue p {
	color: #fff;
	font-size: 1.25rem;
	line-height: 120%;
	font-weight: 300;
	transform: rotate(15deg);
	text-align: center;
	text-decoration: none;
	padding: 3px;
}

.program-time {
	font-style: normal;
	font-size: 1rem;
	background-color: #e7e1e1;
	padding-left: 9px;
	margin-bottom: 4px;
	margin-top:25px;
}

.program-break {
	font-style: normal;
	padding-left: 9px;
	padding-bottom: 2px;
	padding-right: 11px;
	margin-left: 0;
	background-color: #8b8181;
	color: #FFFFFF !important;
}

.program-break-shared {
	padding-left: 9px;
	padding-bottom: 2px;
	padding-right: 11px;
	margin-right: 10px;
	margin-left: 0;
	background-color: #8b8181;
	color: #FFFFFF;
	float: left;
	border-right: 5px solid #FFFFFF;
}

.program-session {
	font-style: normal;
	padding-left: 9px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-color: #810f24;
	color: #FFFFFF !important;
}

.program-session-shared {
	padding-left: 0;
	padding-bottom: 2px;
	background-color: #810f24;
	color: #FFFFFF;
}

.program-lecture {
	font-style: normal;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 0;
}

.program-speaker {
	font-style: italic;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 768px) {
	.subtitle {
		text-align: center;
		padding-right: 0;
		padding-top: 50px;
	}
}

ol,ul,dl {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #8b8181;
	font-size: 1.15rem;
	font-weight: 300;
	text-align: left;
	padding-left: 20px;
}

a {
	color: #8b8181;
	font-weight: 700;
	letter-spacing: 0.03rem;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #8b8181;
	text-decoration: underline;
}

a.nobold {
	font-weight: 300;
}

img {
	vertical-align: left;
	border-style: none;
	margin-bottom: 25px;
	float: none;
}

img.logo {
	margin-bottom: -60px;
	float: none;
	height: 380px;
	width: auto;
}
@media (max-width:768px) {
	img.logo {
		float: left;
		height: 320px;
	}
}

img.disturber {
	margin-top: 30px;
	float: right;
	width: 140px;
	height: auto;
}
@media (max-width:768px) {
	img.disturber {
		display: none;
	}
}

img.nofloat {
	float: none;
	text-align: left;
	margin-top: 45px;
	margin-bottom: 10px;
	padding: 0;
}

img.nofloat70 {
	float: none;
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
	width:70%;
}

@media (max-width:1185px) {
	img.nofloat70 {
	float: none;
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
	width:100%;
	}
}

img.small {
	margin-bottom: 5px;
	width: auto;
	height: 50px;
	text-align: left;
}

img.banner {
	width: 100%;
	float: left;
	max-width: 712px;
	border-radius: 5px;
	margin-bottom: 50px;
}

img.keynote {
	height: 1.15rem;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: -5px;
}

figure.gallery {
	position:relative;
	float: left;
	display: block;
	width:50%;
	margin:0;
	padding:0;
}
figure.gallery img {
	display: block;
	margin-bottom: 7px;
	margin-right: 10px;
	width:98%;
}
figcaption.gallery {
	display: block;
	position: absolute;
	width: 98%;
	opacity: 85%;
	bottom: 7px;
	background: #810f24;
	color: #ffffff;
	font-size: 0.9rem;
	font-style: italic;
}
figcaption.gallery span {
	display: block;
	padding: 5px;
}
@media (max-width:768px) {
	figure.gallery {
		width:100%;
	}
}


@media (max-width: 768px) {
	.container > div {
		text-align: left;
	}
	.header_container > div {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.container > div > a > img.logo {
		margin-bottom: 15px;
	}
	.header_container > div > a > img.logo {
	}
}

h1, h2, .h1, .h2 {
	font-family: inherit;
	line-height: 1;
	text-align: left;
	color: #8b8181;
}

h1, .h1 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #8b8181;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	word-spacing: 0.2rem;
	text-align: left;
}

h2, .h2 {
	font-size: 1.15rem;
	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	color: #8b8181;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	border-bottom: 2px solid #8b8181;
	padding-bottom: 2px;
	display: inline;
	line-height: 250%;
	text-align: left;
	word-wrap: break-word;
}

h3, .h3 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #e35a1d;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	word-spacing: 0.2rem;
	text-align: left;
}

h4, .h4 {
	font-size: 1.15rem;
	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	color: #e35a1d;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	border-bottom: 2px solid #e35a1d;
	padding-bottom: 10px;
	display: inline;
	line-height: 120%;
	text-align: left;
	word-wrap: break-word;
}

hr {
	border-top: 2px dashed #e7e1e1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-top: 35px;
	margin-bottom: 45px;
}

/* Navigation START */

.nav-container {
	width: 100%;
	margin-bottom: 50px;
	box-shadow: 0px 15px 30px #e7e1e1;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; 
	width: 55px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

#hamburg:checked + .hamburg  + nav { 
    max-height: 600px;
	padding-bottom: 15px;
}

nav {
	width: 100%;
	max-width: 1100px;
	margin: 0;
	padding-left: 60px;
	height: 60px;
	max-height:0;
	transition: all 0.5s;
}

.dropdown {
	margin: 0 auto;
	float: left;
	display: block;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.hassub {
	float: left;
	background: none;
	color: #8b8181;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	border: none;
	font-family: 'Blinker', sans-serif;
	font-size: 1.2rem;
	padding-left: 8px;
}

.sub {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	height: auto;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 42px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 8px solid #810f24;
}

.sub a {
	float: none;
	color: #8b8181;
	display: block;
	font-weight: 300;
	text-transform: none;
	padding-bottom: 9px;
	padding-top: 8px;
}

.sub a:hover {
	color: #8b8181;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-decoration: none;
}

.dropdown:hover .sub {
	display: block;
}

@media (max-width:768px) {
	.nav-container {
		background: #FFFFFF;
		box-shadow: none;
		margin-bottom: 0px;
		width: 100%;
	}
	nav {
		background-image: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
		height: auto;
		overflow: hidden;
		padding-left: 15px;
		width: 100%;
	}
	.dropdown {
		float: none;
		padding-bottom: 5px;
	}
	.hassub {
		color: #FFFFFF;
	}
	.sub {
		display: block;
		position: relative;
		background-color: none;
		border-top: none;
		background: none;
		box-shadow: none;
		margin-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sub a {
		color: #FFFFFF;
		padding-bottom: 2px;
		padding-top: 6px;
	}
	.sub a:hover {
		color: #FFFFFF;
		font-weight: 700;
		letter-spacing: 0.1rem;
		text-decoration: none;
	}
	label.hamburg { 
		display: block;
		background-image: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
		width: 75px;
		height: 50px;
		position: relative;
		margin: 0 auto;
		border-radius: 4px;
		margin-bottom: 20px;
	}
}

@media (min-width:769px) {
	nav {
		max-height: 60px;
	}
	label.hamburg { 
		display: none;
		margin: 0;
	}
}

/* Navigation ENDE */

.pre_container {
	display: none;
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
}

@media (max-width: 768px) {
	.pre_container {
		display: none;
	}
}

.container {
	max-width: 1240px;
	padding-left: 80px;
	padding-right: 60px;
}

.header_container {
	background-image: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
	width: 100%;
	height: 400px;
	box-shadow: 0px 7px 15px #e7e1e1;
}

.header_container > div {
	max-width: 1300px;
}

@media (max-width: 1185px){
	.container {
		max-width: 100%;
	}
	.header_container {
		max-width: 100%;
	}
}

@media (max-width: 768px){
	.container {
		padding-left: 0;
		padding-right: 0;
		width: 90%;
	}
	.header_container {
		padding-left: 0;
		margin-bottom: 20px;
	}
}

.wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	padding-right: 15px;
}

@media (max-width: 768px){
	.wrapper {
		display: block;
		padding-left: 15px;
	}
}

.main-content {
	width: 70%;
	-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
	-ms-flex-order: 1; /* TWEENER - IE 10 */
	-webkit-order: 1; /* NEW - Chrome */
	order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.main-content > div {
	padding-left: 0px;
	padding-right: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	border-right: 1px solid #8b8181;
}

@media (max-width: 768px) {
	.main-content {
		width: 100%;
	}
	.main-content > div {
		border-right: none;
		margin-bottom: 10px;
		padding-bottom: 30px;
		border-bottom: 2px solid #e7e1e1;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
		}
}

.main-content > div > p, a {
	color: #8b8181;
}

.main-content-100 {
	width: 100%;
	-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
	-ms-flex-order: 1; /* TWEENER - IE 10 */
	-webkit-order: 1; /* NEW - Chrome */
	order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.main-content-100 > div {
	padding-left: 20px;
	padding-right: 25px;
	margin-bottom: 50px;
}

table {
	font-size: 0.9rem;
	border-collapse: collapse;
	border: none;
}
tr {
	border-bottom: 1px solid #555555;
	border-right: none;
	border-left: none;
	border-top:none;
}
td {
	border: none;
	width: 30%;
	padding-right: 15px;
}
.sidebar {
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	width: 30%; /* For old syntax, otherwise collapses. */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1;  /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2;  
	order: 2;
	height: auto;
	padding-left: 50px;
	padding-right: 20px;
}

.sidebar > p > a > img {
	margin-top: 25px;
	margin-bottom: 35px;
	width: 80%;
	height:auto;
}

.sidebar > div > h3, h4, p {
	color: #e35a1d;
	border-bottom: none;
}

.sidebar > div > p > a {
	color: #e35a1d;
}


@media (max-width: 768px) {
	.sidebar {
		width: 100%;
		padding: 0;
		padding-left:0;
		margin-top: 25px;
	}
	.sidebar > h4 {
	}
	.sidebar > p > a > img {
	margin-top: 25px;
	width: 250px;
	height:auto;
	}
	.sidebar > div {
		margin-top: 35px;
		margin-left: 0px;
		border-radius: 30px;
		text-align: left;
	}
}

.pre_footer {
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(41deg, #810f24, #ca123e, #e35a1d);
}

@media (max-width: 768px) {
	.pre_footer {
		margin-top: 35px;
	}
}

.footer{
	display: block;
	float: none;
	clear: both;
	position: relative;
	width: 100%;
	background-color: #e7e1e1;
	color: #8b8181;
	padding-top: 30px;
	padding-bottom: 45px;
}

@media (max-width: 768px){
	.footer {
		margin-top: 50px;
	}
}

.footer p {
	font-size: 1rem;
	color: #8b8181;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

a.link-footer {
	color:#8b8181;
	font-weight: 300;
	margin-left: 0;
	margin-right: 20px;
}

@media (max-width: 768px){
	a.link-footer {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.footer > div > div.wrapper {
	margin-top: 20px;
}

@media (max-width: 768px){
	.footer > div {
		padding-left:15px;
	}
	.footer > div > div.wrapper {
		width: 90%;
		padding-left: 0;
	}
}

.footer > div > div > div {
	margin-top: 15px;
	padding-top: 35px;
}

@media (max-width: 768px){
	.footer > div > div > div > a > img {
		float: left;
	}
	.footer > div > div > div > p {
		clear: both;
	}
	.footer > div > div > div {
		margin-left: 0;
	}
}

@media (max-width: 768px){
	.footer > div > div > div {
		margin-bottom: 15px;
	}
}

.float {
	float: left;
	width: 46%;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
}

@media (max-width: 1070px){
	.float {
		margin-right: 20px;
	}
}

@media (max-width: 768px){
	.float {
		float: none;
		width: 100%;
	}
}

.float > img {
	width: 100%;
	float: left;
	max-width: 712px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.caption {
	font-size: 0.9rem;
	font-style: italic;
	padding: 0;
	margin: 0;
}

 .video-wrapper {
            position: relative;
            padding-bottom: 80%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }
  
        .video-wrapper object,
        .video-wrapper embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 90%;
        }
.elastic-video-wrapper {
width: 450px;
max-width: 100%;
}