/*
Theme Name: Getränke Impuls Tage 4.0
Theme URI: https://konzeptservice.info
Author: offo
Author URI: https://konzeptservice.info
Description: Getränke Impuls Tage 2026
Version: 4.0
License: ©2025 KONZEPT&SERVICE – event + marketing GmbH
*/


/** ========================================================================== RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	text-transform: none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul {
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-padding-start: 0 !important;

}



/** ========================================================================== BASIC */

body {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	text-transform: none;
	text-align: left;
	line-height: 1.5em; 
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	color: #54504a;
	background: #fff;	
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	-webkit-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-chars: auto 3;
	hyphenate-limit-chars: auto 3;

	-webkit-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
} 
.site {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	
	max-width: 100vw;
	overflow: hidden;
}
main {
	min-height: 100vh;
}
.lazy {
	background: #f0efed;
}
img.lazy {
	background: none;
	display: block;
}


.top {
	padding-top: 16rem;
}
.chap {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.max { 
	max-width: 800px;
}
.maxx { 
	max-width: 1200px;
}

 
/** ========================================================================== TYPO */

@font-face {
	font-family: 'Font Awesome';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.woff2");
}
@font-face {
	font-family: 'Font Awesome';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.woff2");
}


::selection {
	background: #333;
	color: #fff;
}
::-moz-selection {
	background: #333;
	color: #fff;
}
h1, h2, h3, h4 { 
	font: 700 normal 18px/1.4em 'niveau-grotesk', sans-serif;
	letter-spacing: 0.02em;	
}
h1 { 
	text-transform: uppercase;
}
h1 span {
	display: inline;
}
h1 { 	
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
}
h3, h4 {
	font-size: 14px;
}
p, ul, li {
	font: 400 normal 14px/1.7em 'niveau-grotesk', sans-serif;
	text-transform: none;
	padding-bottom: 1rem;
}
blockquote {
	padding: 1em 6em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote p {
	text-align: center;
}
li {
	padding-bottom: .5rem;
}
i, em {
	text-decoration: none; 
	font-style: italic;
	font-weight: 400;
}
b, strong { 
	letter-spacing: 0.01em;
	font-weight: 700;
}
mark {
	background: none !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
	color: #54504a;
	outline: none;
	text-transform: none;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border: none;
}
a:hover {
	color: #bfc400;
	border: none;
	cursor: pointer;
}
p a {
	white-space: nowrap;
}
.small h3,
.small p {
	padding-bottom: 0;
}

.text p {
	padding-bottom: 1.5em;
}
.text p:last-of-type {
	padding-bottom: 0;
}
.text h1,
.text h2 {
	padding-top: 1em;
	clear: both; 
}
.text.l p {
	font-size: 18px;
}
.text ul,
.text ol {
	padding-bottom: 1em;
}
.text ol {
	margin-left: 2em;
}

.text ul li {
	list-style: none;
	padding-left: 1.5em;
}
.text ul li::before {
	display: inline-block;
	width: 1em;
 	margin-left: -1em;	
	content: "-";
}
.image { 
	height: auto;
	line-height: 1px;
	position: relative;
}
.image img {
	width: 100%; 
	height: auto;
}


/* ========================================================================== MAIN NAVIGATION */

header,
.logo,
.logo svg,
#logosmall,
#logosmall svg,
#main-navigation, 
#main-navigation li,
#main-navigation li a 
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 99999;
	background: transparent;
}
.small_nav header {
	background: #fbfbfb;
}
#header_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	z-index: 99;
}
#header_logo .logo {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.home #header_logo {
	display: none;
}
.logo svg,
#logosmall svg {	 
	width: 100%;
	height: 100%;
	fill: #ff7f00;
}
.logo a:hover {
	border-bottom: none;
	fill: #ff7f00;
} 
#logosmall {
	width: 100px;
	padding-top: 16px;
	opacity: 0;
}
.small_nav #logosmall {
	opacity: 1;
}
.small_nav :is(#main-navigation, #main-navigation li) {
	padding-top: 0;
	padding-bottom: 0;
}

#main-navigation a:hover,
#main-navigation .anchor-active {
	color: #bfc400;
	cursor: pointer;
}
#main-navigation .anchor-active {
	border-top: 4px solid #bfc400;
}
.small_nav #main-navigation li a,
.home .small_nav #main-navigation li a {
	color: #54504a;
	border-top: 4px solid transparent;
} 
.small_nav #main-navigation a:hover,
.small_nav #main-navigation .anchor-active {
	color: #bfc400;
	border-top: 4px solid #bfc400;
	cursor: pointer;
}
#main-navigation .download_nav,
#mobile-navigation .download_nav {
	display: none;
}
.show_download_nav #main-navigation .download_nav {
	display: inline-block;
}
.show_download_nav #mobile-navigation .download_nav {
	display: block;
}

#main-navigation .ticket_nav,
#mobile-navigation .ticket_nav {
	display: none;
}
.show_ticket_nav #main-navigation .ticket_nav {
	display: inline-block;
}
.show_ticket_nav #mobile-navigation .ticket_nav {
	display: block;
}

.menu-main-navigation-container,
.menu-main-navigation-customer-container {
	text-align: right;
}
#main-navigation ul {
	margin: 0; 
	padding: 0;
}
#main-navigation li {
	line-height: 0;
	display: inline-block;
	padding: 0;
	position: relative;
}
#main-navigation li a {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	font-weight: 700;
/*	color: #000; */
	color: #f1f1f1;	
	text-transform: uppercase;
	border-bottom: none;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.02em;
	display: block;
	border-top: 4px solid transparent;
}
#main-navigation .sub-menu { 
	display: none;
	position: absolute;
	top: 60px;
	padding-top: 0px;
	left: 0;
	text-align: left;
	z-index: 999;
	-ms-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-moz-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-o-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	box-shadow: 20px 20px 30px rgba(0,0,0,0.1);
}
#main-navigation .sub-menu li { 
	min-width: 200px;
	padding-top: 0;
	padding-bottom: 0;
}
#main-navigation .sub-menu li a,
.small_nav #main-navigation .sub-menu li a { 
	color: #000;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5;
	
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#main-navigation .sub-menu a:hover { 
	color: #bfc400;
	background: #f2f2f2;
}
#main-navigation ul li:hover > ul {
	display: block;
}


