/*
Theme Name: Claim
Author: SUPERNOVÆ
Author URI: https://www.supernov.ae/
Version: 2018
*/








   
   
  /* FONTS
	
  font-family: 'TTNorms-Bold', sans-serif;
	font-family: 'TTNorms-Regular', sans-serif;
	font-family: 'TTNorms-Light', sans-serif;
	
	font-family: 'SabonNextLTPro-Display', serif;
	font-family: 'SabonNextLTPro-Bold', serif;
	
  */


   
   
  /* BASE */
  
  :root {
    --page-padding-left: 8.333333333333333333vw;
    --page-padding-right: var(--page-padding-left);
  }
  
  .hdln-14,
  .hdln-18,
  .hdln-20 {
    font-family: 'TTNorms-Bold', sans-serif;
  }
  
  .cpy-18,
  .hdln-18 {
    font-size: 1.125rem;
  }
  
  .cpy-14,
  .hdln-14 {
    font-size: .875rem;
  }
  
  .cpy-20,
  .hdln-20 {
    font-size: max(18px, min(20px, 1.38888888888888888888vw));
  }
  
  body {
    font-size: 100%;
  	font-family: 'SabonNextLTPro-Display', serif;
  	font-weight: 400;
    color: #000;
    line-height: 1.3;
    background: #fff;
  }
  
  input, textarea, select, button {
  	font-family: 'SabonNextLTPro-Display', serif;
  	font-weight: 400;
    color: #000;
  }
  
  img {
    max-width: 100%;
  }
 
  .module .module-inner,
  header.main > .inner,
  .cookie-bar > .inner,
	footer.main > .inner,
	.notification-bar > .inner {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
    padding-left: 8.333333333333333333vw;
    padding-right: 8.333333333333333333vw;
		box-sizing: border-box;
  }
  
  .module-full-width .module-inner {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .load-more {
    text-align: center;
  }
	
/*	nav.pagination.loading .btn-more {
		opacity: 0;
	}*/
  
  .wysiwyg a {
    -webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    -ms-transition: color 150ms;
    -o-transition: color 150ms;
    transition: color 150ms;
    text-decoration: underline;
  }
  
  .wysiwyg a:hover {
    text-decoration: none;
  }
  
  .wysiwyg > *:not(:last-child) {
    margin-bottom: 1em;
  }
  
  .wysiwyg strong {
  }
  
  .wysiwyg > ul,
  .wysiwyg > ol {
    counter-reset: supernovae;
  }
  
  .wysiwyg > ul li,
  .wysiwyg > ol li {
    position: relative;
    padding-left: 1.5em;
  }
  
  .wysiwyg > ul li:not(:last-child),
  .wysiwyg > ol li:not(:last-child) {
  }
  
  .wysiwyg > ul li::before {
    content: '—';
    position: absolute;
    left: 0;
  }
  
  .wysiwyg > ol li::before {
  	content: counter(supernovae) '.';
  	counter-increment: supernovae;
    position: absolute;
    left: 0;
  }
  
  .wysiwyg > ul ul li::before {
  }
  
  .wysiwyg > ul ul,
  .wysiwyg > ol ol {
  }
  
  .wysiwyg table {
    width: auto !important;
  }
  
  .wysiwyg table td {
    width: auto !important;
    height: auto !important;
  }
	
  @keyframes spin {
      from {transform:rotate(0deg);}
      to {transform:rotate(360deg);}
  }
	
	span.loading img {
		top: -12px;
	}

	span.loading {
		vertical-align: middle;
	}
  
  
  
  
  





	/* HEADER */
	
	.container {
		padding-top: 13.75em;
	}
	
	header.main {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: transparent;
		transition: background 300ms;
		pointer-events: none;
	}
	
	header.main > .inner * {
		pointer-events: all;
	}
	
	.btn-menu {
		display: none;
	}
	
	body.has-notification .container::before {
		content: '';
		display: block;
		padding-top: 70px;
	}
	
	body.has-notification header.main {
		top: 70px;
	}
	
	body.view-white-header header.main {
		background: #fff;
	}
	
	body.scrolled header.main {
		position: fixed;
		background: #fff;
		top: -2.875em;
	}
	
	header.main > .inner {
		padding-top: 4.1875em;
		padding-bottom: 5em;
		transition: padding-bottom 300ms;
	}
	
	body.scrolled header.main > .inner {
		padding-bottom: 1.75em;
	}
	
	.site-title {
		float: left;
	}
	
	.site-title a {
		display: block;
	}
	
	.site-title img {
		position: relative;
		display: block;
		width: 10em;
		padding-top: 0;
		transition: padding-top 300ms, width 200ms;
	}
	
	body.scrolled .site-title img {
		width: 5.55em;
		padding-top: .375em;
	}

	.navs {
		position: relative;
		float: right;
	}
	
	nav.header {
		text-align: right;
	}
	
	nav.header li.btn-language {
		display: none !important;
	}
	
	nav.header .menu > li {
		display: inline-block;
		position: relative;
		vertical-align: top;
		margin-left: 1.875em;
	}
	
	nav.header a {
		font-size: 1.125em;
		color: #F2997B;
		font-family: 'TTNorms-Bold', sans-serif;
		text-transform: uppercase;
		line-height: 1.55555555555555555555;
		letter-spacing: 0.5px;
		white-space: nowrap;
		transition: color 150ms;
	}
	
	nav.header .menu > li > a:hover,
	nav.header .menu > li:hover > a,
	nav.header .menu > li.current-menu-item > a,
	nav.header .menu > li.current-menu-parent > a {
		color: #E94E1B;
	}
	
	@media only screen and (min-width: 1001px) {
	
		nav.header .sub-menu-wrapper {
			position: absolute;
			top: 100%;
			left: -2.375em;
			text-align: left;
			padding-top: 1.75em;
			transform: translateY(-10px);
			opacity: 0;
			visibility: hidden;
			transition: transform 200ms 0ms, opacity 200ms 0ms, visibility 0ms 200ms;
		}
	
		nav.header li:last-child .sub-menu-wrapper {
			left: auto;
			right: -2.375em;
		}
	
		nav.header li:hover .sub-menu-wrapper {
			opacity: 1;
			transform: none;
			visibility: visible;
			transition-delay: 0ms;
		}
	
		nav.header .sub-menu {
			background: #F2997B;
			padding: 1.25em 3.125em 1.5em 2.375em;
			max-height: none !important;
		}
	
		nav.header .sub-menu a {
			line-height: 1.3;
			display: inline-block;
			padding: 0.4em 0;
			color: #fff;
		}
		
		nav.header .sub-menu > li > a:hover,
		nav.header .sub-menu > li.current-menu-item > a,
		nav.header .sub-menu > li.current-menu-parent > a {
			color: #E94E1B;
		}
	
		nav.header .sub-menu li.current-menu-item a::before {
			content: '——';
			letter-spacing: -4px;
			white-space: nowrap;
			margin-right: 0.5em;
			display: inline-block;
			vertical-align: middle;
		}
	
		nav.header .icon-dropdown {
			font-size: 42%;
			vertical-align: middle;
			margin-left: 0.75em;
		}
		
	}
	
	nav.meta {
		text-align: right;
		margin-bottom: 1.25em;
		transition: margin-bottom 300ms;
	}
	
	body.scrolled nav.meta {
		margin-bottom: .875em;
	}
	
	nav.meta > .inner > * {
		display: inline-block;
	}
	
	nav.meta .menu > li,
	footer.main .social-menu > li {
		display: inline-block;
		margin-left: 1.375em;
	}
	
	nav.meta .menu > li > a {
		font-size: .8125em;
		color: #000000;
		text-transform: uppercase;
		font-family: "TTNorms-Bold", sans-serif; 
		line-height: 2.15384615384615384615;
		letter-spacing: 0.5px;
		transition: color 150ms;
	}
	
	.social-menu li > a {
		transition: color 150ms;
	}
	
	nav.meta .menu > li > a:hover,
	nav.meta .menu > li.current-menu-item > a,
	nav.meta .menu > li.current-menu-parent > a,
	.social-menu li > a:hover {
		color: #E94E1B;
	}

	nav.meta .meta-menu .icon-wrap {
		margin-right: 0.3em;
	}
	
	nav.meta .social-menu {
		margin-left: 1.25em;
	}
	
	.social-menu .title-wrap {
		display: none;
	}
	
	nav.meta .social-menu > li {
		margin-left: .85em;
	}
	
	footer.main .social-menu {
		margin-top: 1em;
	}
	
	footer.main .social-menu > li {
		margin-left: 0;
		margin-right: 1.2em;
	}

	.social-menu i:before {
		transform: scale(1.3);
	}








	/* BREADCRUMB */
	
	nav.breadcrumb {
		font-size: 1em;
		line-height: 1.875;
		font-family: "TTNorms-Regular", sans-serif; 
	}
	
	nav.breadcrumb li {
		display: inline-block;
	}
	
	nav.breadcrumb li:first-child {
		display: none;
	}
	
	nav.breadcrumb a {
		text-decoration: underline;
		font-family: "TTNorms-Bold", sans-serif; 
		color: #F2997B;
	}
	
	nav.breadcrumb a:hover {
		text-decoration: none;
	}
	
	nav.breadcrumb li > span::after {
		content: '→';
		display: inline-block;
		padding: 0 .625em;
	}
	
	nav.breadcrumb li:last-child > span::after {
		display: none;
	}







	/* BUTTONS */
	
	.btn-set {
		margin-top: 2.5em;
	}
	
	.lnk {
		color: #F2997B;
		font-size: 1.25em;
		line-height: 1.2;
		text-transform: uppercase;
		font-family: 'TTNorms-Bold', sans-serif;
		transition: color 150ms;
	}
	
	.lnk-more .icon-line {
		font-size: 69.15%;
	}
	
	.lnk-more span.icon {
		margin: 0 .4em 0 0;
		color: #F2997B;
	}
	
	.lnk-download {
		position: relative;
	}
	
	.lnk-download span.icon {
		position: absolute;
		top: -2px;
		left: 0;
	}
	
	.lnk-download span.label {
		padding-left: 2.5em;
	}
	
	.lnk-download span.label em {
		font-style: normal;
		white-space: nowrap;
	}
	
	.lnk-download,
	.lnk-download span.label,
	.lnk-download span.icon {
		line-height: 1.2;
	}
	
	a.lnk-more:hover {
		color: #000;
	}
	
	.lnk-cta {
		text-transform: none;
		text-decoration: underline;
		font-size: 1.125em;
		font-family: "TTNorms-Regular", sans-serif; 
		letter-spacing: 0;
	}
	
	.lnk-cta, .lnk-cta * {
		display: inline !important;
	}
	
	a.lnk-cta:hover {
		text-decoration: none;
	}
	
	.btn {
		border: 2px solid #F2997B;
		border-radius: 1.5625em;
		background: none;
		margin: 0;
		padding: 0;
		outline: 0;
		background: none;
		font-family: 'TTNorms-Bold', sans-serif;
		letter-spacing: 0.5px;
		font-size: 1.25rem;
		text-transform: uppercase;
		white-space: nowrap;
		padding: .65em 1.45em;
		transition: background 150ms, opacity 150ms, color 150ms;
	}
	
	.btn-more-naked {
		border-color: transparent;
		color: #F2997B;
		background: none !important;
		padding: 0;
	}
	
	input.btn,
	button.btn {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
		outline: 0;
		padding-bottom: .5em;
	}
	
	.btn:hover {
		background: #fff;
	}
	
	.btn-more-naked:hover {
		color: #000;
	}
	
	.btn span.label {
		display: inline;
		line-height: 1.2;
		white-space: nowrap;
	}
  
  .btn-filled {
    transition: filter 150ms;
  }

  .btn-filled,
  .btn-filled:hover {
    background: #e55520;
    color: #fff;
    border-color: #e55520;
  }
  
  .btn-filled:hover {
    filter: contrast(1.2);
  }
	

	
	
	
	
	
	
	
	
	/* HEADLINES */
	
	.hdln-a {
		font-size: 3rem;
		line-height: 1.25;
		font-family: 'SabonNextLTPro-Display', serif;
	}
	
	.hdln-b,
	.module-image-copy .wysiwyg h3,
	.topics-grid .intro-copy .wysiwyg h3 {
		font-size: 2.25rem;
		line-height: 1.22222222222222222222;
		font-family: 'SabonNextLTPro-Display', serif;
	}
	
	.hdln-c,
	.module-headline-copy h4 {
		font-family: "TTNorms-Regular", sans-serif; 
		line-height: 1.33333333333333333333;
		font-size: 1.5rem;
	}
	
	.hdln-d {
		text-transform: uppercase;
		font-size: 1.875rem;
		line-height: 1.33333333333333333333;
		font-family: 'TTNorms-Bold', sans-serif; 
	}








	/* MODULES */
	
	.module:not(.has-no-margin) {
		margin-bottom: 3.25em;
	}
	
	.module-module-header .module-header {
		margin-bottom: 3.4375em;
	}
	
	.module.has-no-margin-if-last:last-child {
		margin-bottom: 0;
	}
	
	figcaption.credits {
		font-size: .875em !important;
		font-family: "TTNorms-Light", sans-serif; 
		line-height: 1.5 !important;
		margin-top: 0.5em !important;
		color: #000 !important;
	}
	
	figcaption.credits-on-image {
		position: absolute;
    bottom: 0;
		left: 0;
    padding: 0.25em 0.5em;
    background: rgba(255,255,255,0.9);
		z-index: 2;
	}
	
	figure.has-credits {
		position: relative;
		overflow: hidden;
	}
	
	
	
	
	
	
	
	
	/* GRID */
	
	.module-grid .module-wrap {
		margin-bottom: -3.472222222222222222vw;
	}
	
	.grid > li {
		width: 30.5%;
		margin-right: 4.16%;
		margin-bottom: 3.472222222222222222vw;
	}
	
	.team-grid > li {
		margin-bottom: 3.472222222222222222vw;
	}
	
	.grid > li:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.partners-grid > li.partner-teaser {
		margin-left: 0 !important;
		display: block;
	}

	.grid > li > a {
		background-color: #fff;
		display: block;
		padding: 1.875em;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		transition: background 200ms, box-shadow 200ms, transform 200ms;
	}
	
	.grid > li:not(.has-no-href) > a:hover {
		background-color: #E94E1B;
		transform: translateX(-5px) translateY(-5px);
		box-shadow: 10px 10px 0 0 rgba(8,46,75,0.1);
		color: #fff;
	}
	
	.grid > li:not(.has-no-href) > a:hover .lnk {
		color: #fff !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: LARGE COPY */
	
	.module-large-copy .module-wrap {
		max-width: 59.6875em;
		margin: 0 auto;
		text-align: center;
	}
	
	.module-large-copy .wysiwyg {
		color: #E94E1B;
		font-family: 'TTNorms-Bold', sans-serif;
		font-size: 2.5em;
		line-height: 1.35;
	}
	
	
	
	
	
	
	
	/* MODULE: HERO */
	
	.module-hero .col-image {
		width: 65.333333333333333333%;
		display: block;
	}
	
	.module-hero .col-copy {
		width: 34.666666666666666667%;
	}

	.module-hero .col-copy > div {
		position: relative;
		margin-right: -9.375em;
		z-index: 2;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.module-hero h3 {
		color: #000;
		margin-bottom: .425em;
	}
	
	.module-hero-home h3 a {
		text-decoration: underline;
		display: inline-block;
	}
	
	.module-hero-home h3 a:hover {
		text-decoration: none;
	}

	.module-hero .wysiwyg {
		color: #000;
		font-family: 'TTNorms-Bold', sans-serif;
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
	}
	
	
	
	
	
	
	
	
	
	/* MODUL: IMAGE / COPY */
	
	.module-image-copy .col-image {
		width: 56.583333333333333333%;
		display: block;
	}
	
	.module-image-copy .col-copy {
		width: 39.166666666666666666%;
		margin-left: auto;
	}
	
	.module-image-copy.layout-copy-image .col-copy {
		margin-left: 0;
		margin-right: auto;
	}
	
	.module-image-copy .wysiwyg {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Regular", sans-serif; 
	}

	.module-image-copy .wysiwyg strong {
		font-weight: normal;
		font-family: 'TTNorms-Bold', sans-serif;
	}

	.module-image-copy .wysiwyg h3 {
		margin-bottom: .66666666666666666666em;
	}
	
	.module-image-copy .subline {
		color: #E94E1B;
		font-size: 1em;
		line-height: 1.7;
		font-family: "TTNorms-Light", sans-serif; 
		margin-bottom: .75em;
	}
	
	.module-image-copy.layout-copy-image .col-image {
		order: 2;
	}
	
	.module-image-copy.layout-copy-image .col-copy {
		order: 1;
	}
	
	
	
	
	
	
	
	
	
	/* MODUL: IMAGE / COPY 2 */
	
	.module-image-copy-2 .module-wrap {
		background: #7DCBB6;
	}
	
	.module-image-copy-2 .col-image {
		width: 56.583333333333333333%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		min-height: 29.375em;
	}
	
	.module-image-copy-2 .col-image img {
		display: none;
	}
	
	.module-image-copy-2 .col-copy {
		width: 43.416666666666666667%;
		padding: 3.25em;
	}
	
	.module-image-copy-2 .col-copy h3 {
		text-decoration: underline;
		margin-bottom: .8125em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* MODUL: HEADLINE / COPY */
	
	.module-headline-copy .col-headline {
		width: 47.5%;
	}
	
	.module-headline-copy .col-copy {
		width: 47.5%;
		margin-left: auto;
	}
	
	.module-headline-copy .wysiwyg {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	.module-headline-copy .wysiwyg h4 {
		margin-bottom: 1.25em;
	}









	/* MODULE: TEXT TEASER GRID */
	
	.module-text-teaser-grid {
		background: #fdeeed;
	}
	
	.module-text-teaser-grid .module-inner {
		padding-top: 5em;
		padding-bottom: 10em;
	}
	
	.text-teaser-grid .hdln-d {
		transition: color 200ms;
	}
	
	.text-teaser-grid > li > a:hover .hdln-d {
		color: #fff;
	}
	
	.text-teaser-grid .btn-set {
		margin-top: auto;
		padding-top: 1.5em;
		text-align: left;
	}










	/* MODULE: TOPICS */
	
	.topics-grid .intro-copy .wysiwyg,
	.topics-grid .copy {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	.topics-grid .intro-copy .wysiwyg h3 {
		margin-bottom: .55555555555555555555em;
	}
	
	.topics-grid > li > a {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		min-height: 25.416666666666666666vw;
		padding-bottom: 6em;
	}
	
	.topics-grid > li.has-no-href > a {
		cursor: default;
	}

	.topics-grid li.has-image h4,
	.topics-grid .btn-set {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff;
		max-width: 18.75em;
		width: 100%;
		box-sizing: border-box;
		padding: 1.25em 1.75em;
		z-index: 2;
	}
	
	.topics-grid li.has-image h4 span {
		font-family: "TTNorms-Regular", sans-serif; 
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
	}
	
	.topics-grid h4 span {
		transition: color 150ms;
	}

	.topics-grid .btn-set {
		margin-top: 0;
		right: 0;
		max-width: none;
		text-align: right;
		background: none;
	}
	
	.topics-grid li.has-no-image h4 {
		line-height: 1.16666666666666666666;
		max-width: 10ch;
	}
	
	.topics-grid li.has-no-image:not(.has-no-href) a:hover h4 span {
		color: #fff;
	}
	
	.topics-grid li.has-image:not(.has-no-href) a:hover h4 span {
		color: #7DCBB6;
	}
	
	.topics-grid .copy-shade {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: #fff;
		opacity: 0;
		transition: opacity 200ms;
	}
	
	.topics-grid a:hover .copy-shade {
		opacity: 1;
	}

	.topics-grid .copy {
		position: relative;
		z-index: 2;
		opacity: 0;
		transition: opacity 200ms;
		height: 100%;
		overflow: hidden;
	}
	
	.topics-grid a:hover .copy {
		opacity: 1;
	}










	/* MODULE: CLAIMS */
	
	.claims-list {
		padding-top: 3.5em;
		padding-bottom: 5.9375em;
		background: url(imgs/bg-claims.gif) no-repeat center center;
		background-size: contain;
	}
	
	.claims-list > li {
		width: 30%;
		margin-right: auto;
	}
	
	.claims-list > li:last-child {
		margin-right: 0;
	}
	
	.claims-list .headline {
		margin-bottom: .61111111111111111111em;
	}
	
	.claims-list .copy {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	
	
	
	
	
	
	
	/* MODULE: TEASER STAGE */
	
	.module-teaser-stage {
		background: url(imgs/bg-teaser-stage.jpg) no-repeat center top;
		background-size: cover;
		position: relative;
	}
	
	.module-teaser-stage::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: -webkit-linear-gradient(left, rgba(8,46,75,0.50) 3%, #082E4B 100%);
		background-image: linear-gradient(90deg, rgba(8,46,75,0.50) 3%, #082E4B 100%);
		z-index: 1;
	}
	
	.module-teaser-stage .module-wrap {
		position: relative;
		z-index: 2;
		padding-top: 14.375em;
		padding-bottom: 13.75em;
	}
	
	.module-teaser-stage .col-1 {
		width: 56.666666666666666666%;
		margin-right: auto;
	}
	
	.module-teaser-stage .col-2 {
		width: 30.833333333333333333%;
	}
	
	.module-teaser-stage .btn-set {
		margin-top: 1.875em;
	}
	
	.module-teaser-stage .btn-set .lnk:hover {
		color: #fff;
	}
	
	.module-teaser-stage h3 {
		color: #fff;
	}

	.module-teaser-stage .links-list > li:not(:last-child) {
		margin-bottom: 1.75em;
	}
	
	.module-teaser-stage .links-list a {
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
		color: #3EBB8F;
		text-decoration: underline;
		font-family: "TTNorms-Regular", sans-serif; 
		display: inline-block;
	}
	
	.module-teaser-stage .links-list a:hover {
		text-decoration: none;
	}
	
	
	
	
	
	
	
	
	/* MODULE: EVENTS TEASER */
	
	.events-teaser-list > li {
		width: 21.666666666666666666%;
		margin-right: 4.416666666666666666%;
	}
	
	.events-teaser-list > li:last-child {
		margin-right: 0;
	}
	
	.events-teaser-list a {
		display: inline-block;
		vertical-align: top;
	}

	.events-teaser-list h4 {
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
		color: #3EBB8F;
		font-family: 'TTNorms-Bold', sans-serif; 
		text-decoration: underline;
	}
	
	.events-teaser-list a:hover h4 {
		text-decoration: none;
	}










	/* MODULE: ARTICLE HEADER */
	
	.module-article-header nav.breadcrumb {
		margin-bottom: 1.875em;
	}
	
	.module-article-header .hdln-a {
		margin-bottom: .79166666666666666666em;
		max-width: 19em;
	}
	
	.module-article-header .wysiwyg {
		max-width: 37.5em;
	}
	
	.module-article-header .wysiwyg strong {
		font-family: 'SabonNextLTPro-Bold', serif;
		font-weight: 400;
	}
	
	.module-article-header .wysiwyg a {
		color: #E94E1B;
	}
	
	.module-article-header .wysiwyg,
	.module-form .wysiwyg,
	.ac-list .wysiwyg {
		font-size: 1.125em;
		line-height: 1.55555555555555555555;
		font-family: 'SabonNextLTPro-Display', serif;
	}
	
	.module-article-header .meta {
		color: #646363;
		font-size: 1em !important;
		font-family: 'TTNorms-Light', sans-serif; 
		line-height: 1.5 !important;
	}
	
	.module-article-header .meta .type {
		color: #E94E1B;
	}
	
	
	
	
	
	
	
	
	/* MODULE: FORM */
	
	.module-form .col-1 {
		width: 43.333333333333333333%;
	}
  
  ul.form-list + ul.form-list {
    margin-top: 6em;
  }
	
	ul.form-list > li:not(:last-child) {
		margin-bottom: 2.5em;
	}
	
	ul.form-list > li {
		box-sizing: border-box;
		width: 100%;
	}
	
	.module-form fieldset h3 {
		margin-bottom: 1em;
	}
	
	.module-form fieldset:not(:last-child) {
		margin-bottom: 7em;
	}
	
	ul.form-list > li.li-50 {
		width: 45.659722222222222222%;
	}
	
	ul.form-list > li.li-25 {
		width: 27.777777777777777777%;
	}
	
	ul.form-list > li.li-75 {
		width: 63.715277777777777777%;
	}
	
	ul.form-list > li.li-50 + li.li-50,
	ul.form-list > li.li-75 + li.li-25,
	ul.form-list > li.li-25 + li.li-75 {
		margin-left: auto;
	}
	
	ul.form-list li.input input,
	ul.form-list li.select select,
	ul.form-list li.input textarea,
	.partners-filter select {
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		font-family: "TTNorms-Regular", sans-serif; 
		padding: .9375em 1em;
		outline: 0;
		box-shadow: none;
		border-radius: .1875em;
		margin: 0;
		border: 0;
		transition: border-color 250ms;
		appearance: none;
		background: #fff;
		border: 2px solid #f2997b;
    font-size: 1.125rem;
	}
	
	ul.form-list li.input input {
		min-height: 3em;
	}
	
	ul.form-list li.select select,
	.partners-filter select {
		box-shadow: 0 1px 2px 0 rgba(8,46,75,0.30);
		border-radius: 5px;
		cursor: pointer;
	}
	
	ul.form-list li.textarea textarea {
		height: 10em;
	}
	
	ul.form-list .select-wrapper {
		position: relative;
	}
	
	ul.form-list .select-wrapper i {
		position: absolute;
		right: 2em;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		pointer-events: none;
		font-size: 60%;
	}
	
	ul.form-list li.input input:focus,
	ul.form-list li.input textarea:focus {
		border-color: #e94e1b;
	}
	
	ul.form-list > li > label {
		display: block;
		font-size: 1.125rem;
		font-family: 'TTNorms-Bold';
		margin-bottom: 0.5em;
	}
	
	ul.form-list > li.error > label {
		color: #a04444;
	}
	
	ul.form-list .wpcf7-list-item {
		display: block;
		margin-left: 0;
		position: relative;
	}
	
	ul.form-list .wpcf7-list-item label {
		font-size: 1em;
		font-family: 'TTNorms-Bold';
		display: inline-block;
		cursor: pointer;
		user-select: none;
	}
	
	ul.form-list > li.intro-copy {
    font-size: 1.25em;
    line-height: 1.5;
    font-family: "TTNorms-Light",sans-serif;
	}
	
	
	div.wpcf7 .ajax-loader {
		margin-left: .75em !important;
	}
	
	.wpcf7-form-control-wrap {
		display: block;
	}
	
	span.wpcf7-not-valid-tip {
		position: absolute;
		top: 100%;
    left: 0;
		background: #e84e1b;
		color: #fff !important;
		font-family: 'TTNorms-Bold', sans-serif; 
		padding: 0.25em 0.5em;
		display: inline-block;
		margin-top: -0.85em;
		z-index: 3;
		font-size: .875em !important;
	}
	
	ul.form-list li:not(.input) span.wpcf7-not-valid-tip {
		margin-top: -0.25em;
	}
	
	div.wpcf7-validation-errors,
	div.wpcf7-acceptance-missing,
	div.wpcf7-mail-sent-ok,
	div.success-copy {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 2em 0 !important;
    font-family: 'TTNorms-Regular';
    color: #a04444;
    font-size: 1.125em;
    line-height: 1.4;
	}
	
	.response-wrapper.bottom div.wpcf7-validation-errors,
	.response-wrapper.bottom div.wpcf7-acceptance-missing,
	.response-wrapper.bottom div.wpcf7-mail-sent-ok {
		margin: 2em 0 0 0 !important;
	}
	
	div.wpcf7-mail-sent-ok,
	div.success-copy {
		color: #000;
	}
	
	.response-wrapper.bottom div.wpcf7-mail-sent-ok {
		display: none !important;
	}
	
	.module-form .success-copy {
		display: none;
	}
	
	.module-form.has-success-copy .wpcf7-response-output.wpcf7-mail-sent-ok {
		display: none !important;
	}
	
  .form-list .wysiwyg strong {
    font-weight: normal;
    font-family: 'TTNorms-Bold';
  }
  
  fieldset legend {
    margin-bottom: 2em;
    display: block;
  }
  
  .module-form .module-wrap {
    max-width: 45em;
  }
  
  .module-form fieldset {
    margin-top: 3.5em;
  }
  
  .form-list > li.gdpr > div {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .form-list > li.gdpr > div > div:first-child {
    padding-right: 1em;
    padding-top: 0.2em;
  }
  
	.form-list > li.gdpr input,
  .form-list > li.checkboxes input {
	  cursor: pointer;
    accent-color: #e94e1b;
    transform: scale(1.3);
	}
	
  .form-list > li.gdpr label,
  .form-list > li.checkboxes span label {
    display: block;
    cursor: pointer; 
    user-select: none;
  }
  
  .wpcf7 form .wpcf7-response-output {
    border: 0 !important;
    padding: 0 !important;
    font-size: 1.125rem;
    font-family: 'TTNorms-Bold';
    margin-left: 0 !important;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #a00;
  }
  
  .wpcf7 form.sent .response-wrapper,
  .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
  }
	
  .form-list > li.checkboxes .wpcf7-list-item {
    display: block;
    padding: 0.95em 1.2em;
    padding-top: 1em;
    background: #fceeed;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  
  .form-list > li.checkboxes input {
    transform: none;
    position: absolute;
    left: 0;
    top: 2px;
  }
	
  .form-list > li.checkboxes span label {
    padding-left: 1.5em;
    position: relative;
  }
  
  
  
  
  
  
  /* RSVP FORM */
  
  .module-rsvp-form.has-no-participation-options ul.form-list > li.participation-options {
    display: none !important;
  }
  
  .module-rsvp-form .headline {
    margin-bottom: 1em;
  }
  
  body.postid-4898 .module-rsvp-form ul.form-list > li.food-options,
  body.postid-4898 .module-rsvp-form ul.form-list > li.accomodation-options,
  body.postid-4898 .module-rsvp-form ul.form-list > li.participation-options {
    display: none !important;
  }
  
  body.postid-74513 .module-rsvp-form h2 {
    display: none;
  }
  
  body.postid-74513 .module-rsvp-form .label--participation > span {
    display: none;
  }
  
  body.postid-74513 .module-rsvp-form .label--participation::after {
    content: 'Aktionsboxen';
  }
  
  
  
	
	
	
	
	/* MODULE: IMAGE */
	
	.module-image figcaption {
		font-size: .875em;
		color: #000000;
		line-height: 1.3125;
		font-family: "TTNorms-Light", sans-serif; 
		margin-top: 1.25em;
	}
	
	
	
	
	
	
	
	
	
  
  /* MODULE: VIDEO */
  
  .module-video video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .sn-plyr {
    --plyr-color-main: #e94e1c;
    --plyr-video-background: transparent;
    font-family: 'TTNorms-Bold', sans-serif;
  }
  
  
  
  
	
	
	
	
	
	/* MODULE: COPY WITH SIDEBAR */
	
	.module-copy-with-sidebar .content-wrap {
		width: 58.333333333333333333%;
		margin-right: auto;
	}
	
	.module-copy-with-sidebar.has-no-sidebar .content-wrap {
		width: 100%;
		max-width: 48.9375em;
		margin-right: auto;
	}
	
	.content-module:not(:last-child) {
		margin-bottom: 1.875em;
	}
	
	.module-copy-with-sidebar .sidebar-wrap {
		width: 35.833333333333333333%;
		display: block;
	}
	
	.content-module-reference .content-module {
		display: none;
	}
	
	.content-module-copy .wysiwyg,
	.cookieconsent-placeholder .wysiwyg {
		font-size: 1.125em;
		line-height: 1.8;
		background: #fff;
		padding: 2em;
	}
	
	.cookieconsent-placeholder .wysiwyg {
		padding: 0;
		background: transparent;
	}
	
	.content-module-copy:not(.content-module-sidebar-copy) .wysiwyg {
		padding: 0;
	}
	
	.content-module-sidebar-copy .wysiwyg {
		background: #fdeeed;
	}
	
	.content-module-logo {
		background: #fff;
		padding: 2em
	}
	
	.content-module-copy .wysiwyg > *:not(:last-child) {
		margin-bottom: 1.5em;
	}
	
	.content-module-copy .wysiwyg a {
		color: #E94E1B;
	}
	
	.content-module-copy .wysiwyg > h3 {
		font-family: "TTNorms-Bold", sans-serif; 
		font-size: 1.2em;
		line-height: 1.5;
		margin-bottom: 0.2em !important;
	}
  
  body.view-legal .content-module-copy .wysiwyg > h3:not(:first-child) {
    margin-top: 2em;
  }
  
	body.view-legal .content-module-copy .wysiwyg > h4 {
		font-family: "TTNorms-Bold", sans-serif; 
		font-size: 1em;
		line-height: 1.5;
		margin-bottom: 0.2em !important;
	}
  
  body.view-legal .content-module-copy .wysiwyg > h4:not(:first-child) {
    margin-top: 2em;
  }
  
	body.view-legal .content-module-copy .wysiwyg > h5 {
		font-family: "TTNorms-Bold", sans-serif; 
		font-size: 1em;
		line-height: 1.5;
		margin-bottom: 0.2em !important;
	}
  
  body.view-legal .content-module-copy .wysiwyg > h5:not(:first-child) {
    margin-top: 2em;
  }
	
	.content-module-copy .wysiwyg strong {
		font-weight: 400;
		font-family: 'SabonNextLTPro-Bold', serif;
	}
	
	.content-module-blockquote .content-module-inner {
	}
	
	.content-module-blockquote blockquote > span > span {
		box-shadow: 0 -0.45em 0 0 inset rgba(231, 78, 26, 0.2);
	}
	
	.content-module-blockquote blockquote > span {
		quotes: "»" "«";
		position: relative;
		display: block;
	}
	
	.content-module-blockquote blockquote > span::before {
		position: absolute;
		content: open-quote;
		top: 0;
		left: -1ch;
	}
	
	.content-module-blockquote blockquote > span::after {
		content: close-quote;
	}
	
	.content-module-blockquote {
		margin-top: 1.25em;
	}
	
	.content-module-blockquote:not(:last-child) {
		margin-bottom: 4em;
	}
	
	.content-module-blockquote figcaption {
		font-size: 1.25em;
		padding-top: 0.75em;
	}
	
	.cta-list > li {
		padding: 2.0625em 1.25em;
		background: #fff;
		text-align: center;
	}
	
	.cta-list > li:not(:last-child) {
		margin-bottom: 1.25em;
	}
	
	.cta-list .btn-set {
		margin-top: 0;
	}
	
	.cta-list h4 {
		color: #082E4B;
		font-size: 1.125em;
		line-height: 1.22222222222222222222;
		font-family: "TTNorms-Regular", sans-serif; 
		margin-bottom: 0.2em;
	}
	
	.gallery-images {
		position: relative;
	}
	
	.gallery-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		transition: opacity 300ms, transform 300ms;
		transform-origin: left center;
		transform: none;
	}
	
	.gallery-image.no-0,
	.gallery-image.no-1 {
		z-index: 10;
		opacity: 1;
		pointer-events: auto;
	}
	
	.gallery-image.no-0 {
		z-index: 11;
		opacity: 0;
		transform: translateX(-55px) scale(1.1);
		pointer-events: none;
	}
	
	.gallery-image.no-2 {
		z-index: 9;
		transform: translateX(55px) scale(0.9);
		opacity: 0.5;
	}
	
	.gallery-image.no-3,
	.gallery-image.no-4,
	.gallery-image.no-5,
	.gallery-image.no-6,
	.gallery-image.no-7,
	.gallery-image.no-8,
	.gallery-image.no-9,
	.gallery-image.no-10,
	.gallery-image.no-11,
	.gallery-image.no-12,
	.gallery-image.no-13,
	.gallery-image.no-14,
	.gallery-image.no-15 {
		z-index: 8;
		transform: translateX(110px) scale(0.8);
		opacity: 0;
	}
	
	.gallery-image.no-3 {
		opacity: 0.25;
	}
	
	.gallery-nav {
		background: #fff;
		padding: .9375em 1em;
		position: relative;
		text-align: center;
	}
	
	.gallery-nav a {
		display: inline-block;
		line-height: 1.5em;
		vertical-align: middle;
		position: relative;
		color: #3EBB8F;
		transition: color 150ms;
	}
	
	.gallery-nav a:hover {
		color: #082E4B;
	}
	
	.gallery-nav a::before {
		content: '';
		display: block;
		top: -0.5em;
		left: -0.5em;
		right: -0.5em;
		bottom: -0.5em;
		position: absolute;
	}
	
	.gallery-nav a i {
		font-size: 80%;
	}
	
	.gallery-nav .btn-prev {
		float: left;
		padding-right: 0.5em;
	}
	
	.gallery-nav .btn-next {
		float: right;
		padding-left: 0.5em;
	}
	
	.gallery-nav .counter {
		font-size: 1.25em;
		font-family: "TTNorms-Regular", sans-serif; 
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	
	.content-module-links .links-list > li:not(:last-child) {
		margin-bottom: 1.25em;
	}
	
	.content-module-links .links-list a {
		display: block;
		background: #fdeeed;
		padding: 2.0625em 1.25em;
		padding-left: 6.375em;
		position: relative;
	}

	.content-module-links .links-list i {
		position: absolute;
		top: 50%;
		left: 0;
		width: 6.375em;
		text-align: center;
		transform: translateY(-50%);
		color: #f2997b;
	}
	
	.content-module-links .links-list i:before {
		font-size: 230%;
	}
	
	.content-module-links .links-list h4,
	.content-module-links .links-list .label {
		color: #000;
		font-size: 1.25em;
		line-height: 1.2;
		font-family: "TTNorms-Bold", sans-serif; 
	}
	
	.content-module-links .links-list h4 {
		margin-bottom: 0.2em;
	}
	
	.content-module-links .links-list .label {
		color: #F2997B;
	}
	
	.content-module-copy .contact-list i,
	.contact-module-copy .contact-list a {
		color: #E94E1B;
	}
	
	.content-module-copy .contact-list i {
		position: absolute;
		left: 0;
		font-size: 110%;
	}
	
	.content-module-copy .contact-list i.icon-facebook,
	.content-module-copy .contact-list i.icon-instagram {
		font-size: 120%;
    top: -4px;
	}
	
	.content-module-copy .contact-list i.icon-instagram {
		top: -2px;
	}
	
	.content-module-copy .contact-list i.icon-twitter {
		font-size: 130%;
    top: -4px;
	}
	
	.content-module-copy .contact-list i.icon-email,
	.content-module-copy .contact-list i.icon-phone {
		font-size: 100%;
	}
	
	.content-module-copy .contact-list a {
		text-decoration: none !important;
		display: inline-block;
    max-width: 100%;
		width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	.content-module-copy .contact-list a span {
		text-decoration: underline;
	}
	
	.content-module-copy .contact-list a:hover span {
		text-decoration: none;
	}
	
	.content-module-copy .contact-list {
		margin-top: 1em;
	}
	
	.content-module-copy .contact-list li {
		margin-bottom: 0.75em;
		margin-bottom: 0;
		padding-left: 1.75em;
		white-space: nowrap;
	}
	
	.content-module-copy .contact-list li::before {
		content: '';
	}







	/* MODULE: NEWSLETTER SIGNUP */
	
	.module-newsletter-signup .module-inner {
		padding-top: 4.375em;
		padding-bottom: 5em;
	}
	
	.module-newsletter-signup {
		background: #fdeeed;
	}
	
	.module-newsletter-signup h3 {
		position: relative;
		line-height: 1.375;
		margin-bottom: 0.5em;
	}

	.module-newsletter-signup .wysiwyg {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Regular", sans-serif; 
	}

	.module-newsletter-signup form {
		margin-top: 2em;
		max-width: 34.375em;
	}
	
	.module-newsletter-signup form div.input {
		margin-bottom: 1em;
	}
	
	.module-newsletter-signup div.submit {
		margin-top: 2em;
	}
	
	.module-newsletter-signup form button {
		padding: 0;
		border: 0;
		background: none;
		box-shadow: none;
		cursor: pointer;
		outline: 0;
	}
	
	.module-newsletter-signup form button:hover .lnk {
		color: #000;
	}

	.module-newsletter-signup form div.input input {
		background: 0;
		border: 0;
		box-shadow: none;
		outline: 0;
		border: 1px solid #f2997b;
		display: block;
		width: 100%;
		padding: 0.6em 0.8em 0.5em;
		box-sizing: border-box;
		font-size: 1.25rem;
		color: #e94e1a;
		font-family: "TTNorms-Regular", sans-serif; 
		background: #fff;
	}
	
	.module-newsletter-signup form div.input input::placeholder {
		color: #f2997b;
		opacity: 1;
	}
	
	.module-newsletter-signup .form-col-1 {
		width: 48%;
		margin-right: auto;
	}
	
	.module-newsletter-signup .form-col-2 {
		width: 48%;
	}
	
	
	
	
	
	
	
	/* MODULE: ADVICE CENTERS */
	
	.ac-region:not(:last-child) {
		margin-bottom: 6em;
		margin-top: 6em;
	}
	
	.acr-header {
		margin-bottom: 3em;
	}
	
	.ac-list > li {
		width: calc(50% - 1.5em);
		margin-right: auto;
		margin-bottom: 3em;
		background: #fdeeed;
		padding: 2em 2em 2.3em;
	}
	
	.ac-list > li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.ac-copy {
		margin-top: 0.75em;
	}
	
	.ac-list .wysiwyg strong {
		font-weight: normal;
		font-family: 'SabonNextLTPro-Bold', serif;
	}
	






	/* MODULE: SHARE */
	
	.module-share .module-wrap {
		background: url(imgs/bg-share.gif) no-repeat center center;
		background-size: contain;
		text-align: center;
		padding: 1.5625em 0 1.75em;
	}
	
	.module-share h3 {
		display: inline-block;
		font-size: 1.375em;
		line-height: 1.27272727272727272727;
		font-family: "TTNorms-Regular", sans-serif; 
		vertical-align: middle;
		margin-bottom: 0.3em;
	}
	
	.share-list {
		display: inline-block;
		vertical-align: middle;
	}
	
	.share-list li {
		display: inline-block;
		margin-left: 1.875em;
		vertical-align: middle;
	}
	
	.share-list li i {
		font-size: 240%;
	}
	
	.share-list li i.icon-email {
		font-size: 200%;
	}
	
	.share-list a {
		transition: color 150ms;
	}
	
	.share-list a:hover {
		color: #3EBB8F;
	}
	
	
	
	
	
	
	
	
	/* MODULE: BLOG */
	
	.module-news,
	.module-partners-teaser {
		background: #fdeeed;
	}
	
	.module-news .module-inner {
		padding-top: 5.875em;
		padding-bottom: 9.375em;
	}
	
	.module-news-teaser .module-inner,
	.module-partners-teaser {
		padding-top: 5.875em;
		padding-bottom: 5.875em;
	}
	
	nav.blog-topics {
		font-family: "TTNorms-Light", sans-serif; 
		margin-bottom: 3.9375em;
		text-transform: uppercase;
	}
	
	nav.blog-topics p {
		display: inline-block;
		font-size: .9375em;
		margin-right: 2.66666666666666666666em;
		margin-bottom: 0.5em;
	}
	
	nav.blog-topics ul {
		display: inline-block;
		font-size: .9375em;
	}
	
	nav.blog-topics li {
		display: inline-block;
		margin-right: 2.66666666666666666666em;
	}
	
	nav.blog-topics a.current,
	nav.blog-topics a:hover {
		text-decoration: underline;
	}
	
	article.blog-teaser a {
		display: block;
		background: #fff;
		transition: box-shadow 200ms, transform 200ms;
	}
	
	article.news-teaser a {
		background: none;
	}
	
	article.news-teaser a:hover .lnk {
		color: #000;
	}
	
	article.blog-teaser:not(.news-teaser) a:hover {
		transform: translateX(-5px) translateY(-5px);
		box-shadow: 10px 10px 0 0 rgba(8,46,75,0.1);
	}
	
	article.blog-teaser .copy,
	.team-grid .copy,
	.speakers-grid .copy,
	.search-results-list a {
		padding: 1.5em 1.875em 1.75em;
	}
	
	article.news-teaser .copy {
		padding: 0 !important;
	}
	
	article.press-teaser .copy {
		padding-top: 2.5em;
		padding-bottom: 2.75em;
	}
	
	article.blog-teaser h3,
	.partner-teaser h3,
	.hdln-e {
		font-family: "TTNorms-Bold", sans-serif; 
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
		word-wrap: break-word;
	}
	
	.partner-teaser h3 a:hover {
		text-decoration: underline;
	}
	
	article.press-teaser h3 {
		max-width: calc(100% - 170px);
	}
	
	.partner-teaser h6 {
		font-family: "TTNorms-Light", sans-serif; 
		font-size: 1rem;
		margin-bottom: 0 !important;
	}
	
	.partner-teaser .wysiwyg:not(.intro-copy) h6 {
		margin-bottom: 0.5em !important;
	}
	
	.partner-teaser figure {
		margin-bottom: 1.75em;
		display: block;
	}
	
	.partner-teaser figure a {
		display: block;
		height: 10em;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	
	.partner-teaser figure a img {
		display: none;
	}
	
	article.blog-teaser .meta,
	article.blog-teaser .tags,
	.module-team .tags,
	.module-article-header .meta,
	.module-tags .tags {
		font-size: 1.125em;
		margin-top: 0.4em;
	}
	
	article.blog-teaser .meta {
		margin-top: 0;
		font-family: "TTNorms-Light", sans-serif; 
		color: #E94E1B;
		margin-bottom: 0.5em;
	}
	
	article.press-teaser .meta {
		margin-top: 0.3em;
	}
	
	.module-article-header .meta + .wysiwyg {
		margin-top: 2em;
	}
	
	article.blog-teaser .tags,
	.module-team .tags,
	.module-tags .tags {
		word-spacing: 3px;
	}
	
	.module-tags .tags {
		text-align: center;
	}
	
	article.blog-teaser .meta .icon-line {
		font-size: 40%;
	}
	
	article.blog-teaser .subline {
		color: #7DCBB6;
		text-transform: uppercase;
		font-size: 1.25em;
		line-height: 1.7;
		font-family: "TTNorms-Regular", sans-serif; 
	}
	
	article.blog-teaser .intro-copy,
	.partner-teaser .intro-copy {
		font-size: 1.25em;
		line-height: 1.5;
		font-family: "TTNorms-Regular", sans-serif; 
		margin-top: 1.05000000000000000000em;
	}
	
	.partner-teaser .intro-copy {
		font-size: 1.125em;
	}
	
	.partner-teaser .tags-category {
		margin-bottom: 0.15em !important;
	}
	
	article.blog-teaser.instagram .intro-copy {
		margin-top: 0;
		word-wrap: break-word;
	}
	
	article.news-teaser .intro-copy {
		margin-top: .9em;
	}
	
	article.news-teaser figure {
		margin-bottom: 1.125em;
	}
	
	article.news-teaser .btn-set {
		margin-top: 1.5625em;
	}
	
	.module-blog nav.pagination {
		text-align: center;
	}
	
	.module-blog nav.pagination .col-prev,
	.module-blog nav.pagination .col-pages {
		display: none;
	}
	
	.module-blog .module-header,
	.module-partners-teaser .module-header,
	.module-text-teaser-grid .module-header {
		margin-bottom: 3.75em;
	}
	
	.module-press {
		background: #fdeeed;
	}
	
	.module-press .module-inner {
		padding-top: 4.25em;
		padding-bottom: 5em;
	}
	
	article.press-teaser .copy > div {
		position: relative;
	}
	
	article.press-teaser .meta {
		color: #646363;
		font-size: 1.125em;
		font-family: 'TTNorms-Bold', sans-serif;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.press-list > li:not(:last-child) {
		margin-bottom: 1.875em;
	}
	
	nav.pills {
		margin-bottom: 1.5em;
	}
	
	nav.pills a {
		display: inline-block;
		background: #f29a7c;
		color: #fff;
		font-size: 1.25em;
		padding: 0.3em .85em 0.15em;
		border-radius: 8px;
		border: 2px solid #f29a7c;
		text-align: center;
		margin: 0 1em 1em 0;
		transition: color 150ms, background 150ms, border-color 150ms;
	}
	
	nav.pills a:hover {
		background: #E94E1B;
		border-color: #E94E1B;
	}
	
	nav.pills a.current {
		background: #fff;
		border-color: #f29a7c;
		color: #f29a7c;
	}
	
	
	
	
	
	
	
	
	/* MODULE: PARTNERS TEASER */
	
	.partners-slideshow {
		position: relative;
	}
	
	.partners-slideshow .slideshow-arrows {
		position: absolute;
		top: 4.5em;
		left: -4.3vw;
		right: -4.3vw;
		height: 0;
		z-index: 2;
	}
	
	.partners-slideshow .slideshow-arrows a {
		color: #F2997B;
		font-size: 170%;
		position: absolute;
		top: 0;
		left: 0;
		transition: color 150ms;
	}
	
	.partners-slideshow .slideshow-arrows a.btn-next {
		left: auto;
		right: 0;
	}
	
	.partners-slideshow .slideshow-arrows a:hover {
		color: #000;
	}
	
	.partners-slideshow .slideshow {
		position: relative;
		z-index: 1;
		margin-left: -1.5625em;
		margin-right: -1.5625em;
	}
	
	.partner-teaser {
		background: #fff;
		padding: 2em;
		margin: 0 1.5625em;
	}
	
	.partners-slideshow .slick-track {
		display: table;
	}
	
	.partners-slideshow .partner-teaser {
		display: table-column;
	}
	
	.partner-teaser .btn-set {
		margin-top: 1.5em;
	}
	
	.module-partners-teaser .module-wrap {
		position: relative;
	}
	
	.module-partners-teaser .image-headline {
		position: absolute;
		left: 0;
		top: -8.75em;
		padding-top: 9.556%;
		width: 40vw;
		background: url(imgs/akteure.png) no-repeat center center;
		background-size: contain;
	}
	
	html[lang="en"] .module-partners-teaser .image-headline {
		background-image: url(imgs/akteure-en.png);
	}
	
	.module-partners-teaser {
		margin-top: 9em;
	}
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: AUTHOR */
	
	.module-author {
		text-align: center;
	}
	
	.module-author figure {
		margin: 0 auto;
		position: relative;
		max-width: 9.875em;
		margin-bottom: 1em;
	}
	
	.module-author figure::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(imgs/portrait-mask.png) no-repeat 0 0;
		background-size: cover;
		z-index: 2;
	}
	
	.module-author ul.meta {
		font-family: "TTNorms-Light", sans-serif; 
		font-size: 1.25em;
		line-height: 1.3;
	}
	
	.module-author ul.meta a {
		text-decoration: underline;
		color: #3EBB8F;
	}
	
	.module-author ul.meta a:hover {
		text-decoration: none;
	}
	
	
	
	
	
	
	
	
	
	/* MODULE: RELATED */
	
	.module-related .module-header {
		margin-bottom: 1.875em;
	}
	
	
	
	
	
	

	
	
	
	
	
	
	/* MODULE: TEAM / SPEAKERS */
	
	.module-team .module-header {
		margin-bottom: 1.875em;
	}
	
	.module-team {
		background: #fdeeed;
	}
	
	.module-team .module-inner {
		padding-top: 4.375em;
		padding-bottom: 8.75em;
	}
	
	.module-team .module-header h3 {
		color: #7DCBB6;
	}
	
	.team-grid li,
	.speakers-grid li {
		background: #fff;
	}
	
	.team-grid h4,
	.partners-grid h4,
	.speakers-grid h4 {
		font-family: 'TTNorms-Bold', sans-serif; 
		font-size: 1.875em;
		line-height: 1.23333333333333333333;
	}
	
	.partners-grid h4 {
		font-size: 1.5rem;
	}
	
	.team-grid .role,
	.speakers-grid .role {
		font-size: 1em;
		font-family: "TTNorms-Light", sans-serif; 
		line-height: 1.5;
	}
	
	.team-grid .meta-links-list,
	.speakers-grid .meta-links-list {
		margin-top: 1.25em;
	}

	.team-grid li.sn-col-set .copy {
		width: 65.4%;
		margin-right: auto;
		order: 1;
		padding: 3.75em;
	}
	
	.team-grid li.sn-col-set figure {
		width: 34.545454545454545455%;
		order: 2;
		padding: 2.5em;
		display: block;
	}
	
	.team-grid li.sn-col-set figure img {
		border-radius: 50%;
	}
	
	.module-partners .team-grid li.sn-col-set figure img {
		border-radius: 0;
	}
	
	.team-grid .wysiwyg,
	.partners-grid .wysiwyg,
	.module-downloads .description {
    font-size: 1.125em;
    line-height: 1.55555555555555555555;
		margin-top: 0.5em;
	}
	
	.module-downloads .description {
		transition: color 150ms;
	}
	
	.partners-grid .wysiwyg {
		margin-bottom: 1em;
	}
	
	.partners-grid .meta-links-list {
		margin-top: auto;
	}
	
	.partners-filter {
		margin-bottom: 3em;
	}
	
	.partners-filter > div {
		display: inline-block;
		margin-right: 1em;
	}
	
	.partners-filter > div > span {
    font-size: 1.25em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "TTNorms-Bold",sans-serif;
    display: inline-block;
    margin-right: 0.5em;
		vertical-align: middle;
	}
	
	.partners-filter > div:not(:last-child) {
		margin-bottom: 1em;
	}
	
	.empty-state {
		font-size: 1.125em;
		background: #fff;
		padding: 1.75em;
		padding-top: 1.8em;
	}








	/* MODULE: PARTNERS */
	
	.module-partners {
		margin-top: 6em;
	}
	
	.module-partners .module-inner-with-nav {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		position: relative;
	}
	
	.partners-view-toggle {
		display: flex;
		flex-flow: row wrap;
		position: absolute;
		top: 0;
		transform: translateY(calc(-100% + 3px));
		font-family: 'TTNorms-Bold', sans-serif;
		font-size: 1.125em;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.partners-view-toggle > div {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		margin-right: 1em;
	}
	
	.partners-view-toggle a {
		display: inline-block;
		border: 3px solid #fdeeed;
		background: #fff;
		color: #000;
		padding: 0.5em 1em;
		transition: background, color;
		transition-duration: 150ms;
	}
	
	.partners-view-toggle a + a {
		margin-left: .5em;
	}
	
	.partners-view-toggle a:hover,
	[data-view="list"] .partners-view-toggle a.btn-list,
	[data-view="map"] .partners-view-toggle a.btn-map {
		background: #fdeeed;
	}
  
  
  
  
  #sn-map-cookieconsent-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #fdeeed;
    place-items: center;
    z-index: 100;
  }
  
  html[data-cookies-accepted="false"] #sn-map-cookieconsent-placeholder {
    display: grid;
  } 
  
  #sn-map-cookieconsent-placeholder > div {
    padding: 2em;
    max-width: 700px;
  }
  
  #sn-map-cookieconsent-placeholder p a {
    text-decoration: underline;
  }
  
  @media (hover: hover) {
    #sn-map-cookieconsent-placeholder p a:hover {
      text-decoration: none;
    }
  }
	
	.module-partners iframe {
		width: 100%;
		height: 75vw;
    height: calc(100vh - 120px);
	}
	
	@media (max-width: 650px) {
		.module-partners iframe {
			height: calc(100vh - 12em);
		}
	}
	
	.module-partners .module-inner#view-map {
		max-width: none !important;
		padding: 0 !important;
	}
	
	#view-map,
	#view-list {
		display: none;
	}
	
	[data-view="list"] #view-list {
		display: block;
	}
	
	[data-view="map"] #view-map {
		display: block;
	}
	
	
	
	
	
	
	
	
	
	
	/* MODULE: CALENDAR */
	
	.module-calendar {
		background: #fdeeed;
	}
	
	.module-calendar .module-inner {
		padding-top: 2.9375em;
		padding-bottom: 6em;
	}
	
	.module-calendar .col-filters {
		width: 30%;
		margin-right: auto;
	}
	
	.filter-form-list {
		max-width: 16.375em;
	}
	
	.filter-form-list label {
		display: none;
	}
	
	.filter-form-list > li,
	.partners-filter .select-wrapper {
		margin-bottom: 1.25em;
		border-radius: 1.5625em;
		background: #fff;
		padding: .375em .375em .375em 1.25em;
	}
	
	.partners-filter .select-wrapper {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		padding-right: 2.85em;
	}
	
	.filter-form-list .select-wrapper,
	.filter-form-list .search-wrapper {
		position: relative;
		display: block;
	}
	
	.filter-form-list .select-wrapper i,
	.filter-form-list .search-wrapper i,
	.partners-filter .select-wrapper i {
		position: absolute;
		right: 2em;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		pointer-events: none;
		font-size: 50%;
    background: #fff;
    box-shadow: 0 0 10px 8px #fff;
	}
	
	.filter-form-list .search-wrapper i {
		pointer-events: all;
		right: 1.35em;
		font-size: 75%;
	}
	
	.filter-form-list .search-wrapper i.icon-clear {
		cursor: pointer;
	}
	
	.filter-form-list .search-wrapper i.icon-clear,
	.filter-form-list .search-wrapper.has-value i.icon-search {
		display: none;
	}
	
	.filter-form-list .search-wrapper i.icon-search,
	.filter-form-list .search-wrapper.has-value i.icon-clear {
		display: block;
	}
	
	.filter-form-list li.select {
		opacity: 1;
		transition: opacity 250ms;
	}
	
	.calendar-filter-form.fulltext-search li.select {
		opacity: 0;
		pointer-events: none;
	}
	
	.filter-form-list li.select select,
	.filter-form-list li.search input,
	.search-form-list li.search input,
	.partners-filter select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: 0;
		border: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		font-family: 'TTNorms-Bold', sans-serif; 
		font-size: 1.125em;
		line-height: 1.55555555555555555555;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		background: none;
		width: 100%;
	}
	
	.filter-form-list li.search input {
		cursor: auto;
	}
	
	.module-calendar .col-results {
		width: 65.333333333333333333%;
	}
	
	.calendar-list > li:not(:first-child) .calendar-teaser {
		margin-top: 2.08333333333333333300vw;
	}
	
	.calendar-list > li:not(:first-child) .calendar-teaser.same-date {
		margin-top: .625em;
	}
	
	.calendar-teaser {
		position: relative;
		padding-left: 13.125em;
	}
	
	.calendar-teaser > a {
		display: block;
		background: #fff;
		padding: 1.875em 2.5em 1.875em 2.1875em;
	}
	
	.calendar-teaser .date {
		position: absolute;
		left: 0;
		top: 1.875em;
	}
	
	.calendar-teaser .date span {
		display: block;
	}
	
	.calendar-teaser .date-day {
		font-family: 'SabonNextLTPro-Display', serif;
		font-size: 1.5em;
		line-height: 1.22222222222222222222;
		letter-spacing: 1px;
	}
	
	.calendar-teaser.has-end-date .date-day span {
		font-size: 0.6em;
		margin-bottom: 0.2em;
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	.calendar-teaser.same-date .date-day {
		/*display: none;*/
	}
	
	.calendar-teaser .date-time {
		font-family: "TTNorms-Light", sans-serif; 
		font-size: 1.25em;
		line-height: 1.2;
	}
	
	.calendar-teaser h3 {
		font-family: "TTNorms-Bold", sans-serif; 
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
	}
	
	.calendar-teaser h3.long {
		font-size: 1.25em;
	}

	.calendar-teaser a:hover h3 {
		text-decoration: underline;
	}

	.calendar-teaser .place {
		padding-left: 1em;
		position: relative;
		font-family: "TTNorms-Regular", sans-serif; 
		font-size: 1.25em;
		line-height: 1.15;
		margin-top: .4em;
		color: #F2997B;
	}
	
	.calendar-teaser .place i {
		color: #F2997B;
		position: absolute;
		left: 0;
		top: 0.2em;
		font-size: 80%;
	}
	
	.calendar-teaser .type {
		color: #E94E1B;
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	.calendar-teaser.past h3,
	.calendar-teaser.past .type,
	.calendar-teaser.past .place,
	.calendar-teaser.past .place i,
	.calendar-teaser.past .date-day,
	.calendar-teaser.past .date-time {
		color: #9B9B9B;
	}
	

	
	.module-calendar nav.pagination,
	.module-press nav.pagination {
		margin-top: 3.75em;
		text-align: left;
	}
	
	.module-press nav.pagination {
		text-align: center;
	}
	
	.module-calendar nav.pagination .col-prev,
	.module-calendar nav.pagination .col-pages {
		display: none;
	}
	
	.calendar-list-wrapper {
		position: relative;
	}
	
	.calendar-list-wrapper .calendar-list,
	.calendar-list-wrapper .load-more {
		opacity: 1;
		transition: opacity 250ms;
	}
	
	.calendar-list-wrapper.loading .calendar-list,
	.calendar-list-wrapper.loading .load-more {
		opacity: 0.2;
	}
	
	.calendar-list-wrapper .loading-overlay {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 20;
		display: none;
	}
	
	.calendar-list-wrapper.loading .loading-overlay {
		display: block;
	}
	
	.calendar-list-wrapper .loading-overlay span.loading {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	
	.calendar-list > li.note p {
		font-size: 1.25em;
		font-family: "TTNorms-Light", sans-serif; 
		line-height: 1.5;
	}
	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: SEARCH */
	
	.module-search {
		min-height: 25em;
	}
	
	.search-form {
		padding: 4.25em 0 2.375em;
	}
	
	.search-form-list label {
		font-size: 1em;
		font-family: "TTNorms-Light", sans-serif; 
		display: block;
		line-height: 1.875;
		margin-bottom: .6875em;
	}
	
	.search-form-list li.search input {
		text-transform: none;
		letter-spacing: 1.5px;
		font-size: 3em;
		line-height: 1.16666666666666666666;
		color: #082E4B;
		cursor: auto;
	}
	
	.search-form-list li.search input::placeholder {
		color: #3EBB8F;
		opacity: 1;
	}
	
	.search-results-count {
		color: #8FACC0;
		font-family: "TTNorms-Regular", sans-serif; 
		font-size: 1.5em;
		line-height: 1.33333333333333333333;
		margin-bottom: 1.25em;
	}
	
	.search-results-list > li:not(:last-child) {
		margin-bottom: 3.472222222222222222vw;
	}
	
	.search-results-list a {
		display: block;
		box-sizing: border-box;
		background: #fff;
	}
	
	.search-results-list a:hover h3 {
		text-decoration: underline;
	}
	
	.search-results-list .wysiwyg {
		font-size: 1.25em;
		font-family: "TTNorms-Light", sans-serif; 
		line-height: 1.5;
	}
	
	
	
	
	
	
	
	/* MODULE: DOWNLOADS */
	
	.module-downloads {
		background: #fdeeed;
	}
	
	.module-downloads .module-inner {
		padding-top: 5.25em;
		padding-bottom: 5.875em;
	}
	
	.module-downloads .downloads-header {
		margin-bottom: 1.875em;
	}
	
	.downloads-grid .btn-set {
		text-align: left;
	}
	
	section.downloads-category:not(:last-child) {
		margin-bottom: 1.875em;
	}
	
	.downloads-grid > li {
		width: 47.916666666666666666%;
	}
	
	.downloads-grid > li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.downloads-grid > li:nth-child(3n+3) {
		margin-right: 4.16%;
	}
	
	.downloads-grid .col-1 {
		width: 28%;
	}
	
	.downloads-grid .col-1 img {
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
	}
	
	.downloads-grid .has-image .col-2 {
		width: 65%;
		margin-left: auto;
	}
	
	.downloads-grid .has-image figure {
		display: block;
	}
	
	html.explorer .downloads-grid .has-image > a {
		display: block;
	}
	
	
	
	
	
	
	
	
	
	
	
	/* MAP */
	
	.view-map header.main,
	.view-map footer.main {
		display: none;
	}
	
  section.mutik-map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
	
	section.mutik-map .wysiwyg a {
		word-wrap: break-word;
	}
	
	.mutik-map-wrapper {
		position: absolute;
		top: 0;
		left: 24.375em;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	
	.closed-sidebar .mutik-map-wrapper {
		left: 0;
	}
	
	#mutik-map {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
  
  .mutik-marker {
  	width: 44px;
		height: 60px;
		visibility: hidden;
		margin-top: -60px;
		margin-left: -22px;
		transition: visibility 0ms 1000ms, opacity 250ms 0ms, filter 250ms 0ms;
  }
  
  .mutik-marker.coords-group-position-2 {
    margin-left: -22px;
    margin-top: -80px;
  }
  
  .mutik-marker.coords-group-position-3 {
    margin-left: -22px;
    margin-top: 20px;
  }
  
  .mutik-marker.coords-group-position-4 {
    margin-left: -22px;
    margin-top: -80px;
  }
  
  .mutik-marker.coords-group-position-5 {
    margin-left: -22px;
    margin-top: 20px;
  }
	
	.mutik-map.internal .mutik-marker {
		width: 10px;
		height: 10px;
		margin-top: -5px;
		margin-left: -5px;
	}
	
	.mutik-marker.shown {
		visibility: visible;
		transition-delay: 0ms;
	}
	
	.mutik-marker span {
  	width: 44px;
		height: 60px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		text-align: center;
		color: #fff;
		cursor: pointer;
		display: block;
		position: relative;
		transform: scale(0.9) translateY(5px);
		opacity: 0;
		transition: opacity 250ms, transform 250ms;
	}
	
	.mutik-map.internal .mutik-marker span {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		box-shadow: 0 0 0 1px #fff;
	}
	
	.mutik-marker.shown span {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	
	.mutik-marker em.icons {
		position: relative;
		z-index: 2;
		display: block;
		padding-top: 11px;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
	}
	
	.mutik-marker em.icons-2 {
		padding-top: 13px;
	}
	
	.mutik-marker em.icons-3 {
		padding-top: 9px;
		line-height: 15px;
	}
	
	.mutik-map.internal .mutik-marker em {
		display: none !important;
	}
	
	.mutik-marker.faded {
		opacity: 1;
		filter: grayscale(0.8) contrast(0.6) brightness(1.6);
	}
	
	.mutik-marker.active {
		opacity: 1;
		z-index: 100;
	}
	
	.mutik-marker i {
    display: inline-block;
		font-size: 180%;
	}
	
	.mutik-marker em.icons-2 i {
		font-size: 140%;
    padding: 0 1px;
	}
	
	.mutik-marker em.icons-3 i {
		font-size: 120%;
		padding: 0 2px;
	}
	
	.mutik-marker span {
		background-image: url(imgs/marker.png);	
	}
	
	.mutik-marker em.background {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		background-image: url(imgs/marker-hover.png);
		opacity: 0;
		transition: opacity 150ms;
		z-index: 1;
	}
	
	.mutik-marker:hover em.background,
	.mutik-marker.active em.background {
		opacity: 1;
	}
	
	.sidebar-left {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 24.375em;
		z-index: 2;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		transform: translateX(0%);
		transition: transform 250ms;
	}
	
	.mutik-map.is-iframe-view .sidebar-left {
		box-shadow: none;
	}
	
	.closed-sidebar .sidebar-left {
		transform: translateX(-100%);
	}
	
	.sidebar-right {
		position: absolute;
		top: 7.6875em;
		right: 0;
		bottom: 0;
		width: 24.375em;
		z-index: 3;
		color: #000;
		transform: translateX(10px) scale(0.95);
		opacity: 0;
		visibility: hidden;
		transition: opacity 150ms 0ms, transform 250ms 0ms, visibility 0ms 250ms;
		pointer-events: none;
	}
	
	.sidebar-right.shown {
		transition-delay: 0ms;
		transform: translateX(0px) scale(1);
		visibility: visible;
		opacity: 1;
	}
  
	header.map {
		position: absolute;
		left: 2.5em;
		top: 1.875em;
		z-index: 2;
	}
	
	header.map h1 {
		float: left;
		margin-right: 1em;
	}
	
	header.map h1 a {
		display: block;
	}
  
	header.map h1 img {
		display: block;
		width: 6.45em;
	}
	
	header.map .back {
		float: left;
		line-height: 4em;
		color: #000;
	}
	
	header.map .back i {
		margin-right: 0.5em;
	}
	
	header.map .back a {
		font-size: .875em;
	}
  
	header.map .back a:hover span {
		text-decoration: underline;
	}
	
	section.filter {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 7.6875em;
		width: 24.375em;
		z-index: 2;
		color: #000000;
		background: #fdeeed;
		overflow: hidden;
	}
	
	.mutik-map.is-iframe-view section.filter {
		top: 0;
	}
	
	.filter-scroll {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.filter-body,
	.sidebar-right article {
		background: #fdeeed;
		min-height: 100%;
		padding: 3.125em 1.875em;
		padding-right: 3em;
		box-sizing: border-box;
		width: 24.375em;
		position: relative;
	}
	
	.sidebar-right article {
		background: #fff;
	}
	
	.sidebar-right article {
		pointer-events: all;
	}
	
	.sidebar-right .sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
	
	.filter-body {
		width: auto;
		background: none;
	}
	
	.mCSB_inside>.mCSB_container {
		margin-right: 0;
	}
	
	.mCSB_scrollTools {
		top: 5px;
		bottom: 5px;
	}
	
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #aa9e9d !important;
	}
	
	.mCSB_scrollTools .mCSB_draggerRail {
		background-color: #fff !important;
	}
	
	.sidebar-right .mCSB_scrollTools {
		top: 44px;
		z-index: 2;
		pointer-events: all;
	}
	
	.filter-loading {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background: rgba(45,56,61,0.3);
		z-index: 5;
		opacity: 0;
		transition: opacity 150ms 0ms, height 0ms 150ms;
		overflow: hidden;
	}
	
	.filter-loading.shown {
		transition-delay: 0ms;
		opacity: 1;
		height: 100%;
	}
	
	.filter-loading span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1.5em;
		margin-left: -1.5em;
		background: #fff;
    border-radius: 50%;
    padding: 10px;
	}
	
  @keyframes spin {
      from {transform:rotate(0deg);}
      to {transform:rotate(360deg);}
  }

  .filter-loading span img {
    position: relative;
    animation: spin .4s infinite linear;
  }
	
	.filter-body h1,
	.sidebar-right h1 {
		font-size: 1.5em;
		margin-bottom: .83333333333333333333em;
	}
	
	.sidebar-right h1 {
		font-size: 1.25em;
    font-family: "TTNorms-Bold", sans-serif;
    line-height: 1.33333333333333333333;
    word-wrap: break-word;
	}
	
	.sidebar-right div.more {
		margin-top: 1.5em;
	}
	
	.sidebar-right div.more .lnk:hover {
		color: #e94e1b;
	}
	
	.filter-sections > li {
		padding-bottom: 2em;
	}
	
	.btn-filter-close,
	.btn-article-close {
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		z-index: 2;
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
		text-align: center;
		background: #e94e1c;
		transition: background 150ms;
		display: none;
	}
	
	.btn-filter-toggle {
		display: none;
	}
	
	.btn-article-close {
		display: block;
		pointer-events: all;
	}
	
	.btn-filter-close:hover,
	.btn-article-close:hover {
		background: #e94e1c;
	}
	
	section.mutik-map p.legal {
		font-size: .75em;
		color: #f2997b;
		font-family: "TTNorms-Bold", sans-serif;
	}
  
	section.mutik-map p.legal a {
		display: inline-block;
		margin-right: .75em;
		transition: color 150ms;
	}
	
	section.mutik-map p.legal a:hover {
		color: #e94e1b;
	}
	
	.checkbox-list > li {
		margin-bottom: 0.35em;
	}
	
	.checkbox-list label {
		display: block;
		cursor: pointer;
		position: relative;
		padding-left: 2em;
		user-select: none;
	}
	
	.checkbox-list .input {
		display: block;
		float: left;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.filter-akteure .checkbox-list .label {
		position: relative;
		display: inline-block;
		line-height: 1.5;
	}
	
	.filter-akteure .checkbox-list .label > span {
		line-height: 1.2;
		display: inline-block;
	}
	
	.checkbox-list input[type=checkbox] + span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		pointer-events: none;
		text-align: center;
		line-height: 1.25em;
		opacity: 0;
		transform: scale(0.5);
		transition: opacity 150ms;
	}
	
	.checkbox-list input[type=checkbox] + span i {
		font-size: 90%;
	}
	
	.checkbox-list input[type=checkbox]:checked + span {
		opacity: 1;
		transform: scale(1);
	}
	
	.checkbox-list input[type=checkbox],
	.checkbox-list .input em {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		opacity: 0;
		width: 1.25em;
		height: 1.25em;
		background: #fff;
		outline: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 2px;
		box-shadow: none;
		transition: background 150ms;
		display: block;
		cursor: pointer;
	}
	
	.checkbox-list .input em {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	
	.checkbox-list label:hover input[type=checkbox],
	.checkbox-list label:hover .input em {
		background: #fff;
	}
	
	.checkbox-list .projekt-kunstlabore input[type=checkbox],
	.checkbox-list .projekt-kunstlabore em {
		box-shadow: 0 0 0 1px #F23F00 inset !important;
	}
	
	.checkbox-list .projekt-kreativpotentiale input[type=checkbox],
	.checkbox-list .projekt-kreativpotentiale em {
		box-shadow: 0 0 0 1px #27D6BC inset !important;
	}
	
	.checkbox-list .projekt-kulturagenten input[type=checkbox],
	.checkbox-list .projekt-kulturagenten em {
		box-shadow: 0 0 0 1px #A61783 inset !important;
	}
	
	.filter-sections .select-wrapper,
	.form-list .select-wrapper {
		position: relative;
	}
	
	.filter-sections .select-wrapper#school-type-wrapper {
    padding-left: 2.3125rem;
    margin-top: 0.75rem;
    font-size: 80%;
	}
	
	select::-ms-expand {
	    display: none;
	}
	
	.filter-sections select,
	.form-list select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		width: 100%;
		background: #fff;
		outline: 0;
		margin: 0;
		padding: 0.75em 1em;
		border: 0;
		border-radius: 2px;
		box-shadow: none;
		display: block;
		box-sizing: border-box;
		color: #e94e1b;
		cursor: pointer;
		transition: background 150ms;
	}
	
	.filter-sections .select-wrapper:hover select {
		background: #fff;
	}
	
	.filter-sections .select-wrapper i,
	.form-list .select-wrapper i {
		position: absolute;
		right: 1em;
		top: 0.7em;
		z-index: 2;
		pointer-events: none;
	}
	
	.filter-sections .select-wrapper i::before,
	.form-list .select-wrapper i::before {
		font-size: 65%;
	}
	
	.btn-back-to-germany {
		display: block;
		position: absolute;
		top: 1.875em;
		right: 2.25em;
		float: right;
		width: 3em;
		height: 4.125em;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		background-image: url(imgs/germany.png);
		z-index: 2;
		opacity: 0;
		margin-top: -1000px;
		transform: scale(0.5);
		transition: opacity 250ms 0ms, transform 250ms 0ms, margin-top 0ms 250ms;
	}
	
	.btn-back-to-germany.shown {
		transition-delay: 0ms;
		opacity: 1;
		transform: scale(1);
		margin-top: 0;
	}
	
	.sidebar-right article .wysiwyg {
		font-size: 1em;
		line-height: 1.57142857142857142857;
	}
	
	.sidebar-right article .wysiwyg h2 {
		margin-bottom: 0;
	}
	
	.sidebar-right article .wysiwyg em.role {
		display: inline-block;
		margin-bottom: 0.5em;
	}
	
	.sidebar-right article .wysiwyg + .wysiwyg {
		margin-top: 2em;
		padding-top: 2em;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	
	i.icon-a-8::before {
		font-size: 120%;
	  margin-top: -2px;
	  display: inline-block;
	  vertical-align: middle;
	}
	
	.filter-body .intro {
		margin-bottom: 1.5em;
	}
	
	#mutik-map .mapboxgl-ctrl-compass {
		display: none !important;
	}
	
	#mutik-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
		margin: 0 35px 35px 0 !important;
	}
	
	#mutik-map .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
		display: none !important;
	}
	
	.state-intro {
		position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    background: rgba(45,56,61,0.3);
    z-index: 5;
    padding: 0 3em;
		overflow: hidden;
		opacity: 0;
		transition: height 0ms 500ms, opacity 150ms 0ms;
	}
	
	.state-intro.shown {
		opacity: 1;
		height: 100%;
		transition-delay: 0ms;
	}
	
	.state-intro > div {
		position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.95);
    max-width: 36em;
    margin: 0 auto;
    background: rgba(45, 56, 61, 0.93);
		padding: 3.125em 1.875em;
		color: #fff;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
		font-size: 1.125em;
		opacity: 0;
		transition: all 250ms;
	}
	
	.state-intro.shown > div {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
	
	.state-intro .btn-close-state-intro {
		position: absolute;
		top: 1em;
		right: 1em;
		z-index: 2;
	}
	
	.state-intro h1 {
		font-size: 1.15em;
    margin-bottom: 1.5rem;
		position: relative;
		transition: all 250ms 150ms;
		transform: translateY(5px);
		opacity: 0;
	}
	
	.state-intro.shown h1 {
		opacity: 1;
		transform: translateY(0px);
	}
	
	.state-intro table {
		margin-bottom: 1.5rem;
		position: relative;
		transition: all 250ms 200ms;
		transform: translateY(5px);
		opacity: 0;
	}
	
	.state-intro.shown table {
		opacity: 1;
		transform: translateY(0px);
	}
	
	.state-intro th {
		text-align: left;
		vertical-align: top;
		padding-right: 1em;
	}
	
	.state-intro td {
		text-align: left;
		vertical-align: top;
	}
	
	.state-intro p {
		position: relative;
		transition: all 250ms 250ms;
		transform: translateY(5px);
		opacity: 0;
	}
	
	.state-intro.shown p {
		opacity: 1;
		transform: translateY(0px);
	}
	
	.state-intro .mCSB_3_scrollbar {
	}
	
	.state-intro-content {
		padding-right: 2em;
	}
	
	.state-intro-scroll {
		max-height: 65vh;
	}
	
	.state-intro .mCustomScrollBox {
		max-height: 65vh !important;
	}
	
	
	
	@media only screen and (max-width: 1024px) {
  
	  section.mutik-map {
	  	font-size: 80%;
	  }
	
		section.mutik-map select {
			font-size: 1rem;
		}
  
	}
	
	
	
	

	@media only screen and (max-width: 650px) {
  
	  section.mutik-map {
	  	font-size: 100%;
			position: fixed;
	  }
	
		.sidebar-left {
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			right: 0;
			height: 12.5em;
			bottom: auto;
			box-shadow: none;
			transition: height 250ms;
		}
		
		.mutik-map.is-iframe-view .sidebar-left {
			height: 8.5em;
		}
	
		.mutik-map.view-state .sidebar-left,
		.mutik-map.is-iframe-view.view-state .sidebar-left {
			height: 17.5em;
		}
	
		.mutik-map-wrapper {
			position: absolute;
			top: 12.5em;
			left: 0;
			right: 0;
			bottom: auto;
			height: calc(100% - 12.5em);
			transition: height 250ms, top 250ms;
		}

		.mutik-map.is-iframe-view .mutik-map-wrapper {
			height: calc(100% - 8.5em);
			top: 8.5em;
		}
	
		.mutik-map.view-state .mutik-map-wrapper {
			top: 17.5em;
			height: calc(100% - 17.5em);
		}
	
		.sidebar-right {
			position: absolute;
			width: 100%;
			opacity: 0;
			visibility: hidden;
			pointer-events: all;
			transform: translateY(100%);
			top: 3.6875em;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(255,255,255,1);
			transition: opacity 150ms 0ms, transform 350ms 0ms, visibility 0ms 350ms
		}
		
		.mutik-map.is-iframe-view .sidebar-right {
			top: 0;
		}
	
		.filter-body, .sidebar-right article {
			width: 100%;
		}

		.btn-back-to-germany {
			font-size: 70%;
			right: 1.4rem;
			top: auto;
			bottom: 6rem;
		}
	
		section.filter {
			width: 100%;
			top: 3.6875em;
			border-bottom: 3px solid #e94e1c;
			overflow: visible;
		}
	
		header.map {
			left: 1.5em;
			top: 1em;
			right: 1.5em;
		}
	
		header.map h1 img {
			width: 2.75em;
		}
	
		header.map .back {
			float: right;
			line-height: 1.6em;
		}
	
		header.map .back a {
			font-size: 0.775em;
		}
	
		.filter-body, .sidebar-right article {
			padding: 1.5em 1.5em;
		}
	
		.filter-body .intro {
			display: none;
		}
	
		.filter-body h1, .sidebar-right h1 {
			font-size: 1em;
		}
	
		.checkbox-list {
			font-size: 80%;
		}
	
		#mutik-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
			margin: 0 24px 24px 0 !important;
		}
	
		.filter-sections > li {
			padding-bottom: 1em;
		}
	
		.filter-sections > li.filter-bundesland {
			padding-bottom: 0;
		}
	
		.filter-sections > li.filter-akteure {
			padding-top: 2em;
		}
	
		section.filter::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			right: 1em;
			height: 1em;
			z-index: 10;
			pointer-events: none;
		}
	
		.filter-sections .select-wrapper#school-type-wrapper {
			font-size: 1rem;
		}
	
		.sidebar-right.shown {
			transform: translateY(0%);
			visibility: visible;
			opacity: 1;
			transition-delay: 0ms;
		}
	
		.sidebar-right article {
			background: none;
			padding-right: 3em;
		}
	
		.view-map .container {
			min-height: 0;
		}
	
		section.mutik-map p.legal {
			display: none;
		}
	
		.btn-filter-toggle {
			display: block;
			position: absolute;
			bottom: -20px;
			left: 50%;
			margin-left: -35px;
			width: 70px;
			height: 20px;
			background: #e94e1c;
			color: #fff;
			text-align: center;
			border-bottom-left-radius: 7px;
			border-bottom-right-radius: 7px;
			z-index: 30;
			display: none;
		}
	
		section.mutik-map.view-state .btn-filter-toggle {
			display: block;
		}
	
		.btn-filter-toggle span {
			font-size: 80%;
			position: relative;
	    display: block;
	    vertical-align: top;
			position: absolute;
			top: 3px;
			width: 100%;
			text-align: center;
		}
	
		.btn-filter-toggle i::before {
			transform: rotate(180deg);
		}
	
		section.mutik-map.view-closed-filter .btn-filter-toggle i::before {
			transform: rotate(0deg);
		}
	
		.mutik-map.is-iframe-view.view-closed-filter .sidebar-left {
			height: 0;
		}
		
		.mutik-map.view-closed-filter .sidebar-left {
			
		}
		
		.mutik-map.view-closed-filter section.filter::after {
			display: none;
		}
	
		.mutik-map.view-closed-filter .mutik-map-wrapper {
		  top: 4.5em;
		  height: calc(100% - 4.5em);	
		}
		
		.mutik-map.is-iframe-view.view-closed-filter .mutik-map-wrapper {
			top: 0;
			height: 100%;
		}
	
		.mutik-map.view-closed-filter section.filter .mCSB_scrollTools_vertical {
			display: none !important;
		}
	
		.filter-scroll {
			overflow: auto;
		}
	
		.state-intro {
			padding: 0 1em;
		}
	
		.state-intro > div {
			font-size: 1em;
	    padding: 2.5em 1.5em;
	    padding-right: 0;
		}
	
		.state-intro h1 {
			font-size: 1em;
		}
	
		.state-intro {
			height: auto;
			bottom: 100%;
			transition: bottom 0ms 500ms,opacity 150ms 0ms;
			overflow: hidden;
		}
	
		.state-intro.shown {
			bottom: 0%;
			transition-delay: 0ms;
		}
	
		.state-intro > div,
		.state-intro.shown > div {
			top: 2em;
			left: 1em;
			right: 1em;
			bottom: 1em;
			position: absolute;
			transform: none;
		}
	
		.state-intro-scroll {
			height: 100%;
		}
	
		.state-intro-content {
			padding-right: 3.5em;
		}
	
		body.state-intro-shown .btn-back-to-germany {
			display: none;
		}
	
		.state-intro .mCSB_3_scrollbar {
		}
	
		.state-intro .mCustomScrollBox,
		.state-intro-scroll {
			max-height: none !important;
		}
	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






	/* FOOTER */
	
	footer.main {
		background: #fff;
		background-size: 54.166666666666666666vw auto;
	}
	
	footer.main > .inner {
		padding-top: 6.25em;
		padding-bottom: 5.9375em;
	}
	
	.upper-footer {
		margin-bottom: 2em;
	}
	
	nav.footer li {
		margin-right: 2em;
		display: inline-block;
	}
	
	nav.footer li > a {
		font-size: 1em;
		font-family: "TTNorms-Bold", sans-serif; 
		font-weight: 400;
		color: #F2997B;
		transition: color 150ms;
	}
	
	nav.footer a:hover,
	nav.footer .current-menu-item > a {
		color: #E94E1B;
	}
	
	.lower-footer .col-nav {
		white-space: nowrap;
		margin-right: auto;
	}

	.lower-footer .col-credits {
		white-space: nowrap;
	}
	
	.lower-footer .credits {
		color: #646363;
		font-size: .875em;
	}
  
  .upper-footer .sn-col-set {
    gap: 0px 2.3125em;
  }
	
	.upper-footer .col-1 img {
		max-width: 31.25rem;
	}
	
  .upper-footer .col-1 {
    margin-right: auto;
  }
  
	.upper-footer .col-3 img {
		max-width: 16em;
		padding-top: 0.3em;
	}

	.upper-footer p {
		font-size: .875em;
		color: #000;
		margin-bottom: 1.5em;
	}
	
	.upper-footer .col-3 {
		white-space: nowrap;
	}
	
	.upper-footer .col-3 li {
		display: inline-block;
		padding-top: 2.5em;
	}
	
	.upper-footer .col-3 li:not(:last-child) {
		margin-right: 2.875em;
	}

	.upper-footer .stiftung-mercator {
		max-width: 9.4375em;
	}

	.upper-footer .mutik {
		max-width: 6.6875em;
	}








  /* COOKIE BAR */
  
/*  div#CybotCookiebotDialog {
    max-width: 650px;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    margin: 0 25px 25px 0;
    width: calc(100% - 50px) !important;
    border-radius: 0px;
    z-index: 995 !important;
    font-size: 16px !important;
  }

  div#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
  }

  div#CybotCookiebotDialogBodyContent {
    padding: 24px 19px 11px 19px !important;
  }

  #CybotCookiebotDialogBody {
    padding-right: 0;
  }

  #CybotCookiebotDialogDetailFooter {
    display: none;
  }

  div#CybotCookiebotDialogBodyButtons {
    padding: 0 19px 16px 19px !important;
    margin: 0 !important;
  }

  a#CybotCookiebotDialogBodyButtonAccept,
  a#CybotCookiebotDialogBodyButtonDecline {
    width: auto !important;
    padding: 0.6em 0.9em;
    transition: opacity 150ms;
    opacity: 1;
    border-radius: 60px !important;
    border: 1px solid #bababa;
    padding-bottom: 0.5em !important;
  }

  div#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonAccept,
  div#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonDecline {
    font-family: 'TTNorms-Bold', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 11px !important;
    letter-spacing: -0.5px !important;
  }

  a#CybotCookiebotDialogBodyButtonAccept:hover,
  a#CybotCookiebotDialogBodyButtonDecline:hover {

  }

  a#CybotCookiebotDialogBodyButtonDecline {
    background: #fff !important;
    border-color: #cecece !important;
    color: #8d8d8d !important;
    margin-left: 0 !important;
  }

  a#CybotCookiebotDialogBodyButtonAccept {
    background: #e84e1c !important;
    border-color: #e84e1c !important;
    color: #fff !important;
  }

  #CybotCookiebotDialog a, #CybotCookiebotDialog div {
    font-family:'SabonNextLTPro-Display', serif !important;
  }*/
	
	#CybotCookiebotDialogBodyContentTitle {
		font-family:'SabonNextLTPro-Display', serif !important;
		font-weight: 400 !important;
		font-size: 1.5em !important;
		color: #27292c !important;
		margin-bottom: 12px !important;
	}
	
	#CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
		line-height: 1.431 !important;
	}
	
	#CybotCookiebotDialogDetailBodyContent {
		border-bottom-width: 1px !important;
	}
	
	#CybotCookiebotDialogDetailBody {
    margin: 0 !important;
    padding: 0.3rem 1.2rem 0.5rem 1.2rem;
    width: auto !important;
	}
	
	@media only screen and (max-width: 650px) {
		#CybotCookiebotDialogBodyButtonDetails {
	    display: block !important;
	    text-align: left !important;
	    float: none !important;
	    background-position: left 12px !important;
	    padding-left: 0px !important;
		}
	}
	
	@media only screen and (max-width: 500px) {
		div#CybotCookiebotDialog {
			width: 100% !important;
			border-radius: 0 !important;
			margin: 0 !important;
		}
	}
	
	#CybotCookiebotDialogBodyButtons {
		float: left;
		clear: both;
	}
	
	#CybotCookiebotDialogBodyButtons > a {
		float: left;
	}
	
	#CybotCookiebotDialogBodyButtons > #CybotCookiebotDialogBodyButtonDetails {
		float: left;
		clear: left;
		padding-top: 13px !important;
		background: transparent !important;
	}
	
	.wysiwyg .CookieDeclarationType {
		font-size: inherit !important;
		overflow: auto;
		position: relative;
		padding: 1em !important;
		margin-left: -1em !important;
		margin-right: -1em !important;
		border: 1px solid rgba(0,0,0,0.2) !important;
	}
	
	.CookieDeclarationTable {
		width: 100% !important;
	}
  
  .CookieDeclarationTable colgroup {
    display: none;
  }
	
	.CookieDeclarationTable thead {
		display: none;
	}
	
	.CookieDeclarationTable tbody tr {
		display: block;
		width: 100%;
		padding: 0.35em 0.75em;
		background: #fff;
		box-sizing: border-box;
		line-height: 1.2;
	}
	
	.CookieDeclarationTable tbody tr:not(:last-child) {
		margin-bottom: .5em;
	}
	
	.CookieDeclarationTable tbody td {
		display: block;
		width: 100%;
		padding-left: 12.25em !important;
		position: relative;
		border: 0 !important;
		box-sizing: border-box !important;
		max-width: none !important;
	}
	
	.CookieDeclarationTable tbody td::before {
		content: attr(data-label);
		display: inline-block;
		font-family:"TT Norms Regular" !important;
		font-weight: 400;
		position: absolute;
		left: 0;
	}
	
	.CookieDeclarationTypeHeader {
		font-family:"TT Norms Regular" !important;
		font-weight: 400 !important;
	}
	
	
	
	.cookieconsent-placeholder > div {
		background: #fdeeed;
		color: #000;
    padding: 1.5em;
	}
	
	.cookieconsent-placeholder > div > p {
		font-size: 1em;
    max-width: 850px;
	}
	
	.cookieconsent-placeholder > div > p a {
		text-decoration: underline;
	}
	
	.cookieconsent-placeholder > div > p a:hover {
		text-decoration: none;
	}
	
	.cookieconsent-placeholder .btn-set {
		margin-top: 1.5em;
	}
	
	.cookieconsent-placeholder > div > p strong {
		display: inline-block;
		padding-bottom: 0.3em;
	}
	
	.cookieconsent-placeholder .lnk {
		display: inline-block;
		color: #e94e1c;
	}

	
	
	
	
	
	
	
	
  /* NOTIFICATION BAR */
  
  .notification-bar {
    position: absolute;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    background: #6A3D8D;
		font-family: "TTNorms-Light", sans-serif; 
		color: #fff;
  }
	
	.notification-bar > .inner {
		padding-top: 1.1875em;
		padding-bottom: 1.1875em;
	}

	.notification-bar .copy {
		font-size: 1.25em;
		line-height: 1.6;
	}
	
	.notification-bar a {
		transition: opacity 150ms;
		opacity: 1;
	}
	
	.notification-bar a:hover {
		opacity: 0.75;
	}
	
	.notification-bar a i {
		font-size: 70%;
		margin-left: 0.5em;
	}









  /* MEMBERSAREA LOGIN */
  
  .module-membersarea-login .login-form-list {
    max-width: 600px;
  }
  
  @keyframes shake {
    10%, 90% { transform: translate3d(-3px, 0, 0); }
    20%, 80% { transform: translate3d(6px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-12px, 0, 0); }
    40%, 60% { transform: translate3d(12px, 0, 0); }
  }
  
  .module-membersarea-login form.has-error li.password {
    animation: shake .5s;
  }




  /* MEMBERSAREA APPOINTMENTS */
  
  .page-template-cms-template-membersarea .module-article-header {
    padding-top: 50px;
  }
  
  .page-template-cms-template-membersarea .module-article-header .module-wrap {
    position: relative;
  }
  
  .module-article-header .logout-button {
    position: absolute;
    top: -3px;
    right: 0;
  }
  
  .page-template-cms-template-membersarea .module-article-header,
  .module-membersarea-appointments,
  .module-membersarea-downloads {
    margin-bottom: max(80px, min(10vw, 130px)) !important;
  }
  
  .module-membersarea-appointments .module-header,
  .module-membersarea-downloads .module-header {
    margin-bottom: 1.75em;
  }
  
  .module-header.has-toolbar {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .module-header.has-toolbar .headline {
    padding-right: 25px;
  }
  
  .module-header.has-toolbar .toolbar {
    padding-top: 10px;
    margin-left: auto;
    user-select: none;
  }
  
  .toolbar .btn-prev,
  .toolbar .btn-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    color: #e55520;
    background: transparent;
    display: inline-block;
  }
  
  .toolbar button svg,
  .downloads-table .btn-download svg {
    width: 30px;
    height: auto;
  }
  
  .toolbar button svg path,
  .downloads-table .btn-download svg path {
    stroke: currentColor;
    transition: stroke 250ms;
  }
  
  .toolbar button:hover svg path,
  .downloads-table .btn-download:hover svg path {
    stroke: #000;
  }
  
  .toolbar button[disabled] svg path {
    stroke: #ddd;
  }
  
  .toolbar button svg,
  .toolbar button span {
    display: block;
  }
  
  .toolbar button[disabled] {
    cursor: default;
    pointer-events: none;
  }
  
  
  @media (max-width: 800px) {
    .module-header.has-toolbar .toolbar {
      padding-top: 7px;
    }
  }
  
  @media (max-width: 600px) {
    .module-header.has-toolbar .toolbar {
      padding-top: 3px;
    }
    .toolbar button svg,
    .downloads-table .btn-download svg {
      width: 22px;
    }
    .module-article-header .logout-button {
      top: -5px;
    }
    .module-article-header .logout-button .btn {
      font-size: 14px !important;
    }
  }
  
  
  
  
  
  
  .module-membersarea-appointments .module-header,
  .module-membersarea-downloads .module-header,
  .appointment-article,
  .appointments-list > li.empty-state-item > div,
  .downloads-table,
  .downloads-category-title > div {
    max-width: 90rem;
    padding: 0 var(--page-padding-left) 0 var(--page-padding-right);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .appointment-col-set {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .appointment-col-set .col-1 {
    flex-grow: 1;
    margin-right: 2em;
  }
  
  .appointment-col-set .col-2 {
    flex-shrink: 0;
    width: 220px;
  }
  
  .appointment-col-set .col-2 > div + div {
    margin-top: 0.3em;
  }
  
  .appointments-list > li {
    padding: 1.3em 0 1.4em;
    background: #fbeeed;
  }
  
  .appointments-list > li:nth-child(even) {
    background: #fef8f8;
  }
  
  .appointment-article h3 {
    margin-bottom: 0.5em;
  }
  
  .appointment-article .description {
    max-width: 700px;
  }
  
  .appointment-table {
    border-spacing: 0;
    margin-top: 0.3em;
  }
  
  .appointment-table th {
    font-weight: normal;
    vertical-align: top;
    padding-right: 1em;
  }
  
  .appointment-article .meta-date-and-time.is-same-day .meta-time {
    display: block;
  }
  
  @media (max-width: 800px) {
    
    .module-membersarea-appointments .module-header .headline span {
      display: none;
    }
    
    .appointment-col-set {
      flex-flow: column nowrap;
    }
    
    .appointment-col-set .col-2 {
      margin-top: 0.5em;
      font-family: 'SabonNextLTPro-Bold', serif;
    }
    
    .appointment-table tr,
    .appointment-table tr > * {
      display: block;
    }
    
    .appointment-table tr + tr {
      margin-top: 0.3em;
    }
    
    .appointment-table tr th {
      text-decoration: underline;
    }
    
  }
  
  
  
  
  
  
  
  /* MEMBERSAREA DOWNLOADS */
  
  .downloads-list {
    border-top: 1px solid #d4d4d4;
  }
  
  .downloads-list > li {
    border-bottom: 1px solid #d4d4d4;
  }
  
  .downloads-category-title {
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
  }
  
  .downloads-category-title > div > div {
    display: flex;
    flex-flow: row nowrap;
    padding: 1em 0;
  }
  
  .downloads-category-title .icon {
    margin-left: .5em;
    position: relative;
  }
  
  .downloads-category-title .icon i {
    display: block;
    position: relative;
    transition: transform 500ms;
    transform: none;
  }
  
  *[data-accordion-state="opened"] .downloads-category-title .icon i {
    transform: rotate(-180deg);
  }
  
  .downloads-table-wrap {
    max-height: 0px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: max-height, opacity;
    transition-duration: 500ms;
  }
  
  *[data-accordion-state="opened"] .downloads-table-wrap {
    max-height: var(--max-height, 2000px);
    opacity: 1;
  }
  
  .downloads-table-wrap > div {
    padding: 1em 0 7em;
  }
  
  .downloads-table {
    padding: 0;
    width: 100%;
    border-spacing: 0;
    max-width: none !important;
  }
  
  .downloads-table td,
  .downloads-table th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  
  .downloads-table thead th {
    text-transform: uppercase;
    padding-bottom: 15px;
  }
  
  .downloads-table td.empty {
    padding: 0 !important;
    min-width: var(--page-padding-left);
    width: calc((100vw - 75rem) / 2);
  }
  
  .downloads-table td.datetime {
    width: 200px;
  }
  
  .downloads-table td.filesize {
    width: 70px;
  }
  
  .downloads-table td.filetype,
  .downloads-table td.button {
    width: 50px;
  }

  .downloads-table tbody tr > * {
    background: #fbeeed;
  }
  
  .downloads-table tbody tr:nth-child(even) > * {
    background: #fef8f8;
  }

  .downloads-table tbody td,
  .downloads-table tbody th {
    padding: 1.6em 0.5em 1em 0;
  }
  
  .downloads-table .btn-download {
    color: #e55520;
  }
  
  .downloads-table td.button {
    text-align: right;
  }
  
  .downloads-table th.filename a {
    color: #000;
  }
  
  .downloads-filter-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    line-height: inherit;
    outline: 0;
    padding-right: 34px;
  }
  
  .downloads-filter-form label.select {
    display: inline-block;
    border: 2px solid #e55521;
    border-radius: 40px;
    display: flex;
    flex-flow: row nowrap;
    padding: 5px 10px 4px 15px;
  }
  
  .downloads-filter-form label.select > span {
    margin-right: 10px;
  }
  
  .styled-select {
    position: relative;
  }
  
  .styled-select .dropdown {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
  }
  
  .styled-select .dropdown svg {
    width: 16px;
    height: auto;
    display: block;
  }
  
  .styled-select .dropdown svg path {
    fill: #e55521;
  }
  
  
  
  
  
  @media (max-width: 800px) {
    
    .downloads-table tr > .datetime {
      display: none;
    }
    
  }
  
  
  @media (max-width: 600px) {
    
    .downloads-table tr > .filesize,
    .downloads-table tr > .filetype {
      display: none;
    }
    
    .downloads-table tbody td,
    .downloads-table tbody th {
      padding: 1.6em 0.5em 1em 0;
    }
    
    .downloads-filter-form label.select > span {
      display: none;
    }
    
    .downloads-filter-form label.select .hdln-18 {
      font-size: 14px;
    }
    
    .downloads-filter-form label.select {
      border-width: 1px;
    }
    
    .module-membersarea-downloads .module-header.has-toolbar .toolbar {
      padding-top: 0;
      margin-top: -1px;
    }
    
    .styled-select .dropdown {
      right: 0;
    }
    
    .styled-select .dropdown svg {
      font-size: 11px;
    }
    
    .downloads-filter-form select {
      padding-right: 20px;
    }
    
  }











/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 1440px) {
  
  :root {
    --page-padding-left: 7.5em;
    --page-padding-right: var(--page-padding-left);
  }
	
  .module .module-inner,
  header.main > .inner,
  .cookie-bar > .inner,
	footer.main > .inner,
	.notification-bar > .inner {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }
	
	footer.main {
		background-size: 48.75em auto;
	}
	
	nav.footer .sn-col-set > *,
	nav.footer-3 {
		width: 12.4125em;
	}
	
	.module-grid .module-wrap {
		margin-bottom: -3.125em;
	}
	
	.grid > li,
	.speakers-grid > li,
	.search-results-list > li:not(:last-child) {
		margin-bottom: 3.125em;
	}
	
	.topics-grid > li > a {
		min-height: 22.875em;
	}
	
	.calendar-list > li:not(:first-child) .calendar-teaser:not(.same-date) {
		margin-top: 1.875em;
	}
	
	.cookie-bar .btn-close {
		right: 7.5rem;
	}
	
}





