/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: black; }
* { outline: none !important; box-sizing: border-box !important;}
body {
	color: black ;
	background-color: white;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
}
input {
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

small {
	font-size: 13px;
	line-height: 17px;
}
p {
	font-size: 17px;
	line-height: 26px;
}
h5 {
	font-size: 11px;
	line-height: 14px;
}
h4 {
	font-size: 17px;
	line-height: 23px;
}
h3 {
	font-size: 27px;
	line-height: 32px;
}
h2 {
	font-size: 44px;
	line-height: 47px;
}
h1 {
	font-size: 60px;
	line-height: 66px;
}
a {
	cursor: pointer;
}

.headerSticky {
	position: fixed;
	width: 100%;
	padding: 15px 30px;
    background: #f9f9f9;
	z-index: 999;
	top: 0;
}
.headerSticky h1 {
	font-size: 17px;
	line-height: 30px;
	color: black;
	background-image: url(signet.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 0 0 0 45px;
	font-weight: 300;
	float: left;
	margin: 0;	
}
.headerSticky h1 strong {
	font-weight: 700;
	margin: 0 10px;
}
.headerSticky a.top {
	display: inline-block;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(arrow.svg);
	background-size: 15px 15px;
	width: 50px;
	height: 30px;
	left: 0px;
	bottom: 0;
    -webkit-filter: invert(1);
	filter: invert(1);
  	transform: rotateZ(90deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}
.headerSticky a.top:hover {
	transform: translateY(-0.3em) rotateZ(90deg);
}

/* HEADER */
header {
	float: left;
	width: 100%;
	padding: 30px 30px 20px;
	margin: 0;
	position: relative;
	z-index: 1000;
    background: #f9f9f9;
}
header .btn,
header ul.mobilesocial,
header ul.mobileicons {
	display: none;
}
header a.logo {
	display: block;
	float: left;
	height: 60px;
}
header a.logo img {
	height: 100%;
	display: block;
   -webkit-filter: invert(1);
   filter: invert(1);
}
header a.logo img.de {
}
header a.logo img.en {
}
header ul.main {
	float: left;
	clear: left;
	margin:	20px 0 0 72px;
	width: 100%;
}
header ul.main li {
	float: left;
	margin: 0 20px 6px 0;
}
/*
header ul.main li:last-child {
	float: right;
	margin: 0 20px 6px 0;
}
*/
header ul.main li a {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.2pt;
	padding: 0 0 2px 0;
	border-bottom: 1px solid transparent;
	font-weight: 700;
}
header ul.main li.on a {
	border-bottom: 2px solid black;
}
/*
header ul.main li:last-child a {
	background: black;
	padding: 6px 12px 5px;
	border-radius: 15px;
	color: white;
}
*/

header ul.social {
	float: right;
	margin: 0;
}
header ul.social li {
	float: left;
	margin: 0 0 0 15px;
	opacity: 0.5;
	text-transform: ;
	font-weight: 300;
}
header ul.social li:hover {
	opacity: 1;
}

/* BREADCRUMB */
.breadcrumb {
	width: 100%;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	color: gray;
	margin: 0 0 15px 0;
}

/* FUTURES */
.teaser_futures {
	background: white;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.teaser_futures a {
	width: 100%;
	max-width: 440px;
}
.teaser_futures .image {
	width: 100%;
	margin: 0 0 20px 0;
}
.teaser_futures .summary {
	width: 100%;
}
.teaser_futures .summary span {
	font-weight: bold;
	border-bottom: 2px solid gray;
	margin: 0 0 0 5px;
	display: inline-block;
}
.teaser_futures img {
	width: 100%;
}
.future_partner {
	width: 100%;
	display: flex;
	justify-content: center;
}
.partner_logo {
	margin: 40px 0 0 0;
	width: 400px;
	height: auto;
	display: block;
}


/* SECTION */
section {
	width: 100%;
	float: left;
	padding: 45px 100px 30px;
}
section .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 0 30px 0;
}
section h1 {
	font-weight: 700;
	text-transform: uppercase;
	max-width: 1000px;
	width: 100%;
	display: block;
	text-align: center;
}
section h3 {
	max-width: 1000px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0 0 0;
}
section h4 {
	max-width: 1000px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
}
section h4 a {
	border-bottom: 1px solid black;
}
section p {
	padding: 20px 0 0 0;
	max-width: 800px;
	width: 100%;
}
section p a {
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
section p strong {
	font-weight: 700;
}
section figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 0 30px 0;
}
section figure img {
	display: inline-block;
	width: 100%;
	padding: 0;
	max-width: 1000px;
}
section figure figcaption {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 4px 10px;
}
section figure:hover figcaption {
}
.LoginRegisterLinks,
.LoginRegisterMessage {
	display: none;
}
section .image img,
section .image span {
	display: inline-block;
}
section .image span {
	font-size: 10px;
}


/* SLIDER */
.slider {
	float: left;
	width: 100%;
	margin: 0 0 2vh 0
}
.slider-slide {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slider-slide img {
	max-height: 100%;
	height: calc(100% - 30px);
	display: inline-block;
}
.slider-slide span {
	display: block;
	font-size: 11px;
}
.slider-headline {
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
	float: left;
	max-width: 100%;
}
.trans {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size:  contain;
	background-position: right bottom;
}
.slide span {
	position: absolute;
	color: black;
	opacity: 0.4;
	bottom:0;
	font-size: 10px;
	width: 30px;
	height: 320px;
	padding: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@-webkit-keyframes mover {
	0	{
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100%{
		opacity: 1;
	}
}
a.down {
	position: absolute;
	left: 100px;
	bottom:40px;
	background-color: black;
	padding: 8px 15px 8px 40px;
	font-weight: 300;
	color: white;
	z-index: 1;
	border-radius: 20px;
	font-weight: 700;
}
a.down i {
	background-position: center left 10px;
	background-repeat: no-repeat;
	animation: mover 2s ease infinite;
    -webkit-animation: mover 2s ease infinite;
	background-image: url(arrow.svg);
	position: absolute;
	transform: rotateZ(-90deg);
	background-size: 16px 16px;
	width: 39px;
	height: 39px;
	left: 0;
	bottom: 2px;
}

/* NEW HOME */ 
section.canvas {
	background-color: black;
	color: white;
	height: 100vh;
	position: fixed;
	display: flex;
	justify-content: center;
	padding: 130px 10px;
	width: 100%;
	margin-top: 0;
}
.c_yellow {
	color: #ffea01;
}
section.canvas .container {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
section.canvas .intro {
	width: 240px;
	font-size: 64px;
	line-height: 64px;
	font-weight: bold;
	letter-spacing: -2pt;
	float: left;
	margin: 29vh 0 0 0;
}
section.canvas .intro .intro_soon {
	font-size: 80px;
	letter-spacing: -2.5pt;
}
section.canvas .title {
	margin: 30vh 0 0 0;
	width: 240px;
	float: right;
}
section.canvas .title_number {
	font-size: 35px;
	letter-spacing: -1pt;
	text-transform: uppercase;
	font-weight: bold;
}
section.canvas .title_text {
	margin: 6px 0 0 0;
	font-size: 22px;
	text-transform: uppercase;
}
section.canvas .opening {
	margin: 40px 0 0 0;
	width: 240px;
	float: right;
	clear: right;
}
section.canvas .opening .opening_title {
	font-weight: bold;
}
section.canvas .runtime {
	margin: 20px 0 0 0;
	width: 240px;
	float: right;
	clear: right;
}
section.canvas .runtime .runtime_title {
	font-weight: bold;
}
@keyframes move {
  0% {
    transform: translateY(-60vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(60vh);
  }
  100% {
    transform: translateY(0);
  }
}
.logo_wrapper {
	height: calc(100% - 130px);
	width: 14vw;
	position: absolute;
	left: 43%;
	top: 0px;
	margin: 130px 0 0 0;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.logo_wrapper .logo_one {
	width: 62.50%;
	animation-fill-mode: forwards;
	animation: move 2s;
}
.logo_wrapper .logo_one img {
	width: 100%;
	display: block;
}
.logo_wrapper .logo_two {
	animation-fill-mode: forwards;
	width: 25%;
	animation: move2 2s;
}
.logo_wrapper .logo_two img {
	width: 100%;
	display: block;
}
.template_home section.intro,
.template_home_new section.intro {
	position: relative;
	z-index: 10;
	background: white;
	margin-top: calc(100vh - 130px);
}
.template_home .programm.all,
.template_home_new .programm.all {
	background: white;
	position: relative;
	z-index: 10;
}
@media (max-width: 1140px) {
section.canvas .container {
	max-width: 800px;
}
.logo_wrapper {
	width: 20vw;
	left: 40%;
	margin: 120px 0 0 0;
}
}
@media (max-width: 760px) {
.template_home section.intro,
.template_home_new section.intro {
	margin-top: 100vh;
}
section.canvas .container .intro {
	width: 300px;
	font-size: 78px;
	line-height: 78px;
	margin: 0 auto 0;
	float: inherit;
}
section.canvas .intro .intro_soon {
	font-size: 98px;
}
section.canvas .title {
	width: 300px;
	margin: 20px auto 0;
	float: inherit;
}
section.canvas .opening,
section.canvas .runtime {
	margin: 0 0 0 0;
	width: 300px;
	margin: 20px auto 0;
	float: inherit;
}
.logo_wrapper {
	display: none;
}
}

/* NEWS */
section.news {
	padding: 0;
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	z-index: -3;
}
section.news  .slide {
	height: 100%;
}
section.news .slide .link.wrapper {
	height: 100%;
	display: block;
	background-image: url(arrow.svg);
	background-attachment: fixed;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
	position: relative;
	
}

/* SECTION */
section.intro p {
	text-align: left;
}

/* HOME PROGRAMM */
.programm {
	float: left;
	width: 100%;
	padding: 45px 90px 30px;
}
.programm.all {
	padding: 0 80px;
}
.programm.all #filters {
	width: 100%;
	text-align: center;
	margin: 6vh 0;
}
#filters span {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0 30px 0 0 ;
	padding: 0;
}
#filters button {
	margin: 0 5px 5px 0;
	display: inline-block;
	padding: 10px 16px 12px;
	cursor: pointer;
	font-size: 11px;
	line-height: 14px;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	font-style: italic;
   	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    background: #cecece;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
    border-radius: 20px;
}
#filters button:hover {
	opacity: 1;
	transform: translateY(0.25em);
}
#filters button.is-checked {
	opacity: 1;
	background-color: black;
	color: white;
	transform: translateY(0);

}
#filters button span {
	display: inline-block;
	float: left;
}
.programm .items {
	width: 100%;
	float: left;
/* 	min-height: 100vh; */
	margin: 2vh 0;
/* 	visibility: hidden; */
}
.programm .item {
	width: 50%;
	min-height: 150px;
	margin: 0 0 6vh;
	padding: 0 1vw;
	float: left;
	display: block;
}
section.programm .item h3 {
	text-align: left;
	padding: 10px 0 0 0;
}
.programm .item:nth-child(2n+3) {
	clear: left;
}
.programm .item .itemImage {
	position: relative;
	overflow: hidden;
}
.programm .item .itemImage img {
	width: 100%;
	display: block;
	opacity: 1;
   	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin: 0 0 10px 0;
}
.programm .item:hover .itemImage img {
	opacity: 1;
	z-index: 3;
}
.programm .item .itemImage h5 {
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	padding: 7px;
	color: white;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0pt;
	text-transform: uppercase;
   	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
   	opacity: 0.5;
}
.programm .item .itemImage h2 {
	width: 100%;
	font-weight: 700;
	text-align: left;
	color: black;
	display:flex;
    align-items: center;
   	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    padding: 0;
}
.programm .item .itemImage h2 span {
	text-align: left;
	width: 100%;
}
.programm .item .itemInfo p.info {
	margin: 1vh 0 0 0;
	font-weight: 300;
	display: block;
	padding: 0;
	width: 100%;
}
.programm .item .itemInfo p.info span {
	margin: 0 0 0 0;
	font-weight: 300;
}
.programm .item:hover .itemImage h2 {
	opacity: 1;
}

/* EVENTS */
section.events {
	padding: 45px 50px 30px;
}
.filters {
	max-width: 1200px;
	width: 100%;
	margin: 15px auto 0;
	display: flex;
	flex-direction: column;
}
.filters .option-set {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
.filters .option-set span {
	font-weight: 700;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	min-width: 120px;
	padding: 5px;

}
.filters .option-set .filter_item_buttons {
	display: block;
	width: calc(100% - 140px);
	margin: 0;
	padding: 0;
}
.filters .option-set label {
	margin: 0 3px 4px 0;
	padding: 5px 7px 3px;
	background-color: #ececec;
	font-size: 13px;
	line-height: 13px;
	color: gray;
	cursor: pointer;
	border-radius: 8px;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
	float: left;
	display: block;
}

.filters .option-set label.on {
	background-color: black;
	color: white;
}
.filters .option-set label input {
	display: none;
}

.events_items {
	max-width: 1200px;
	width: 100%;
	margin: 15px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.events_items .events_item {
	max-width: 1200px;
	width: 100%;
	min-height: 180px;
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid transparent;
	padding: 0;
	background-color: #efefef;
	position: relative;
	margin: 30px 0 0 0;
	left: inherit !important;
}
.events_items .events_item:hover {
	background-color: #f7f7f7;
}
.events_items .events_item .events_item_bg {
	background-image: url(tri.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	top: 0;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.events_items .events_item.bg1 {
	background-image: url(tri.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70% 100%;	
}
.events_items .events_item .item_image {
	width: 30%;
	background-position: left top;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
}
.events_items .events_item .item_image.placeholder {
	background-image: url(signet.svg);	
	background-size: 40%;
	background-color: #fafafa;
	background-position: center center;
}
.events_items .events_item .item_info {
	padding: 20px;
	width: 70%;
	float: right;
}
.events_items .events_item .item_info h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase; 
	max-width: 80%;
}
.events_items .events_item .item_info h4 {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase; 
	padding: 0 0 20px 0;
	text-align: left;
}
.events_items .events_item .item_info p {
	font-size: 15px;
	line-height: 20px;
	color: #575757;
	padding: 0;
}
.events_items .events_item .item_info .item_info_extra {
	padding: 20px 0 0 0;
	width: calc(100% - 120px);
	float: left;
}

.events_items .events_item .item_info .place {
	color: #575757;
	float: left;
	clear: left;
	display: block;
	width: 100%;
	float: left;
}
.events_items .events_item .item_info .place span {
	font-size: 12px;
	float: left;
	display: inline-block;
	padding: 1px 0 0 0;
	margin: 0 5px 0 0;
}
.events_items .events_item .item_info .place .maplink_title {
	float: left;
	margin: 8px 0 0 10px;
	font-size: 15px;
	line-height: 18px;
}
.events_items .events_item .item_info .place .maplink_box {
	background-size: contain;
	background-repeat: no-repeat;
	color: white;
	font-weight: 700;
	font-size: 10px;
	float: left;
	margin: 0;
	text-align: center;
}
.events_items .events_item .item_info .place .maplink_box.sec_1088 {
	background-image: url(tph.svg);
	background-position: bottom 2px right;
	background-size: 100% 100%;
	padding: 5px 0 0 4px;
	width: 30px;
	height: 30px;
}
.events_items .events_item .item_info .place .maplink_box.sec_1089 {
	background-image: url(off.svg);
	background-size: 100% 100%;
	padding: 5px 0 0 0;
	width: 30px;
	height: 30px;
	background-position: bottom right;
}
.events_items .events_item .item_info .place .maplink_box.sec_1090 {
	background-image: url(sat.svg);
	background-size: 100% 100%;
	padding: 5px 0 0 0;
	width: 30px;
	height: 30px;
	background-position: bottom right;
}
.events_items .events_item .high {
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	right: 10px;
	top: 20px;
	font-weight: 700;
}

.events_items .events_item .item_info a.link {
	margin: 20px 0 0 0;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	position: absolute;
	padding: 12px 15px;
	bottom: 0;	
	right: 0;
	color: white;
	background: #818181;
}
.events_items .events_item .item_info a.link:hover {
	background: #000000;
}



/* CONTACT */
section.contact .text {
}
section.contact .text .wrapper {
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
section.contact .text p {
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: none;
	float: left;
}

/* PARTNER */
section.partner img {
	width: 25%;
	margin: 1vh 0 0 8vw;
}

/* SATELLITES */
.template_satellites p img {
	height: 125px;
	width: 88px;
	border: 3px solid black;
}
section.calls .accordion {
	width: 100%;
	float: left;
	padding: 3vh 8vw 6vh;

}
section.calls .accordion .itemHeader,
section.calls .accordion .itemContent {
	float: left;
	width: 100%;	
}
section.calls .accordion .itemHeader {
	margin: 0 0 0 0;
	border-top: 1px solid black;
	padding: 1vh 0;
	position: relative;
	cursor: pointer;
}
section.calls .accordion .itemHeader span {
	width: 20px;
	float: left;
	opacity: 0.15;
	position: absolute;
	left: 0;
	text-align: center;
}
section.calls .accordion .itemContent {
	padding: 0 0 2vh 20px;
}
section.calls .accordion .itemContent img {
	max-width: 100%;
	max-height: 500px;
}
section.calls .accordion h4 {
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: 700;
	width: auto;
}
section.calls .accordion h4 i {
	font-weight: 300;
	opacity: 0.5;
}



/* DOWNLOADS */
.downloads {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 0 0 0;
}
.downloads h2 {
	margin: 0 0 3vh -3px;
    font-weight: 700;
    float: left;
    clear: left;
}
.downloads p {
	padding: 0 0 20px 0;
}
.downloads .box {
	max-width: 800px;
	width: 100%;
	padding: 0 0 80px 0;
}
.downloads a {
	padding: 0;
  	float: left;
  	clear: left;
  	margin: 0 0 20px 0;
}
.downloads a span {
	display: inline;
	border-bottom: 1px solid black;
}
.downloads a i {
	font-size: 12px;
	margin: 3px 0 0 0;
	width: 100%;
	display: inline-block;
}
.downloads .box.second div {
	float: left;
	clear: none;
	width: 50%;
}


/* LOGIN-DOCUMENTS */
.documents {
	padding: 0;
	width: 100%;
	float: left;
}
#LoginRegister {
	display: flex;
	justify-content: center;
	padding: 0 0 60px 0;
}
#LoginRegister h2 {
	display: none;
}
#LoginRegister form {
	width: 500px;
}
#LoginRegister form .Inputfield {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
#LoginRegister form label {
	float: left;
	font-size: 15px;
	clear: both;
}
#LoginRegister form .Inputfield .InputfieldContent  {
	float: left;
	clear: left;
}
#LoginRegister form input {
	padding: 10px;
	border: 1px solid black;
	min-width: 260px;
	font-size: 17px;
	text-align: center;
}
#LoginRegister form button {
	color: white;
	background: black;
	cursor: pointer;
	font-size: 17px;
	padding: 10px;
	border: none;
	width: 100%;
	min-width: 260px;
}

/* SPACE */
.template_space .programm i {
    background-size: 100% 100%;
    padding: 14px 0 7px 0;
    width: 40px;
    height: 40px;
    background-position: bottom right;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: 700;
}
.template_space .programm i.sec_1089 {
	background-image: url(off.svg);
}
.template_space .programm i.sec_1088 {
	background-image: url(tph.svg);
}
.template_space .programm i.sec_1090 {
	background-image: url(sat.svg);
}
.directions {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 0 0 0;
}
.template_space .directions * {
	margin: 0 5px;
}
.template_space .directions a {
	border-bottom: 1px solid black;
}
.template_space .directions a i {
	width: 13px;
	height: 13px;
	background-image: url(route_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.template_space .programm .items {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.template_space .programm .item {
	float: inherit;
	margin: 0 auto;
}

/* NEWSLETTER */
.template_newsletter {
	text-align: center;
}
.template_newsletter section.article {
	min-height: 50vh;
}
#mc_embed_signup {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 8vw 0;
	text-align: center;
}
#mc_embed_signup input {
	padding: 10px;
	font-size: 17px;
	line-height: 23px;
	border: 1px solid black;
	min-width: 260px;
	text-align: center;
}
#mc_embed_signup input[type=submit] {
	color: white;
	background: black;
	cursor: pointer;
}


/* PARTNER */
.partner {
	padding: 60px 0 60px 0;
	margin: 0 auto;
	text-align: center;
}
.partner h4 {
	font-weight: 700;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 auto;
}
.partner .partner-images {
	display: block;
	text-align: center;
}
.partner .partner-images img {
	max-width: 200px;
	max-height: 140px;
	padding: 20px;
}
.partner:nth-child(2) .partner-images img  {
	min-height: 120px;
	min-width: 250px;
	max-width: 400px;
	max-height: 200px;	
}

/* FOOTER */
footer {
	display:flex;
	flex-direction: row;
    justify-content: center;
	margin: 0;
	width: 100%;
	position: relative;
	padding: 0 100px 0;
	background-color: white;
	z-index: 100;
}
footer section {
	margin: 90px 0 60px 0;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	float: none;
}
footer p {
    width: 100%;
    padding: 0;
   	text-align: center;
   	max-width: none;
}
footer h4 {
	padding: 0;
	font-weight: 700;
	margin: 6vh 0 0 0;
	text-align: center;
}
footer .partners {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
	text-align: center;
}
footer .partners .partner {
	width: 240px;
	display: inline-block;
	margin: 0 30px 30px 0;
}
footer .partners .partner:nth-child(n+3) {
	width: 120px;
	height: 60px;
}
footer .partners .partner img {
	width: 100%;
}
footer .partners .wrapper {
	width: 100%;
}
footer .partners .wrapper .partner {
	width: 120px;
}
footer .partners .wrapper .partner img {
	width: 100%;
}

a.up {
	position: fixed;
	width: 50px;
	height: 50px;
	left: 0;
	bottom: 0;
	background-image: url(arrow.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-filter: invert(1);
	filter: invert(1);
  	transform: rotateZ(90deg);
  	z-index: 100;
  	display: none;
}
footer {
	display: none;	
}
body.template_home footer {
	display: flex;
}

/* BUTTON */
button.slick-arrow {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.3);
	background-image: url(arrow.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	font-size: 0;
	position: absolute;
	bottom: -15px;
	padding:0;
	left: 50%;
	border: none;
	outline: none;
	z-index: 1000;
	cursor: pointer;
}
button.slick-arrow:hover {
	background-color: rgba(0, 0, 0, 1);
	color: white;
}
button.slick-arrow.slick-next {
	transform: rotateZ(-180deg);
	background-position: center center;
	margin: 0 0 0 15px;
}
button.slick-arrow.slick-prev {
	background-position: center center;
	margin: 0 0 0 -15px;

}
.slick-dots {
	visibility: hidden !important;
}
.slick-dots li {
	float: left;
}
.bx-pager {
	display: block;
}


@media (max-width: 1100px) {
body {
	color: black ;
	background-color: white;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
	font-size: 17px;
	line-height: 23px;
}
small {
	font-size: 11px;
	line-height: 14px;
}
p {
	font-size: 17px;
	line-height: 23px;
}
h5 {
	font-size: 11px;
	line-height: 14px;
}
h4 {
	font-size: 13px;
	line-height: 17px;
}
h3 {
	font-size: 17px;
	line-height: 23px;
}
h2 {
	font-size: 27px;
	line-height: 32px;
}
h1 {
	font-size: 27px;
	line-height: 32px;
}
footer {
	padding: 10vh 11vw 75px;
}
footer section p {
	padding: 0;
}
}

@media (max-width: 960px) {
header {
	padding: 30px 2vw 30px;
}
.headerSticky {
}
.headerSticky h1 {
}
.programm .item {
	width: 50%;
}
.programm .item:nth-child(3n+4) {
	clear: inherit;
}
.programm .item:nth-child(2n+3) {
	clear: left;
}
.trans {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
section {
	padding: 6vh 30px;
}
section p { 
}
section.downloads {
    padding: 0vh 10vw 6vh 10vw;
}
section.downloads a {
	margin: 0 0 1vh 0;
}
section.downloads h2 {
    margin: 0 0 1vh -2px;
}
section.contact p {
 	clear: none;
}
}


@media (max-width: 760px) {
header {
	padding: 20px 15px;
	position: fixed;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
header a.logo {
	height: 50px;
}
header .btn {
	display: block;
	position: fixed;
	right: 18px;
	top: 24px;
	width: 40px;
	height: 18px;
	margin: 8px 0 0 0;
	padding: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
}

.btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: black;
  left: 25%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn span:nth-child(1) {
  top: 0px;
}
.btn span:nth-child(2) {
  top: 7px;
}
.btn span:nth-child(3) {
  top: 14px;
}
.btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
.btn.open span:nth-child(2),
.btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
header ul.main {
	margin: 30px 0 25px 0;
	padding: 0;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	display: none;
}
header ul.main li {
	margin: 0 0 10px 0;
	float: left;
	clear: left;
}
header ul.main li a {
	font-size: 17px;
	line-height: 17px;
	padding: 0 0 2px 0;
}
header ul.social {
	display: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
header ul.mobilesocial  {
	display: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
header ul.mobilesocial li {
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	opacity: 0.3;
}
header ul.main li:last-child {
	float: left;
	margin: 10px 0 0 0;
}
header ul.mobilesocial li a {
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
}
header ul.mobileicons {
	float: left;
	clear: left;
	width: 100%;
	display: none;
}
header ul.mobileicons li {
	float: left;
	font-size: 17px;
	line-height: 17px;
	margin: 0 20px 0 0;
	opacity: 0.3;
}
header.on {
	height: 100%;
}
header.on ul.mobilesocial,
header.on ul.main,
header.on ul.mobileicons  {
	display: block;
}
.headerSticky {
	display: none;
}


section {
    padding: 120px 15px 0;
}
section h1 {
	padding: 0;
    margin: 0;
}
section h3 {
}
section h4 {
}
section p {
    padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 22px;
}
section figure {
	padding: 0;
}
section figure figcaption {
    display: inline-block;
    font-size: 9px;
    line-height: 13px;
    float: left;
    padding: 4px 0;
    color: gray;
    position: inherit;
    bottom: 0;
    left: 0;
}
section .body {
	float: left;
}


/* FUTURES */
.partner_logo {
	margin: 20px 0 0 0;
	width: 100%;
}
/* NEWS */
section.news {
	margin: 90px 0 0 0;
	height: calc(100vh - 140px);
}

section.news .slideshow .slide .link.wrapper {
	height: 100%;
	display: block;
	background-image: url(arrow.svg);
	background-attachment:  scroll !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	
}


/* EVENTS */
section.events {
	padding: 120px 15px 15px;
}
.filters .option-set span {
	min-width: 100%;
}
.filters .option-set .filter_item_buttons {
	clear: left;
	width: 100%;
}
.events_items .events_item .item_image {
	display: none;
}
.events_items .events_item .item_info {
	padding: 10px;
	width: 100%;
	height: inherit;
	float: left;
}
.events_items .events_item .item_info h2 {
	max-width: 100%;
}
.events_items .events_item .item_info h4 {
	padding: 0 0 10px 0;
}
.events_items .events_item .item_info .item_info_extra {
    padding: 20px 0 0 0;
    width: 100%;
    float: left;
}
.events_items .events_item .item_info a.link {
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 12px 15px;
    bottom: inherit;
    right: inherit;
    float: right;
    clear: left;
    position: inherit;
}

.programm {
    float: left;
    width: 100%;
    padding: 120px 15px 30px;
}

/* SECTION */
section.intro {
	float: left;
	text-align: center;
	padding: 30px 0 0;
}
section.intro p {
	max-width: 800px;
	float: none;
	display: block;
	text-align: left;
	padding: 0 3vw;
	margin: 0 auto;
}
.trans {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
a.down {
	position: inherit;
	left: 0;
	bottom: 60px;
    display: inline-block;
    padding: 5px 20px 8px 35px;
    margin: 0 0 0 0;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    background: transparent;
}


/* PROGRAMM */
section.programm .item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}
section.programm.all {
	padding: 15px;
}

/* SLIDER */
.slider {
    float: left;
    width: 100vw;
    margin: 0 0 0 -15px;
}
.slick-slide {
    height: 35vh !important;
    background-position: center center !important;
}


button.slick-arrow {
	display: none !important;
}
.slick-dots {
	width: 100%;
	text-align: center	
}
.slick-dots li {
	display: inline-block;

}
.slick-dots li button {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #c6c6c6;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0 5px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-dots li.slick-active button {
	background: black;
}


/* CONTACT */

section.contact .text p {
    width: 100%;
    padding: 0 0 15px 0;
}

section.partner {
	padding: 60px 10px;
}
section.partner img {
	width: 50%;
	padding: 0 2vw;
    margin: 1vh 0 1vh 0;
}
section.downloads {
    padding: 6vh 5vw 6vh;
}
section.downloads a {
	width: 100%;
    margin: 3vh 0 1vh 0;
}
section.downloads a span {
    float: left;
    width: 90%;
}
section.downloads a i {
    float: right;
    width: 10%;
}
section.calls .accordion {
	padding: 3vh 2vw 6vh;
}

#mc_embed_signup {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 2vw 0;	
}

footer {
    padding: 60px 5vw 75px;
}
footer section {
	margin: 0;
}
footer h4 {
    margin: 3vh 0 0 0;
    padding: 0;
}


footer .partners .partner {
	width: 140px;
	float: left;
	margin: 0 20px 20px 0;
}
footer .partners .partner:nth-child(n+3) {
	width: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
}
footer .partners .partner img {
	width: 100%;
}

.partner {
	padding: 0 0 40px 0;
}
.partner .partner-images img {
	max-width: 140px;
	max-height: 100px;
	padding: 20px;
}
.partner:nth-child(2) .partner-images img  {
	min-height: 100px;
	min-width: 260px;
	max-width: 230px;
	max-height: 120px;	
}


}