.small_nav #main-navigation .nav_active {
	color: #bfc400;
	border-top: 4px solid #bfc400;
	cursor: pointer;}
#main-navigation .download_nav,
#mobile-navigation .download_nav {
	display: none;
} 

#cta_wrap {
	text-align: center;
	pointer-events: auto !important;
	padding: 0 1em;
	margin-top: 4em;
	margin-bottom: 2em;
}
a.cta_button,
#main-navigation li.cta_button a {
	z-index: 9;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 24px;	
	color: #F5F5F5;
	text-transform: uppercase;
	border: none;
	background-color: #bfc400;
	height: 100%;
	display: block;
	border-radius: 50px !important;
	padding: .5em 2em !important;	
} 
a.cta_button:hover,
#main-navigation li.cta_button a:hover {
	cursor: pointer;
	color: #F5F5F5;
	background-color: #bfc400;
	border: none;
	box-shadow: none !important;
}
.small_nav #main-navigation li.cta_button a:hover,
.small_nav #main-navigation li.cta_button a.nav_active {
	color: #fff;
	border: none;
	background-color: #bfc400;

}

#main-navigation .hide {
	display: none;
}


/** ========================================================================== FRONTPAGE */

#moods img {width: 100%; height: auto;}

#location_image {
	background-position: bottom;
}
#location_image,
#map_contaier,
.cmplz-placeholder-1 {
	height: 400px !important;
	overflow: hidden;
}
.section_title {
	padding: 3rem 0;
	text-align: center;
	position: relative;
}
.section_title.small {
	padding: 6rem 0;
}
.text.l h1,
.section_title h1 {
	font-size: 24px;
	text-align: center;
	/*color: #bfc400;*/
	color: #54504a;
}
.text.l h1 {
	color: #bfc400;
	padding-bottom: 1em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.text.l p {
	padding-bottom: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.section_title.small h1 {
	/*font-size: 32px;*/
	color: #54504a;
	display: inline;
	background: #fff;
	padding: 0 1em;
}
.background_image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.background_image article {
	background-color: rgba(255,255,255,0.9);
	padding: 4rem 0;
}


#intro_content {
	z-index: 12;
	position: relative;
}
#intro_logo .logo {
	width: 30%;
	max-width: 300px;
	height: auto;
	margin-top: 3vh;
	padding-bottom: 8rem;
}
#intro_content h1 {
	font-size: 60px;
	line-height: .9em;
	padding: .2em;
	background: #0080a1;
	color: #fff !important;
	display: inline-block;
	margin-bottom: 1rem;
}
#intro_content h2 {
	font-weight: 900;
}
#intro_content :is(h2, p) {
	color: #000;
	padding-left: 1rem;
	font-size: 24px;
	line-height: 1.2em;
}
#intro_cta {
	position: absolute;
	top: 1rem;
	right: 0;
}

#intro #video_container.video_full {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#intro #video_container.video_full video {
	width: 100vw;
	height: 56.25vw; 
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}	

#intro #video_container.video_fit {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: auto;
	overflow: hidden;
}	
#intro #video_container.video_fit video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

#intro #video_container .video_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(255,255,255,.5);
}	


/* intro svg */

#intro {
	background: #4d4d4d;
	overflow: hidden;	
}

#intro_elements svg {
	width: 100%;
	height: auto;
}
#intro_elements > svg {
	height: auto;
	position: absolute;
}
#intro #intro_type {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: auto;
	transform: translate(-50%, -50%);
}


/* welcome_poster */

#welcome_poster,
#welcome_poster svg {
	width: 100%;
	height: auto;
	
}
#welcome_poster #dna.largescreen {
	display: block;
}
#welcome_poster #dna.mobile {
	display: none;
}
#welcome_poster #git,
#welcome_poster #bubble,
#welcome_poster #web1 path,
#welcome_poster #web2 path,
#welcome_poster #dots path {
	animation: hovering 4s infinite;
	transform-origin: center;
}
#welcome_poster tspan.dnabold,
#welcome_poster tspan.dnaregular {
	font: 400 normal 24px/1.7em 'niveau-grotesk', sans-serif;
	color: #54504a;
}
#welcome_poster tspan.dnabold,
#welcome_poster tspan.dnaregular-mobile {
	font-weight: bold;
}

@keyframes hovering {
	from {transform:translate(0, 0px)}
	50% {transform:translate(0, -10px)scale(1.01);}
	to {transform: translate(0, -0px)}
}
@keyframes stroke_colorpulse {
	0% {
		stroke: #dee5a2;
		stroke-width: 4;
	}
	50% {
		stroke: #f9faf1;
		stroke-width: 6;
	}
	100% {
		stroke: #dee5a2;
		stroke-width: 4;		
	}
}

@keyframes fill_colorpulse {
	0% {
		fill: #dee5a2;
	}
	50% {
		fill: #f9faf1;
	}
	100% {
		fill: #dee5a2;
	}
}

@keyframes heartbeat {
	0%
	{
		transform: scale( .98 );
	}
	20%
	{
		transform: scale( 1 );
	}
	40%
	{
		transform: scale( .98 );
	}
	60%
	{
		transform: scale( 1 );
	}
	80%
	{
		transform: scale( .98 );
	}
	100%
	{
		transform: scale( .98 );
	}
}