@media only screen and (max-width: 1200px) {
	
	nav.footer .sn-col-set > * {
		width: 16.2vw;
	}
	
	nav.footer-3 {
		width: 100%;
		margin-top: 2em;
	}
	
	nav.footer-3 ul {
		margin-left: 0.2em;
	}
	
	nav.footer-3 li {
		display: inline-block;
		margin-right: 1em;
	}
	
	nav.footer-3 .title-wrap {
		display: none;
	}
	
	.events-teaser-list > li {
		width: 30.38888888888888888933%;
	}
	
	.events-teaser-list > li:not(:last-child) {
		margin-bottom: 0.5em;
	}
	
	.events-teaser-list > li.headline {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.topics-grid > li:nth-child(n) {
		width: 47.92%;
		margin-right: 4.16%;
	}
	
	.topics-grid > li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.topics-grid > li > a {
		min-height: 35vw;
	}
	
	
	.ac-region:not(:last-child) {
		margin-bottom: 8vw;
		margin-top: 8vw;
	}
	

	
}
	
	


@media only screen and (max-width: 1000px) {
  
  :root {
    --page-padding-left: 6vw;
    --page-padding-right: var(--page-padding-left);
  }
	
	.module .module-inner, header.main > .inner, .cookie-bar > .inner, footer.main > .inner, .notification-bar > .inner {
    padding-left: 6vw;
    padding-right: 6vw;
	}

	div.navs {
		opacity: 0;
		position: absolute;
		top: 0;
    left: 0;
		height: 0;
		width: 100%;
		transition: height 0ms 250ms, transform 250ms 0ms, opacity 250ms 0ms;
		transform: translateY(-20px);
		background: #fff;
		padding: 9em 6vw 2em 6vw;
		box-sizing: border-box;
	}
	
	body::after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 100%;
		z-index: 1;
		background: #fff;
		opacity: 0;
		transform: scale(0.98);
		transform-origin: center top;
		transition: opacity 250ms 0ms, transform 250ms 0ms, bottom 0ms 250ms;
	}
	
	body.menu::after {
		opacity: 1;
		transform: scale(1);
		bottom: 0;
		transition-delay: 0ms;
	}
	
	body.menu div.navs {
		display: block;
		opacity: 1;
		transform: none;
    z-index: 2;
    box-sizing: border-box;
		height: 106vh;
		transition-delay: 0ms;
	}
	
	body.scrolled.menu div.navs {
		height: 115vh;
	}
	
	.touchevents body.menu div.navs {
		padding-bottom: 8em;
	}

	.btn-menu {
		display: block;
		color: #E94E1B;
		position: absolute;
		right: 6vw;
		font-size: 138%;
		bottom: 6.5em;
		transition: bottom 300ms;
		z-index: 3;
	}
	
	body.scrolled .btn-menu {
		bottom: 2.95em;
	}
	
	.btn-menu i {
		position: absolute;
		top: 0;
		right: 0;
		transition: opacity 150ms, transform 150ms;
	}
	
	.btn-menu .icon-menu-close {
		right: 0.08em;
    top: -0.15em;
    font-size: 130%;
	}
	
	body.menu .btn-menu .icon-menu,
	.btn-menu .icon-menu-close {
		opacity: 0;
		transform: scale(0.5);
	}
	
	body.menu .btn-menu .icon-menu-close {
		opacity: 1;
		transform: scale(1);
	}
	
	.site-title {
		position: relative;
		z-index: 3;
	}
	
	.site-title a {

	}
	
	body.scrolled .site-title img {
		padding-top: 0;
	}
	
	nav.meta {
		display: none;
	}
	
	nav.header {
		text-align: right;
		position: relative;
		height: 100%;
		overflow-y: auto;
	}
	
	.touchevents nav.header {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	nav.header li.btn-language {
		display: block !important;
	}
	
	nav.header .menu > li {
		display: block;
		margin-left: 0;
	}
	
	nav.header .menu > li:not(:first-child) {
		margin-top: 1em;
	}
	
	nav.header .icon-wrap {
		display: none;
	}
	
	nav.header .menu > li > a {
		margin-bottom: .1em;
		font-size: 1.25em;
		display: inline-block;
		letter-spacing: 0;
	}
	
	nav.header .sub-menu {
		max-height: 0px;
		overflow: hidden;
		transition: max-height 500ms;
		margin-bottom: 0;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	nav.header .sub-menu > li > a {
		font-family: "TTNorms-Light", sans-serif; 
	}
	
	nav.header .sub-menu > li:not(:last-child) {
		margin-bottom: 0.3em;
	}
	
	nav.header .sub-menu > li:last-child {
		margin-bottom: 1em;
	}
	
	nav.header > .inner {
		font-size: 1.25em;
	}
	
	nav.header .sub-menu > li > a:hover,
	nav.header .sub-menu > li:hover > a,
	nav.header .sub-menu > li.current-menu-item > a,
	nav.header .sub-menu > li.current-menu-parent > a {
		color: #E94E1B;
	}
	
	nav.footer-1 {
		width: 100%;
	}
	
	nav.footer-1 .sn-col-set > * {
		width: auto;
		margin-right: auto;
	}
	
	nav.footer-1 .sn-col-set > li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	
	nav.footer-2 {
		width: 100%;
		margin-top: 2em;
	}
	
	nav.footer-2 .sn-col-set > * {
		width: 100%;
	}
	
	nav.footer-2 li {
		display: inline-block;
		margin-right: 1em;
	}
	
	nav.footer-3 .headline {
		display: none;
	}
	
	nav.footer-3 {
		margin-top: 0;
	}
	
	footer.main > .inner {
		padding-top: 4.25em;
		padding-bottom: 3em;
	}
	
	.claims-list > li:nth-child(n) {
		width: 100%;
		max-width: 31.25em;
		margin: 0 auto;
	}
	
	.claims-list > li:not(:last-child) {
		margin-bottom: 2.5em;
	}
	
	.claims-list .headline {
		margin-bottom: 0.1em;
	}
	
	.content-module-links .links-list i:before {
		font-size: 150%;
	}
	
	.content-module-links .links-list i {
    top: 2.2em;
		width: 4em;
		transform: none;
	}
	
	.content-module-links .links-list a {
		padding-left: 3.9em;
	}
	
	.gallery-image.no-2 {
		transform: translateX(40px) scale(0.9);
	}

	.gallery-image.no-3, .gallery-image.no-4, .gallery-image.no-5, .gallery-image.no-6, .gallery-image.no-7, .gallery-image.no-8, .gallery-image.no-9, .gallery-image.no-10, .gallery-image.no-11, .gallery-image.no-12, .gallery-image.no-13, .gallery-image.no-14, .gallery-image.no-15 {
		transform: translateX(80px) scale(0.8);
	}
	
	.module-calendar .col-filters {
		display: block;
		width: 100%;
		margin-bottom: 2em;
	}
	
	.filter-form-list {
		max-width: none;
	}
	
	.filter-form-list > li {
		display: inline-block;
    width: 48%;
    box-sizing: border-box;
		float: left;
	}
	
	.filter-form-list > li:nth-child(2n) {
		float: right;
	}
	
	.module-calendar .col-results {
		display: block;
		width: 100%;
	}
	
	.team-grid li.sn-col-set .copy {
		padding: 2.75em;
	}

}



@media only screen and (max-width: 900px) {
	
	.grid > li:nth-child(n) {
		width: 47.92%;
		margin-right: 4.16%;
	}
	
	.grid > li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.text-teaser-grid .hdln-d.spanned span {
		display: inline;
	}
	
	.module-image-copy .col-image {
    width: 39.166666666666666666%;
	}
	
	.module-image-copy .col-copy {
		width: 56.583333333333333333%;
	}
	
	.module-image-copy-2 .col-image {
		order: 1;
		width: 100%;
		min-height: 0;
		background-image: none;
	}
	
	.module-image-copy-2 .col-image img {
		display: block;
	}
	
	.module-image-copy-2 .col-copy {
		order: 2;
		width: 100%;
		padding: 2.5em 1.875em 2.75em;
	}
	
	.module-image-copy-2 .col-copy h3 {
		margin-bottom: 0.25em;
	}
	
	.btn-set {
		margin-top: 1.5em;
	}
	
	footer.main .credits {
		display: none;
	}
	
	.downloads-grid > li:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
	
}



@media only screen and (max-width: 800px) {
	
	.hdln-a {
		font-size: 2.6rem;
	}
	
	.hdln-b, .module-image-copy .wysiwyg h3, .topics-grid .intro-copy .wysiwyg h3 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	.hdln-c,
	.module-headline-copy h4 {
		font-size: 1.3rem;
	}
	
	.hdln-d {
		font-size: 1.6rem;
	}
	
	article.blog-teaser h3,
	.hdln-e {
		font-size: 1.3em;
	}
	
	nav.footer-1 {
		display: none;
	}
	
	nav.footer-2 {
		margin-top: 0;
	}
	
	.upper-footer {
		margin-bottom: 2em;
	}
	
	.logos-list {
		font-size: 1.5vw;
	}
	
	.module-hero .col-copy {
		width: 100%;
	}
	
	.module-hero .col-copy > div {
		margin-right: 0;
	}
	
	.module-hero .wysiwyg {
		margin-bottom: .90277777777777777777em;
		
	}
	
	.module-hero .col-image {
		width: 100%;
		max-width: none;
	}
	
	.module-teaser-stage .col-1 {
		width: 100%;
	}
	
	.module-teaser-stage .col-2 {
		width: 100%;
		margin-top: 3em;
	}
	
	.module-teaser-stage .links-list > li:not(:last-child) {
		margin-bottom: 1em;
	}
	
	.module-teaser-stage::after {
		background-image: -webkit-linear-gradient(top, rgba(8,46,75,0.50) 3%, #082E4B 100%);
		background-image: linear-gradient(180deg, rgba(8,46,75,0.50) 3%, #082E4B 100%);
	}
	
	.module-teaser-stage .module-wrap {
		padding-top: 19em;
		padding-bottom: 6em;
	}
	
	.events-teaser-list > li {
		width: 100%;
		margin-right: 0;
	}
	
	.module-claims > .module-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.claims-list {
		background-size: cover;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	
	.module-article-header .col-1, .module-form .col-1,
	.module-headline-copy .col-headline {
		width: 100%;
		margin-bottom: 0.6em;
	}
	
	.module-article-header .col-2, .module-form .col-2,
	.module-headline-copy .col-copy {
		width: 100%;
		max-width: 36.5em;
		margin-left: 0;
	}
	
	.module-form .col-2 {
		margin-top: 2em;
		max-width: none;
	}
	
	.topics-grid li.has-no-image h4 {
		max-width: none;
	}
	
	.module-copy-with-sidebar .content-wrap {
		width: 100%;
		display: block;
	}
	
	.module-copy-with-sidebar .sidebar-wrap {
		display: none;
	}
	
	.content-module-reference .content-module {
		display: block;
	}
	
	.content-module-reference {
		float: right;
		width: 50%;
		clear: right;
		margin: 0 0 2em 2em;
	}
	
	.content-module-contact {
		clear: both;
	}
	
	body.single-partner .content-module-reference[data-content-module="sidebar-copy"] {
		float: left;
		clear: both;
		margin-left: 0;
		width: 100%;
		max-width: 450px;
	}
	
	.gallery-images {
		height: 31.375vw;
	}
	
	.team-grid li.sn-col-set .copy {
		padding: 1.875em;
	}
	
	.team-grid li.sn-col-set figure {
		padding: 1.875em;
		padding-left: 0;
	}
	
	.module-large-copy .wysiwyg {
		font-size: 1.9em;
	}
	
	.content-module-blockquote blockquote > span {
		margin-left: 0;
	}
	
	.content-module-blockquote figcaption {
		padding-left: 0;
	}
	
	.content-module-blockquote .content-module-inner {
	}
	
	.content-module-blockquote:not(:last-child) {
		margin-bottom: 2.5em;
	}
	
}








@media only screen and (max-width: 767px) {
	
	.ac-list > li:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5em;
	}
	
	.acr-header {
		margin-bottom: 1.5em;
	}
	
	.ac-list > li {
		padding: 1.5em 1.5em 1.8em;
	}
	
}






@media only screen and (max-width: 700px) {
	
	.topics-grid > li:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
	
	.topics-grid > li > a {
		min-height: 58vw;
	}
	
	.calendar-teaser .date-day {
		font-size: 1.1em;
	}
	
	.calendar-teaser.has-end-date .date-day span {
		font-size: 0.8em;
	}
	
	.calendar-teaser {
		padding-left: 9.125em;
	}
	
	.module-partners-teaser .image-headline {
		top: -6.75em;
	}
	
	
	
	
}






@media only screen and (max-width: 600px) {
	
	.hdln-a {
		font-size: 1.65rem;
		letter-spacing: 0;
		line-height: 1.3;
	}
	
	.hdln-b, .module-image-copy .wysiwyg h3, .topics-grid .intro-copy .wysiwyg h3 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	.hdln-c,
	.module-headline-copy h4 {
		font-size: 1.2rem;
	}
	
	.hdln-d {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
  
  :root {
    --page-padding-left: 6vw;
    --page-padding-right: var(--page-padding-left);
  }
	
	.module .module-inner, header.main > .inner, .cookie-bar > .inner, footer.main > .inner, .notification-bar > .inner {
    padding-left: 6vw;
    padding-right: 6vw;
	}
	
	header.main {
		position: fixed;
		top: -2.875em;
	}
	
	.site-title img {
		width: 5.5em;
	}
	
	.site-title a,
	.upper-footer img {
		width: 60.333333333333333333vw;
	}
	
	.logos-list {
		text-align: left;
	}
	
	.logos-list li {
		margin-left: 0;
		margin-right: 2.625em;
	}
	
	footer.main {
		background-size: 130vw auto;
	}
	
	.grid > li:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
	
	.grid > li > a,
	article.blog-teaser .copy, .team-grid .copy, .speakers-grid .copy, .search-results-list a,
	.calendar-teaser > a {
		padding: 1.35em 1.25em;
	}
	
	.grid.news-grid > li {
		margin-bottom: 3em;
	}
	
	.text-teaser-grid .btn-set {
		padding-top: 0.75em;
	}
	
	.module-image-copy .col-image {
		min-width: 100%;
		margin-bottom: 2em;
		order: 1 !important;
	}
	
	.module-image-copy .col-copy {
		width: 100%;
		order: 2 !important;
	}
	
	nav.breadcrumb,
	.module-breadcrumb {
		display: none;
	}
	
	.module-hero .col-image {
		width: auto;
    max-width: none;
		order: 1;
	}
	
	.module-image-copy-2 {
		background: #7DCBB6;
	}
	
	.module-image-copy-2 .col-image {
    margin-left: -6vw;
    margin-right: -6vw;
		width: auto;
	}
	
	.btn-menu {
		right: 6vw;
		bottom: 5.5em;
	}
	
	body.scrolled .btn-menu {
		bottom: 3.2em;
	}
	
	.module-hero .col-copy {
		order: 2;
		z-index: 2;
	}
	
	.container {
		padding-top: 6em;
	}
	
	.module:not(.has-no-margin-if-last):not(.has-no-margin) {
		margin-bottom: 3.25em;
	}
	
	.events-teaser-list > li.headline {
		margin-bottom: 0.5em;
	}
	
	.module-image-copy-2 .col-copy {
		padding: 1.5em 0;
	}
	
	.module-teaser-stage .links-list > li:not(:last-child) {
		margin-bottom: 0;
	}
	
	.module-image figcaption {
		margin-top: .85em;
	}
	
	.btn-set {
		margin-top: 1em;
	}
	
	.module-blog .module-header,
	.module-text-teaser-grid .module-header {
		margin-bottom: 1.75em;
	}
	
	.load-more {
		margin-top: 1em;
	}
	
	article.blog-teaser .intro-copy {
		margin-top: 0.75em;
	}
	
	nav.blog-topics {
		margin-bottom: 2em;
	}
	
	nav.blog-topics p,
	nav.blog-topics li {
		margin-right: 1em;
	}
	
	.content-module-copy .wysiwyg {
		line-height: 1.5;
	}
	
	.content-module-copy .wysiwyg > h3 {
		line-height: 1.3;
		margin-bottom: 0.4em !important;
	}
	
	.content-module-reference {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.content-module-reference:not(:last-child) {
		margin-bottom: 1.875em;
	}
	
	.gallery-images {
		height: 62vw;
	}
	
	.gallery-image.no-0 {
		transform: translateX(-10vw) scale(1.1);
	}
	
	.gallery-image.no-2 {
		transform: translateX(10vw) scale(0.9);
	}
	
	.gallery-image.no-3, .gallery-image.no-4, .gallery-image.no-5, .gallery-image.no-6, .gallery-image.no-7, .gallery-image.no-8, .gallery-image.no-9, .gallery-image.no-10, .gallery-image.no-11, .gallery-image.no-12, .gallery-image.no-13, .gallery-image.no-14, .gallery-image.no-15 {
	  transform: translateX(20vw) scale(0.8);
	}
	
	.module-share > .module-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.module-share .module-wrap {
		padding: 1.5em 6vw 2em;
		background-size: auto 100%;
	}
	
	.share-list {
		margin-right: 1.875em;
		display: block;
		font-size: 80%;
	}
	
	.module-share h3 {
		display: block;
		font-size: 1.125em;
		margin-bottom: 0.55em;
	}
	
	body.view-white-header header.main {
		background: transparent;
	}
	
	body.view-white-header.scrolled header.main {
		background: #fff;
	}
	
	.search-form-list li.search input {
		font-size: 2em;
	}
	
	.calendar-teaser .date {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 1em;
	}
	
	.calendar-teaser .date span {
		display: block;
		font-size: 1.125em;
	}
	
	.calendar-teaser.has-end-date .date-day span {
		font-size: .88888888888888888888em;
	}
	
	.calendar-teaser {
		padding-left: 0;
	}
	
	.calendar-list > li:not(:first-child) .calendar-teaser {
		margin-top: 2.5em;
	}
	
	.calendar-teaser h3 {
		font-size: 1.3em;
	}
	
	.team-grid h4, .speakers-grid h4 {
		font-size: 1.5em;
	}
	
	.calendar-list > li:not(:first-child) .calendar-teaser.same-date {
		margin-top: 1em;
	}
	
	.team-grid li.sn-col-set figure {
		padding: 1.35em 1.25em;
		order: 1;
		padding-bottom: 0;
		display: block;
		width: 100%;
	}
	
	.team-grid li.sn-col-set .copy {
		order: 2;
		display: block;
		padding: 1.35em 1.25em;
		width: 100%;
	}
	
	.team-grid li.sn-col-set figure img {
		max-width: 15.625em;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	body.has-notification header.main {
		top: -2.875em;
	}
	
	.notification-bar {
		display: none;
	}
	
	body.has-notification .container::before {
		padding-top: 0;
	}
	
	body.menu div.navs,
	body.scrolled.menu div.navs {
		height: 114vh;
	}
	
	.module-large-copy .wysiwyg {
		font-size: 1.3em;
		text-align: left;
	}
	
	.content-module-copy .contact-list {
		columns: 1;
	}
	
	nav.pills a {
		margin: 0 0.5em 0.5em 0;
	}
	
}




@media only screen and (max-width: 500px) {
	
	.filter-form-list > li:nth-child(n) {
		width: 100%;
		display: block;
		float: none;
	}
	
	.calendar-filter-form.fulltext-search li.select {
		display: none;
	}
	
	.upper-footer .col-1 {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.upper-footer p {
		margin-bottom: 0.5em;
	}
	
	.lower-footer .col-nav {
		white-space: normal;
		line-height: 1.7;
	}
	
	nav.footer li {
		display: block;
		margin-right: 0;
	}
	
	.upper-footer .col-3 {
		white-space: normal;
	}
	
	.module-partners-teaser {
		overflow: hidden;
	}
	
	.module-partners-teaser .image-headline {
		display: none;
	}
	
	.module-partners-teaser {
		margin-top: 0;
	}
	
	.module-news-teaser .module-inner, .module-partners-teaser {
		padding-top: 3.875em;
		padding-bottom: 3.875em;
	}
	
	.module-text-teaser-grid .module-inner,
	.module-team .module-inner,
	.module-news .module-inner,
	.module-calendar .module-inner,
	.module-newsletter-signup .module-inner {
		padding-top: 3em;
		padding-bottom: 4em;
	}
	
	.partners-filter > * {
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.5em;
		box-sizing: border-box;
	}
	
	
	.ac-list > li {
		padding: 6vw;
	}
	
	.acr-header {
    position: sticky;
    top: 67px;
    background: #fff;
    z-index: 10;
    padding: 0.5em 0;
	}
	
}



@media only screen and (max-width: 450px) {
	
	.hdln-a {
		font-size: 1.5rem;
	}
	
	.hdln-b, .module-image-copy .wysiwyg h3, .topics-grid .intro-copy .wysiwyg h3 {
		font-size: 1.25rem;
	}
	
	.hdln-c,
	.module-headline-copy h4 {
		font-size: 1.1rem;
	}
	
	.hdln-d {
		font-size: 1.25rem;
	}
	
	.lnk, .btn {
		font-size: 1.1em;
	}
	
	.btn span.icon:first-child, .lnk span.icon:first-child {
		margin-top: -0.1em;
	}
	
	nav.header > .inner {
		font-size: 1em;
	}
	
	.logos-list {
		font-size: 1.9vw;
	}
	
	footer.main > .inner {
		padding-top: 3.25em;
		padding-bottom: 2.9375em;
	}
	
	.module-teaser-stage {
		background-size: 130% auto;
		background-color: #082E4B;
	}
	
	.module-teaser-stage::after {
    background-image: -webkit-linear-gradient(top, rgba(8,46,75,0.50) 63%, #082E4B 90%);
    background-image: linear-gradient(180deg, rgba(8,46,75,0.50) 63%, #082E4B 90%);
    bottom: auto;
    height: 75vw;
	}
	
	.module-teaser-stage .module-wrap {
    padding-top: 12em;
    padding-bottom: 4em;
	}
	
	.module-teaser-stage .links-list a,
	.events-teaser-list h4 {
		font-size: 1.25em;
	}
	
	.module-teaser-stage .col-2 {
		margin-top: 2em;
	}
	
	ul.form-list > li {
		width: 100% !important; 
	}
	
	.content-module-blockquote .content-module-inner {
		background-size: auto 100%;
		padding: 0;
	}
	
	header.main {
		background: #fff !important;
	}
	
	header.main > .inner {
		padding-top: 3.3em;
		padding-bottom: 0.5em;
    transition: none;
	}
	
	.btn-menu {
		bottom: 2.05em;
		transition: none;
	}
	
	body.scrolled header.main > .inner {
		padding-bottom: 0.5em;
	}
	
	body.scrolled .btn-menu {
		bottom: 2.05em;
	}
	
	.team-grid li.sn-col-set figure img {
		max-width: 12em;
	}
	
	.module-hero {
		margin-top: -2em;
	}
	
	.module-article-header {
		margin-bottom: 1.25em !important;
	}
	
	
	
	nav.pills a {
		font-size: 1.125em;
		margin: 0 0.5em 0.5em 0;
	}
	
	
}















@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

  * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  @page {
      margin: 1cm;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
  
  .cookie-bar,
  .btn-wp-edit,
	.notification-bar {
    display: none !important;
  }
  
  footer.main,
	.module-share,
	.module-related,
	.module-newsletter-signup {
    display: none;
  }
	
	.container {
		padding-top: 0 !important;
	}
	
	header.main {
		position: static !important;
	}
	
	header.main div.navs,
	header.main .btn-menu {
		display: none;
	}
	
	body.has-notification .container::before {
		display: none;
	}
	
	.module-text-teaser-grid,
	.module-topics {
		display: none;
	}
	
	html {
		font-size: 60%;
	}
    
}