#welcome #frontpage_poster {
	width: 100%;
	height: auto;
}
#welcome .slogan {
	text-align: center;
	padding: 2em 0;	
}
#welcome .slogan h1 {
	font: 900 normal 72px/1.1em 'niveau-grotesk', sans-serif;
	color: #bfc400;
	text-transform: uppercase;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#welcome .slogan h1 strong{
	font-size: 18px;
	font-weight: 700;
	color: #54504a;		
	text-transform: uppercase;
	font-style: normal;
}
#welcome .slogan p {
	font-size: 24px;
	font-weight: 700;
}
#welcome blockquote {
	background: rgba(196, 207, 59, .8);
		margin: 3em 0;
		padding: 3em;
		box-shadow: 8px 8px 24px rgb(0 0 0 / 20%);
		border-radius: 16px;
}
#welcome h2 {
	padding: 2em 0 1em 0;
}
#welcome ol {
	list-style: none;
	margin-left: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4.166%;
	row-gap: 2rem;
}
#welcome ol li {
	grid-column-end: span 1;
}
#welcome ol li .alignnone {
	width: 100% !important;
}
#welcome .wp-caption-text {
	text-align: left !important;
}

#welcome #review {
	background: #bfc400;
}
#welcome #review p {
	font-size: 24px;
	font-weight: 700;
	color: #fbfbfb;
	text-transform: uppercase;
}


.location_block {
	padding-bottom: 2em;
	margin-left: 2em;
}
.map_contaier { overflow: hidden;}



/** ========================================================================== TAB CONTENT */

#program_tab_nav {
	width: 33.3334% !important;
	float: left;
}
.program_day_screen {display: block;}
.program_day_mobile {display: none;}


.tab_nav_inner { 
	padding-right: 3em; 
	z-index: 10001;
}
.tabs_nav .button,
.tabs_nav .button:hover {
	border: 1px solid #bfc400;
	color: #fff;
	background-color: #bfc400;
}
.tabs_nav .button.inactive {
	border: 1px solid #dbdbd3;
	color: #54504a;
	background-color: #fff;
}
.tabs_nav .button.inactive:hover {
	border: 1px solid #bfc400;
	color: #fff;
	background-color: #bfc400;
	-ms-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-moz-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-o-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-webkit-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
}
.tabs_nav ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);	
	column-gap: 4.166%;
}
.tabs_nav li {
	grid-column-end: span 4;
}

#tabs_content {
	padding-top: 200px !important;
	margin-top: -200px !important;
	width: 66.6667% !important;
	float: right;
}
.tab_container h2 {
	font-size: 14px;
	color: #bfc400;
	text-align: right;
	padding: .85em 0;
	margin-bottom: 2em;
}


.dayelement {
	margin-bottom: 1em;
}
.dayelement h3 {
	font-size: 14px;
	color: #54504a;
	/*text-transform: uppercase;*/
}
.dayelement.speech h3 {
	color: #bfc400;
}
.dayelement.networking .cat_icon:before {
	color: #54504a;
}
.dayelement h4 {
	padding-top: .5em;
	text-transform: none;
}
.dayelement h4,
.dayelement h5 ,
.dayelement blockquote strong,
.dayelement_inner .readmore {
	font-size: 12px;
	padding-top: .5em;
	padding-bottom: 1em;
	text-transform: none;
}
.dayelement_inner .readmore {
		text-align: left;
		font-weight: 700;
		transition: color 0.2s, margin-left 0.2s;
		margin-left: -0.9em;
}
.dayelement_inner:hover .readmore {
		color: #bfc400;
		margin-left: 1em;
}
.dayelement_inner .readmore:before {
	font-family: 'Font Awesome';
	font-weight: 900;
	content: '\f061';
	padding-right: .5em;
	margin-left: -.5em;
	opacity: 0;
}
.dayelement_inner:hover .readmore:before {
	opacity: 1;
	margin-left: -.5em;
}


.dayelement_inner .add_images img {
	border-radius: 50%;
	height: auto;
}
.dayelement_inner .add_images p {
	line-height: 0;
	padding: 0 2% 0 0;
	display: inline-block;
	width: 30%;
}

/*
.dayelement_inner .text img {
	border-radius: 50%;
	width: 100%;
	height: auto;
	display: inline-block;
}
*/




.dayelement .col.left.c4,
.dayelement .col.right.c8 {
		width: 20% !important;
		float: left !important;
		padding-left: 4% !important;
		padding-right: 4% !important;
}

.dayelement .col.right.c8 {
		width: 80% !important;
		float: right !important;
}
.dayelement .time_icon {
	font-weight: 700;
	font-size: 14px;
	padding-top: 2rem;
	padding-bottom: 0.5em;
	text-transform: none;
	text-align: right;
}
.dayelement .cat_icon {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #0080a1;
	text-transform: uppercase;
	text-align: right;
}
.dayelement .cat_icon:before {
	font-family: 'Font Awesome';
	font-weight: 900;
	color: #0080a1;
	color: #bfc400;
	padding-right: .1em;
	font-size: 24px;
}
.dayelement.networking .dayelement_inner {
	 min-height: 8em;
}
.dayelement.networking .cat_icon:before {
	content: '\f086';
}
.dayelement.noicon .cat_icon:before {
	content: '';
}
:is(.dayelement.pp, .dayelement.pph, .dayelement.ppp) h3,
.dayelement.ip h3 {
	font-size: 16px;
	text-transform: uppercase;
	/*font-weight: 400;*/
	color: #fff;
	padding-bottom: 1em;
}
.dayelement h3 .ppbold {
	font-weight: 700;
	text-transform: uppercase;	
}
:is(.dayelement.pp, .dayelement.pph, .dayelement.ppp) h4,
.dayelement.ip h4 {
	padding-bottom: 1em;
}

:is(.dayelement.pp, .dayelement.pph, .dayelement.ppp) .cat_icon:before {
	content: '\f46d';
	color: #0080a1;
}

.dayelement.ip .cat_icon:before {
	content: '\f46d';
}
.dayelement.kg .cat_icon:before {
	content: '\f086';
	color: #54504a;
}
.dayelement.kg h3 {
	color: #54504a;
	padding-bottom: 1em;
}
.dayelement.kg h4 {
	padding-bottom: 1em;
}
.dayelement.gitaward h3 {
	color: #54504a;
	padding-bottom: 1em;
}
.dayelement.gitaward h4 {
	padding-bottom: 1em;
}
.dayelement.gitaward .cat_icon:before {
	content: '\f091';
	color: #54504a;
}


.dayelement.speech .cat_icon:before {
	content: '\f075';
}
.dayelement.microphone .cat_icon:before {
	content: '\f130';
}
.dayelement.pencil .cat_icon:before {
	content: '\f303';
}
.dayelement.user .cat_icon:before {
	content: '\f007';
}
.dayelement.star .cat_icon:before {
	content: '\f005';
}
.dayelement.heart .cat_icon:before {
	content: '\f004';
}
.dayelement.award .cat_icon:before {
	content: '\f559';
}
.dayelement.trophy .cat_icon:before {
	content: '\f091';
}
.dayelement.rocket .cat_icon:before {
	content: '\f135';
}
.dayelement.eye .cat_icon:before {
	content: '\f06e';
}
.dayelement.comments .cat_icon:before {
	content: '\f086';
}

.dayelement_inner {
		padding: 2rem;
		background: #fff;
		box-shadow: 0 15px 30px rgba(240, 240, 240, 0.7);
}
:is(.dayelement.pp, .dayelement.pph, .dayelement.ppp) .dayelement_inner {
	background: linear-gradient(125deg, rgba(0,128,163,1) 0%, rgba(0,128,163,0.7) 35%);
	background: #0080a1;
	color: #fff;
}
:is(.dayelement.pp, .dayelement.pph, .dayelement.ppp) :is(p, a, li) {
	color: #fff;
}

.dayelement.githighlight .dayelement_inner {
	background: linear-gradient(-35deg, #bfc400, #d5d518, #bfc400);
	color: #fff;
}
:is(.dayelement.githighlight) h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
:is(.dayelement.githighlight) h4 {
	padding-bottom: 1em;
}

.dayelement.ip .dayelement_inner {
	background: linear-gradient(-35deg, #bfc400, #d5d518, #bfc400);
	color: #fff;
}
.dayelement.has_image .text {
	float: right;
	width: 80%;
}
.dayelement.has_image .speaker_image_small {
	float: left;
	width: 15%;
}
.dayelement.has_image .speaker_image_small img {
	border-radius: 50%;
		width: 100%;
		height: auto;
}
.dayelement blockquote {
	padding: 1em 0 0 0;
}
.dayelement blockquote p {
	text-align: left;
}
.dayelement_inner.active blockquote,
.dayelement_inner.active .readmore {
	display: none;
}
#downloads .text.l h1 {
	padding-bottom: 0;
}
#downloads .section_title.small {
	padding: 1rem 0 4rem 0;
}
#downloads .chap {
	padding: 2rem 0;
}
.download_btn_container {
	padding-bottom: .5rem;
}
.download_btn_container:first-of-type {
	margin-top: 2em;	
}
.download_btn_container a:before {
	font-family: 'Font Awesome';
	font-weight: 700;
	content: '\f0ed';
	padding-right: 1em;
	margin-bottom: 10px;
}

.program_mobile .dayelement_inner {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #dbdbd3;
}
.program_mobile .acc_element .dayelement_inner:hover {
	box-shadow: none;
}
.program_mobile .dayelement .time_icon {
	padding-top: 0;
	padding-bottom: .5em;
	text-align: center;
}
.program_mobile .dayelement .cat_icon {
	text-align: center;
	padding-bottom: 2em;
}
.program_mobile .dayelement.noicon h3, 
.program_mobile .dayelement.networking h3 {
	text-align: center;
}
 

/* ========================================================================== TESTIMONIALS */

.testimonial_inner {
	width: calc(100% - 128px);
	margin: 0 auto;
}
.testimonial .title {
	padding-bottom: 1em;
}
.testimonial .title h2 {
	font-size: 14px;
	color: #bfc400;
	font-weight: 700;
	text-align: left;
}
.testimonial .title h2 .t_sub {
 	font-size: 14px;
	font-weight: 400;
	color: #54504a;
}
.testimonial .text p {
	font-size: 14px;
	padding-bottom: 1em;
}
.testimonial p strong {
	font-weight: 700;
}
.testimonial .image_container {
	padding: 1em 2em;
}	
.testimonial img {
	border-radius: 50%;
	width: 100%;
}


/* ========================================================================== PARTNER */

#powered_by,
#partner {
	text-align: center;
	font-size: 0px;
}
.partner_logo {
	width: 20%;
	display: inline-block;
}
.partner_logo .image {
	padding: 10px;
}


/* ========================================================================== DOWNLOAD */

.login_error,
.download_error {
	text-align: center;
	color: #740001;
	padding: 2em 0;
}

#download_nav {
	margin-top: 8em;
}
#download_nav li {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding-right: 2em;
}
#download_nav a.active {
	text-decoration: underline;
}
.download_item .content {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-right: 2em;
	padding-left: 2em;
}
.download_item .content p,
.download_item .content p.small {
	font-size: 12px;
	line-height: 1.4em;
}
.download_item .content p.small {
	text-transform: uppercase;
	color: #000;
	padding-top: .5em;
}
.download_item .cta_wrapper {
	padding-top: 1em;
}
.download_item.odd {
	/*background: #f4f4f4;*/
	background: #fcfcfc;
}
.download_item.even {
	background: #fff;
}
.download_item h1 {
	padding-bottom: 1em;
}
.download_item p {
	padding-bottom: 0;
}
.download_item.pdf .button:before {
	font-family: 'Font Awesome';
	content: '\f1c1';
	padding-right: 1em;
}
.download_item.zip .button:before {
	font-family: 'Font Awesome';
	content: '\f1c6';
	padding-right: 1em;
}

/* ========================================================================== */

.bg_dark {
	background: #1f1f1f;
}
.bg_dark :is(h1, h3){
	font-weight: 700;
}
.bg_dark,
.bg_dark :is(h1, h2, h3, p, a){
	color: #f5f5f5;
}
.bg_lightgrey {
	background: #f5f5f5;
} 
.grid article,
.grid_element {
	float: left;
}


/* ========================================================================== FOOTER NAVIGATION */

footer {
	padding-top: 0;
	padding-bottom: 40px;
	clear: both !important;
	width: 100%;
	height: auto;
	border-top: 1px solid #dbdbd3;
}
#footer_inner {
	margin-top: 20px;
}
#footer-navigation {
	padding-top: 2em;
}
#footer-navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#footer-navigation li {
	line-height: 25px;
	box-sizing: border-box;
}
#footer-navigation li a {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #dbdbd3;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	display: block;
}
#footer-navigation a:hover,
#footer_info a:hover {
	color: var(--ci-color, #54504a);
	cursor: pointer;
}
#footer_inner .text {
	clear: both;
}
#footer_inner #c {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	clear: both;
	text-align: right;
}
#contact .contact_block {
	padding: 1em 0;
}
#contact p,
#contact .contact_block,
#contact .contact_block p {
	font: 700 normal 14px/1.4em 'niveau-grotesk', sans-serif;
}
#fixfooter {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #1f1f1f;
	z-index: 100;
}
#fixfooter,
#fixfooter a {
	color: #bfc400;
	text-align: left;
}	

#fixfooter a:hover {
	color: #bfc400;
}
#fixfooter_inner {
	margin: 0 auto;
	padding: .5em 0;
	text-align: right;
}
#fixfooter span {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px;
	padding-left: 2em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	display: inline-block;
}


#ads {
	background: #1f1f1f;
}

/** ========================================================================== BUTTONS ETC */

.button, 
input[type="button"], 
.input.button,
input[type="submit"],
input.submit,
.edit {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	color: #54504a;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #fff;
	
	border: 1px solid #dbdbd3;
	margin-top: 0 !important;
	margin-bottom: 10px;
	border-radius: 4px !important;
	width: 100% !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.button:hover, 
.button:active, 
.edit:hover, 
.edit:active,
input[type="button"]:hover, 
input[type="submit"]:hover, 
.wpcf7-submit:hover {
	border: 1px solid #bfc400;
	color: #fff;
	background-color: #bfc400;
	cursor: pointer;
	-ms-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-moz-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-o-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-webkit-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
}

.cov_btn {
	color: #bfc400;
	border-color: #bfc400;
}
.cov_btn:before {
	font-family: 'Font Awesome';
	font-size: 14px;
	font-weight: 900;
	display: inline-block;
	padding-right: 1em;
	content: '\e075'
}


/** ========================================================================== INPUT ETC */

select, input, textarea {	
	font-family: 'niveau-grotesk', sans-serif;
	color: #54504a;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 0.5em 1em 0.5em 1em !important;
	margin: 0 !important;
	
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	border-radius: 4px !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #fff;
	border: 1px solid #dbdbd3;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s !important;	
	-moz-transition-duration: 0.2s !important;
	-o-transition-duration: 0.2s !important;
	transition-duration: 0.2s !important;
}
select,
select:active,
select:checked,
select:hover,
select:focus {
	/*border-radius: 4px !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 0.5em 3.5em 0.5em 1em !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #54504a 50%),
		linear-gradient(135deg, #54504a 50%, transparent 50%),
		linear-gradient(to right, #54504a, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;*/
}
/*
input:hover, 
input:checked { 
	border: 1px solid #54504a !important;	
	background: none !important;
	color: #54504a !important; 
}*/
input:active, 
input:focus {
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;	
	border: 1px solid #54504a !important;	
	color: #54504a !important;
} 
textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="password"]{
	color: #54504a !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	width: 100% !important;
	vertical-align: middle !important;
	box-sizing: border-box
}
input[type="number"] {
	width: 80px !important;
	text-indent: 0px !important;
	text-align: center !important;
	padding: 0.5em 0.5em 0.5em 0.5em !important;
}
input[type="radio"] {
	font-family: 'niveau-grotesk', sans-serif;
}
input[type="radio"], 
input[type="checkbox"], 
.input-checkbox {
	display: inline;
	background: none !important;
	border: none !important;
	padding-left: 0 !important;
}
input[type="radio"]:before, 
input[type="checkbox"]:before, 
.input-checkbox:before {
	font-family: 'Font Awesome';
	font-size: 20px !important;
	font-weight: 700;
	content: '\f0c8';
	color: #bfc400;
}
input[type="radio"]:checked:before, 
input[type="checkbox"]:checked:before, 
.input-checkbox:checked:before { 
	content: '\f00c';
	color: #bfc400
}
input[type="radio"]:hover:before, 
input[type="checkbox"]:hover:before, 
.input-checkbox:hover:before { 
	color: #54504a !important; 
}
 

/** ========================================================================== SELECT2 */	

.select2,
.select2-container--default,
.select2-selection__rendered,
.select2-selection--single {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-op-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;

	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	
	background: none !important;
	border: none !important;
	outline: none !important;
	display: inline-block;
	
	font-size: 16px !important;
	color: #54504a !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	text-indent: 0;
	height: 32px;
}
.select2-selection--single {
	border: 1px solid #54504a !important;
	height: 42px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #54504a !important;
	font-size: 16px !important;
	line-height: 35px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
}
.select2-container--default.select2-container--open,
.select2-search--dropdown,
.select2-results__options {
	background-color: #ededed !important;
}
input.select2-search__field {
	background: #fff !important;
}
.select2-selection__arrow {
	height: 40px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #af424b !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #af424b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #54504a !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #54504a transparent transparent transparent !important;
	border-width: 5px 5px 0 5px !important;
	margin-left: -15px !important;
}


/** ========================================================================== CONTACT FORM */ 

#contactform { 
	padding-top: 3.5em;
}
#contactform .screen-reader-response { display: none; }
.wpcf7 p {	
	font-size: 16px;
}
.wpcf7-mail-sent-ok {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #54504a !important;
	text-transform: uppercase !important;
	border: none !important;
 	background: rgba(160,210,195,0.1) !important;
}
.wpcf7-mail-sent-ok:before {
	font-family: 'Font Awesome' !important;
	content: " " !important;
	color: #54504a !important;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	font-style: normal !important;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	color: #bfc400 !important;
	font-size: 12px !important;
	line-height: 20px;
	font-weight: 400 !important;
	text-transform: none !important;
	border: none !important;
	border-top: none !important; 
	background: none !important; 
}
.wpcf7-validation-errors:before,
.wpcf7-not-valid-tip:before {
	clear: both;
	content: ' ';
	display: table
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	font-size: 13px !important;
	line-height: 12px;
	font-weight: 400 !important;
	color: #b81c23 !important;
	text-transform: none !important;
	border: none !important;
	background: none !important;
	text-align: center !important;
	padding-top: 1em !important;
}
.wpcf7-response-output {
	padding: 1em !important;
	text-align: center !important;
	border-color: #bfc400 !important;
}
.wpcf7 input[type="file"] {
	border: none !important;
}
.wpcf7 .files {
	border: 1px solid #dbdbd3;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: none !important;
	border-color: transparent !important;
	clear: both;
	text-align: center !important;
	margin: 0 !important;
}
#tickets .oe:nth-of-type(odd),
#tickets .wpcf7-list-item:nth-of-type(odd) {
	float: left;
	width: 48%;
	padding-right: 2%;
}	
#tickets .oe:nth-of-type(even),
#tickets .wpcf7-list-item:nth-of-type(even) {
	float: right;
	width: 48%;
	padding-left: 2%;	
}

#tickets .wpcf7-list-item {
	position: relative;
}
#tickets .wpcf7-checkbox .wpcf7-list-item,
#tickets .wpcf7-acceptance .wpcf7-list-item {
	float: none;
	width: 100%;
	padding: 1em 0;
} 

#tickets .form_group,
#tickets .small {
	clear: both;
}
#tickets input[type="checkbox"] {
	float: left;
	width: 2em !important;
}
#tickets .wpcf7-checkbox .wpcf7-list-item-label,
#tickets .wpcf7-acceptance .wpcf7-list-item-label {
	float: left;
	width: 80% !important;
	height: 37px;
	line-height: 37px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#tickets #p2,
#tickets #invoice,
#tickets #submit_reg {
	padding: 2.15em 0 0 0
}
#tickets h3 {
	padding: 2em 0;
}
#tickets p.small {
	font-size: 12px;
}
#tickets label {
	font-size: 12px;
	letter-spacing: .02em;
	font-weight: 700;
}
#tickets .wpcf7-list-item {
	display: block;
	margin: 0;
}
#tickets input[type="radio"] {
	display: block;
	padding: 1em;
	position: absolute;
	width: 100%;
	height: 60px;
}
#tickets .wpcf7-list-item-label {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
#tickets input[type="radio"]:before {
	content: '';
}
#tickets input[type="radio"] + span {
	font-family: 'niveau-grotesk', sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	color: #54504a;
	font-weight: 700 !important;
	text-transform: none !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #fff;
	border: 1px solid #dbdbd3;
	margin-top: 0 !important;
	margin-bottom: 10px;
	border-radius: 4px !important;
	width: 100% !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#tickets input[type="radio"]:hover + span,
#tickets input[type="radio"]:checked + span,
#tickets input[type="radio"]:hover:before {
	background: #bfc400 !important;
	color: #fff !important;
	border: 1px solid #bfc400;
}
#tickets .wpcf7-submit {
	margin: 2em 25% 0 25% !important;
	width: 50% !important;
}
#tickets h4 {padding-top: 2em;}
.ticket {
	background: #fff;
	-ms-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-moz-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-o-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	-webkit-box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
	box-shadow: 5px 5px 30px rgba(240, 239, 237, 1);
}
.ticket .content_all {
	padding: 2rem;
}
.ticket .title {
	padding-bottom: 1em;
}
.ticket .title h2 {
	text-align: center;
	font-size: 16px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.ticket .price {
	color: #bfc400;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
#ticket_info p {
	font-size: 12px;
	padding: 0;
}
#archive #archives_slider article {
	padding: 0 2em;
}
#archive .title {
	text-align: center;
	padding: 1em 0;
}

.wpcf7-spinner {
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	background-color: #19677a !important;
}
.spinn-wrap {
	display: table;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	
	pointer-events: none !important;
}
.submitting .spinn-wrap {
	background: rgba(25, 103, 122, 0.5);
}
.spinn-wrap-inner {
	display: table-cell;
	vertical-align: middle;
}



#tickets {
	padding-bottom: 6rem;
}

/** ========================================================================== MODAL CONTENT */

html.modal_active {
	overflow: hidden;	
}
#modals,
.modal {
	display: block !important;
}
.modal_active #modals,
.modal_active .modal {
	display: block !important;
}
.modal_element:hover {
	cursor: pointer;
}
.modal_active .modal_element:hover {
	cursor: auto;
}
.modal_wrapper {
	position: fixed;
	 
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.modal_wrapper {
	bottom: -100vh;
	left: 25vw;
	width: 50vw;
	height: 80vh;
	height: calc(90vh - 60px);
	z-index: 999999;
	overflow: hidden;
	display: block !important;
	-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.3);
}
.modal_wrapper.active {
	bottom: 5vh;
}
.modal_content_wrapper {
	overflow-y: scroll;
	height: 100%;
	background: #fff;
}
.modal_text {
	padding: 2rem 6rem 0 6rem;
}
.modal_text .aligncenter {
	width: 50% !important;
}
.modal_text .alignleft {
	margin-left: -6rem;
	width: 40% !important;
}
.modal_text .alignright {
	margin-right: -6rem;
	width: 40% !important;
}

.modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;		
	background: rgba(147,169,183,0.5);
	
	-webkit-backdrop-filter: blur(15px) !important;
	backdrop-filter: blur(15px) !important;
	
	z-index: 99999 !important;
	margin-top: -100vh;

	-webkit-transition: all .01s ease;
	-moz-transition: all .01s ease;
	-ms-transition: all .01s ease;
	-o-transition: all .01s ease;
	transition: all .01s ease;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.offnav_overlay {
		background: rgba(147,169,183,0.7);
	}
}

.modal_active .modal_overlay {
	z-index: 99999;
	opacity: .95;
	margin-top: 0;
}
.modal_content .title {
	margin-bottom: 2rem;
}
.modal_content p {
	padding-bottom: 1em !important;
}
.modal_close_btn {	
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10 !important;
	width: 48px;
	height: 48px;
	text-align: center;
	cursor: pointer;
}
.modal_close_btn:hover {
	cursor: pointer;
}
.modal_close_btn:before {
	font: 700 normal 24px/48px 'Font Awesome';
	z-index: 1001;
	content: '\f00d';	
}
.modal_close_btn:hover:before {
	color: #bfc400;
}
.modal_close_btn.active {
	z-index: 999999 !important;
	opacity: 1 !important;
}

#allgemeine-geschaeftsbedingungen table {padding-bottom: 1em;}
#allgemeine-geschaeftsbedingungen tr {background-color: rgb(211 219 128 / 25%)}
#allgemeine-geschaeftsbedingungen tr:first-child,
#allgemeine-geschaeftsbedingungen tr:nth-child(2n+3) {background-color: rgb(211 219 128 / 50%)}
#allgemeine-geschaeftsbedingungen td {padding: 1em;}
#allgemeine-geschaeftsbedingungen ul li::before {
	display: inline-block;
	width: 1em;
 	margin-left: -1em;	
	content: "-";
}

.speaker .title h2,
.speaker .title h3 {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.speaker .content_image {
	padding: 2rem 2rem .5rem 2rem;
}
.speaker img {
	border-radius: 50%;
	width: 100%;
}
#speakers .title {
	margin-top: 1em;
}
#speakers .title h2,
#speakers .title h3 {
	text-align: center;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#speakers .modal_text h1 {
	text-align: center;
	color: #54504a;
}
#speakers .modal_text h2,
#speakers .modal_text .title p {
	font-size: 16px;
	text-align: center;
	text-transform: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#speakers .modal_text h3 {
	font-size: 16px;
	padding-top: 1em !important;
	padding-bottom: .5em !important;
}
#speakers .modal_text .title p {
	font-weight: 700;
}
#speakers .modal_text p,
#speakers .modal_text li {
	font-size: 16px;
	padding-bottom: 1em !important;
}
#speakers .modal_text p em {
	line-height: 1em;
	font-style: normal;
	padding-bottom: 1em;
	font-weight: 400;
}
#speakers .modal_img {
	margin: 4em auto 0em auto;
}
#speakers .top_image {
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1px;
}
#speakers .top_image img {
	width: 100%;
	height: auto;
	opacity: 1;
}
#speakers .modal_text.content_lecture h3 {
	text-transform: uppercase;
	color: #bfc400;
}
#speakers .modal_text.content_lecture h4 {
	padding-bottom: 1em;
	font-size: 16px;
}


/** ========================================================================== IMAGES */

img,
a img,
.alignleft a,
.alignright a,
.aligncenter a,
.alignnone a {
	border: none !important;
}
p img {
	max-width: 100%;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.alignleft,
.alignright {
	width: 50% !important;
	height: auto;
	margin-top: 0;	
	margin-left: 0;	
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
}
.alignleft {
	float: left;
	margin-right: 8.667%;
	margin-left: -25%;
}
.alignright {
	float: right;	
	margin-left: 8.667%;
	margin-right: -25%;
}
.alignleft img,
.alignright img,
.aligncenter img {
	width: 100%;
	height: auto;
}
.aligncenter {
	width: 50% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.alignnone {
	width: 100%;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.wp-caption-text {
	font-family: 'niveau-grotesk', sans-serif !important;
	font-size: 14px !important;
	border: none;
	text-align: right;	
	padding-top: 1em;
} 
.alignleft .wp-caption-text {
	text-align: right;
	padding-left: 20%;
}
.alignright .wp-caption-text {
	text-align: left;
	padding-right: 20%;
}
embed,
iframe,
object,
.video video
{
	max-width: 100%;
}
iframe{
	width: 100%;
}


/* ========================================================================== CMPLZ COOKIE INFO */
.video > div {
	padding: 0;
}
.cmplz-placeholder-1 {
	height: auto !important;	
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
	overflow: hidden;
}
#cmplz-manage-consent {display: none !important;}


/* ========================================================================== RESPONSIVE */
 
@media only screen and (min-width: 1370px) { 

	.dayelement.has_image .speaker_image_small {
		width: 25%;
	}
	.dayelement.has_image .text {
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) { 

	.dayelement.has_image .speaker_image_small {
		width: 25%;
	}
	.dayelement.has_image .text {
		width: 70%;
	}
}

@media only screen and (max-width: 1024px) { 
	
	#main-navigation li a, #main-navigation .sub-menu li a {
		font-size: 12px;
	}	
	#intro_logo .logo {
		margin-top: 6vh;
	}
	#intro_content h1 {
		font-size: 48px;
	}
	#intro_content :is(h2, p) {
		font-size: 16px;
	}
	#intro #intro_type {
		width: 70%;
	}
	.partner_logo {
		width: 25%;
	}
	.alignright {
		margin-right: -16%;
	}	
	.alignleft {
		margin-left: -16%;
	}
	
	.dayelement.has_image .speaker_image_small {
		width: 25%;
	}
	.dayelement.has_image .text {
		width: 70%;
	}
	
	.modal_wrapper {
		left: 15vw !important;
		width: 70vw !important;
	}
	.modal_text {
		padding: 2rem 4rem 0 4rem;
	}
	
}
@media only screen and (max-width: 1000px) { 
	
	#fixhead .col.right {
		display: none;
	}	
	
}
@media only screen and (max-width: 768px) { 
	
	#intro_content {
		height: 85vh;	
	}
	#intro_logo .logo {
		width: 45%;
		padding-bottom: 4rem;
	}
	#intro_text {
		position: absolute;
		bottom: 0;
	}
	h1, h2, h3, h4 {
		font-size: 16px;
	}
	#fixhead .col.left {
		width: 50%;
		padding-left: 4.1667%;
	}
	#fixhead .col.right {
		display: none;
	}	
	
	#intro #video_container.video_fit {
		top: 0;
	}	
	

	#welcome_poster #dna.largescreen {
		display: block;
		display: none;
	}
	#welcome_poster #dna.mobile {
		display: none;
		display: block;
	}
	footer {
		padding-bottom: 200px;
	}
	#main_inner {
		padding-bottom: 0;
	}
	footer {
		height: auto;
		padding-bottom: 100px;
	}
	footer .c2,
	footer .c4,
	footer .c6 {
		width: 100%;
		clear: both;
	}
	#footer_navigation {
		clear: both;
		margin-top: 1em;
	}
	.modal_wrapper {
		left: 5vw !important;
		width: 90vw !important;
		height: 90vh !important;
	}
	#location .c6 {
		width: 100%;
	}	
	.alignright {
		margin-right: -13%;
	}	
	.alignleft {
		margin-left: -13%;
	}	
	#program_tab_nav,
	#tabs_content {
		width: 100% !important;
		float: none;
	}
	.tabs_nav ul {padding-bottom: 0}
	.tabs_nav li {
		grid-column-end: span 1;
	}
	.tab_nav_inner {
		padding: 0;
	}
	.tab_nav_inner.is_stuck {
		background: #fff;
	}
	.program_day_screen {display: none;}
	.program_day_mobile {display: block;}
	
	.dayelement .col.left.c4, .dayelement .col.right.c8 {
		width: 10% !important;
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	.dayelement .col.right.c8 {
		width: 84% !important;
	}

	
	
	#speakers .title h2,
	#speakers .title h3 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#fixhead .col.left {
		width: 100%;
		padding-left: 0;
	}
	#fixhead,
	.small_nav #fixhead {
		height: 50px;
	}	
	.small_nav .logo { 
		width: 250px;
		padding-top: 0;
		margin-top: -35px !important;
		margin-left: auto;
	}
	#intro_logo .logo {
		padding-top: 0;
	}
	#intro_text,
	#intro_cta,
	#cta_wrap {
		position: relative;
		width: 100%;
	}
	#logosmall {
		width: 90px;
		padding-top: 10px;
		opacity: 0;
	}
	#header_logo {
		position: relative;
		top: 3rem;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	#header_logo .logo {
		width: 50%;
	}
	main {
		min-height: auto;
	}
	.wrapper.grid {
		padding-left: 0;
		padding-right: 0;
	}
	
	.top {
		padding-top: 1rem;
	}
	.chap {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}	
	.chap .inner {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		width: 100% !important;
		margin: 0 auto;
	}

	
	h1, h2, h3, h4,
	#contact p, #contact .contact_block, #contact .contact_block p,
	.text.l p,
	#intro_content h2 {
		font-size: 16px;
	}
	.text.l h1, .section_title h1 {
		font-size: 24px;
	}
	.text.l h1 {
		text-align: left;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
 	#welcome .slogan h1 {
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
	}
	#fixfooter { 
		font-size: 12px;
		display: none;
	}
	footer {
		height: auto;
		margin-top: 0;
	}
	#main_inner {
		padding-bottom: 0; 
	}
	.section_title {
		padding: 2rem 0;
	}	
	#intro_content h1 {
		font-size: 30px;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
	}
	blockquote {
		padding: 0;
	}	
	blockquote p {
		text-align: left;
	}
	#moods img {
		width: 150%;
		margin-left: -25%;
	}
	
	#moods.c12,
	#location.c12, 
	#ads.c12 {
		padding-left: 0;
		padding-right: 0;
	}

	.tabs_nav li {
		grid-column-end: span 2;
	}
		
	
	#program_mobile .dayelement .time_icon {
		font-size: 12px;
	}
	
	.dayelement {
		border: none;
	}
	.partner_logo {
		width: 50%;
	}
	#location #map_contaier {
		padding-left: 0;
		padding-right: 0;
	}	
	#location .c8 {
		padding-left: 4em;
		padding-right: 4em;
	}	
	#tickets .oe:nth-of-type(odd),
	#tickets .oe:nth-of-type(even),
	#tickets .wpcf7-list-item:nth-of-type(odd),
	#tickets .wpcf7-list-item:nth-of-type(even) {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}	
	#tickets .wpcf7-checkbox .wpcf7-list-item-label, 
	#tickets .wpcf7-acceptance .wpcf7-list-item-label {
		line-height: 1.2em;
	}
	#tickets .wpcf7-submit {
		margin: 2em 0 0 0!important;
		width: 100% !important;
	}
	.testimonial .text {
		padding-left: 1em;
		padding-right: 1em;
	}

	
	#tickets .grid {
		display: none;
	}
	
	
	#contact .contact_block { padding: 1em 0; }
	#footer-navigation,
	#footer-navigation li {
		width: 100%;
		text-align: center;
	}
	#footer-navigation li a {
		font-size: 14px;
		line-height: 40px;
	}
	#footer-navigation::before,
	#footer-navigation::after {
		content: " ";
		display: table;
	} 
	#footer-navigation::after {
		clear: both;
	}
	#fixfooter_inner {
		text-align: center;
	}
	#fixfooter span {
		padding: 0 1em;
	}
	#footer_inner #c {
		text-align: left;
		padding-top: 2em;
	}
		
	.modal_wrapper {
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.modal_wrapper.active {
		bottom: 2vh !important;
		bottom: 0 !important;
	}
	.program_mobile h1 {
		font-family: 'niveau-grotesk', sans-serif;
		font-size: 16px;
		padding: 1em 0;
		font-weight: 700;
	}
	.program_mobile :is(h1, h2, h3, h4, h5, p, blockquote, .readmore) {
		text-align: center;
		padding-left: 3em;
		padding-right: 3em;
	}
	
	.c4.modal_img {
		width: 70%;
		margin-top: 4em;
		margin-bottom: 0;
	}
	.modal_text {
		padding: 2em 2em;
	}
	
}