@charset "UTF-8";




/* ####################################################### GENERELL ####################################################### */


html, body {
	font-family: "FFMarkW1GBook";
	font-style: normal;
	font-weight: normal;
	 font-size: 19px;
  line-height: 27px;
  vertical-align: baseline;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
	color: rgba(0,0,0,0.7);
}

figure.xs img, figure.sm img, figure.md img {width: 100%; height: auto}

#background_video {
  width: 100%;
  height: 85vh;
  object-fit: contain;
}

.f_mark {
	font-family: "FFMarkW1GBook";
	font-style: normal;
	font-weight: normal;
}

.f_b {
	font-family: "FFMarkW1GHeavy";
	font-style: normal;
	font-weight: normal;
}

main.default {
	padding-bottom: 7rem;
	padding-top: 15rem;
}


h1, h2, h3, h4, h5, h6, .topbar a, section.home .intro, p.section-heading, footer a, .my-navi ul li a, p.leading, .blog article a.article-more, .article-more,.featured_text, .toast .btn, strong, .f_mark_b, span.f_mark_b  {
	font-family: "FFMarkW1GHeavy";
}

section.featured_blog_section h5 {
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}

section.featured_blog_section p.text_sm {
	font-size: 13px;
	line-height: 18px;
}


h1, h2, h3 {
	text-transform: uppercase;
}

h1 span, h2 span, h3 span {
	font-family: "FFMarkW1GBook";
	font-style: normal;
	font-weight: normal;
	color: rgba(0,0,0,0.35);
}

.coverimage img {
	border-radius: 2px;
}

.text-mid, .text-mid p, p.text-mid, p .text-mid {
	font-size: 15px;
	line-height: 23px;
}

.intro_text, .intro_text p, p.intro_text {
	font-size: 25px;
	line-height: 1.2;
	color: rgba(0,0,0,0.5);
}

main.movie .intro_text, main.movie .intro_text p, main.movie p.intro_text {
		 font-size: 19px;
  line-height: 27px;
	color: rgba(0,0,0,0.7);
	font-family: "FFMarkW1GHeavy";
}

.text_sm, .text_sm p, p.text_sm {
	font-size: 15px;
	line-height: 23px
}

.text_mini, .text_mini p, p.text_mini {
	font-size: 13px;
	line-height: 13px
}

.uppercase {text-transform: uppercase;}
.soft {color: rgba(0,0,0,0.5)}

.text a {
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.text figure img {
	width: 100%;
	height: auto;
	display: block;
}

.text figure  {
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: auto;
	margin-right: auto;
}

.text a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.btn-primary {
	border: none;
}

p.leading {
	text-transform: uppercase;
	color: rgba(0,0,0,0.5);
}

.maginal, .form-check-label, .form-label {
	font-size: 15px;
	line-height: 1;
}

.soft {
	color: rgba(0,0,0,0.35);
}

nav.breadcrumb {
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
}

nav.breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.breadcrumb ul li {
	display: inline;
}


nav.breadcrumb ul li:not(:last-child):after {
	content:"→";
	margin: 0 .5rem;
	font-size: 12px;
	color: rgba(0,0,0,.25);
}

nav.breadcrumb ul li a {
	color: rgba(0,0,0,.5);
	text-decoration: none;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

nav.breadcrumb ul li a:hover {
	color: rgba(0,0,0,.7);
}


.break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
	-ms-hyphens: auto;
        hyphens: auto;
}


.pms a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pms a:hover {
	color: rgba(255,255,255,1);

}

.pms p.heading {
	font-size: 23px;

}

.pms .mytext p {
	margin-bottom: 0;

}

.pms .item {
	position: relative;
}


main.article .modal-header, main.article .modal-footer, main.default .modal-header, main.default .modal-footer, main.home .modal-header, main.home .modal-footer  {
	border: none;
}

main.article .modal-body, main.default .modal-body, main.home .modal-body  {
	padding: 0 1rem;
}

.home___main___wrapper {
	position: relative;
}

.home___main___wrapper .troublemaker {
	padding: 1.5rem;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.home___main___wrapper .troublemaker a {
text-decoration: none;
color: #fff;
}

/* ####################################################### MAIN MENU ####################################################### */




.dropdown-toggle::after {
display: none;
}

.topbar {
	padding: .5rem 0;
	text-align: right;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	line-height: 1;
	text-transform: uppercase;
}

.topbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topbar ul li {
	display: inline;
}

.topbar ul li a.newsletter, .topbar ul li a.entryform, .topbar ul li a.language-link   {
	color: rgba(0,0,0,.5);
	text-decoration: none;
	 -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.topbar ul li.language-item:not(:last-child):after {
	font-size: 13px;
	content:" |";
	 margin-right: .1rem;
	 margin-left: .1rem;
	 	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.topbar ul li.language-item a.active {
	border-bottom: 3px solid rgba(0,0,0,0.7);
	color: rgba(0,0,0,.7);
}

.topbar ul li.language-item a.active:hover {
	border-bottom: 3px solid rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}

.topbar ul li a.newsletter:hover, .topbar ul li a.entryform:hover, .topbar ul li.language-item a:hover {
	color: rgba(0,0,0,1)
}

.topbar ul li.item a {
	padding-right: .35rem;
}

.topbar img {
	width: 20px;
	height: auto;
	 opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.topbar img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}


.my-navi a {
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	outline: none;
}

.my-navi a:hover, .my-navi li.active a:hover  {
	color: rgba(255,255,255,1);
}

ul.lang-switch {

}

ul.lang-switch li {
}





body.home header .my-navi {
}

header .my-navi {
	background-color: rgba(0,0,0,1);
	top: 40px;
	padding: .25rem 0;
	-webkit-transition: padding 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 4s cubic-bezier(0.25, 0.1, 0.25, 1), top 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: padding 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 4s cubic-bezier(0.25, 0.1, 0.25, 1), top 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body.home header .my-navi, body.movie header .my-navi, body.article header .my-navi {
	background-color: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}




header .navbar-brand img {
	width: 75px;
	height: auto;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	 opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
}

header .navbar-brand:hover img {
	 opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

ul.navbar-nav {
	padding-top: 5vh;
	padding-bottom: 3vh;
}

header .magic {
	padding: 0;
	top: 0;
}

header .magic .topbar {
	top: -32px;
}

header .magic .navbar-brand img {
	width: 60px;
	height: auto;
}

header .magic-col {
	background-color: rgba(0,0,0,1);
	-webkit-transition: background-color 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .magic_topi {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	-webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	-webkit-tap-highlight-color: transparent;
	opacity: .70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=7);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-toggler-icon:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

header .my-navi .dropdown-menu {
	background-color: rgba(0,0,0,0);
	border: none;

}

header .my-navi .dropdown-menu li:last-child {
	border-bottom: none;
}

header .my-navi .dropdown-menu li a:hover {
	background-color: rgba(0,0,0,0);
}

header .my-navi .dropdown-menu li a {
	font-size: 15px;
}

header .my-navi .dropdown-menu li a.active {
	background-color: rgba(0,0,0,0);
}



/* ####################################################### HOMEPAGE ####################################################### */

.toaster {
	position: relative;
}

.toast_entry {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
}

.toast {
width: 350px;
max-width: 100%;
font-size: .875rem;
border: none;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.35);
border-radius: 2px;
-webkit-transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.toast .toast-header {
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	border: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 1rem;
}

.toast a.article-more, .toast a h4, .toast a {
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	text-decoration: none;
}

.toast h4 {
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.toast .toast-body {
	padding: 1rem;
}

section.home-welcome-wrapper {
	position: relative;
	height: 105vh;
	width: 100%;
}

.home-welcome {
	top: 0;
	left:0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 105vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}



.home-welcome .date {
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;
	bottom: 0;
	background-image: url("../images/header/date.png");
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center center;
}





h1.section-title {
	font-family: "FFMarkW1GBook";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
  	line-height: 1;
	letter-spacing: .5rem;
	text-transform: uppercase;
}

p.section-heading {
	text-transform: uppercase;
	font-size: 66px;
	line-height: .9;
}

header.section-header {
	margin-bottom: 3.5rem;
}


section.home_section {
	padding-top: 7rem;
}



main.home section.articles article.article {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
}

main.home section.articles article.article .date {
	color: rgba(0,0,0,0.7);
}

main.home section.articles .card {
	border: 1px solid #fff;
}

main.home section.articles article.article .card-footer {
	background-color: #fff;
}

.links a.article-more-dark {
	text-decoration: none;
	border-bottom: 3px solid rgba(0,0,0,0.35);
	font-size: 19px;
	line-height: 2;
}

.links a.article-more-dark:hover {
	text-decoration: none;
	border-bottom: 3px solid rgba(0,0,0,0.7);
}

.links .a-holder:before {
	content:"→";
	margin: 0 .2rem;
	font-size: 15px;
	color: rgba(0,0,0,.6);
}


main.home section.articles .article_first  {
	color: #fff;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

main.home section.articles .article_first p.date {
	color: #fff;
}

















/* ####################################################### BLOG & ARTICLE ####################################################### */

article.first, article.second, article.third {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	position: relative;
}

article.first .article_inner {
	height: 75vh;
	padding: 2rem;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

article.second .article_inner {
	height: 60vh;
	padding: 2rem;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

article.third .article_inner {
	height: 60vh;
	padding: 2rem;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

article a {
	text-decoration: none;
}

article h2 {
	text-transform: uppercase;
	margin-bottom: .5rem;
	line-height: 1;
}

article p.date {
	margin-bottom: .5rem;
	letter-spacing: .333rem;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	color: rgba(255,255,255,.7);
}

article a.article-more, .article-more, a.article-more {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}

article a.article-more:hover, .article-more, a.article-more:hover  {
	color: rgba(255,255,255,1);
}

article a.article-more-dark, .article-more, a.article-more-dark {
	color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

article a.article-more-dark:hover, .article-more-dark, a.article-more-dark:hover  {
	color: rgba(0,0,0,1);
}

article a.article-more-mini, .article-more-mini, a.article-more-mini {
	font-size: 15px;
}



/* ####################################################### PROGRAMM ####################################################### */

main.full_programm .submenu {
	padding: 2rem 0;
	top: 46px;
	line-height: 1;
	-webkit-transition: padding 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: padding 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

main.full_programm div.magic {
	padding: .825rem 0;
}

main.full_programm .submenu a {
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

main.full_programm .submenu a:hover {
	color: rgba(0,0,0,1);
}


main.full_programm .item {
	background-color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	position: relative;
	line-height: 1.3;
	padding: 1.5rem;
}

main.full_programm .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

}


main.full_programm .item hr {
	margin-top: .5rem;
	margin-bottom: .5rem;
}


main.full_programm .item a  {
	text-decoration: none;
	display: block;
}

main.full_programm a h3  {
	font-size: 22px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}

main.full_programm a:hover h3  {
	color: rgba(0,0,0,1);
}

main.full_programm h2.date  {
	font-size: 33px;
	color: rgba(0,0,0,0.5);
}

main.full_programm a .link_icon_dark {
opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
-webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

main.full_programm a:hover .link_icon_dark {
opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

main.full_programm span.ort:before,
main.full_programm h2.date:before,
main.full_programm span.time:before {
	  content: "";
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
 opacity: .35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: .35;
    -khtml-opacity: .35;
}

main.full_programm span.ort:before {
	background-image: url("../images/club_dark.svg");
	height: 12px;
	width: 12px;
	margin-right: 4px;
	top: 1px;
}

main.full_programm h2.date:before {
	background-image: url("../images/date_dark.svg");
	height: 22px;
	width: 22px;
	margin-right: .5rem;
	top: 1px;
}

main.full_programm span.time:before {
	background-image: url("../images/clock_dark.svg");
	height: 12px;
	width: 12px;
	margin-right: 4px;
	top: 1px;
}










/* ####################################################### Home PROGRAMM ####################################################### */


main.home section.programme {
	font-size: 15px;
	line-height: 1.1;
}


main.home section.programme h2 {
	font-size: 15px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}


main.home section.programme a h3 {
	font-size: 17px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}


main.home section.programme .movie .item {
	border-radius: 2px;
	padding: .5rem;
	position: relative;
	min-height: 200px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

main.home section.programme .movie .item {
	border-radius: 2px;
	padding: 1rem;
}

main.home section.programme .movie a {
	text-decoration: none;
	color: rgba(255,255,255,.85);
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

main.home section.programme .movie a:hover {
	color: rgba(255,255,255,1);
}

main.home section.programme .movie p.sektion {
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;

}

main.home section.programme .movie p.metadata {
	line-height: 1.1;
	font-size: 11px;
}

main.home section.programme .movie .item span.ort:before,
main.home section.programme .movie .item span.date:before,
main.home section.programme .movie .item span.time:before {
	 opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

main.home section.programme .movie a .link_icon_dark {
	 opacity: .35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: .35;
    -khtml-opacity: .35;
	-webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

main.home section.programme .movie a:hover .link_icon_dark {
	 opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

main.home section.programme .movie .item span.ort:before {
	background-image: url("../images/club.svg");
}

main.home section.programme .movie .item span.date:before {
	background-image: url("../images/date.svg");
}

main.home section.programme .movie .item span.time:before {
	background-image: url("../images/clock.svg");
}


span.vod_dark:before {
	  content: "";
  background-size: 100% 100%;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 4px;
  top: 3px;
  position: relative;
	background-image: url("../images/vod_dark.svg");
	opacity: .33;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=33);
    -moz-opacity: .33;
    -khtml-opacity: .33;
}



main.home section.programme .movie .item .link_icon {
	 position: absolute;
	 top: 1rem;
	 right: 1rem;
	 width: .6rem;
	height: .6rem;
	 background-size: .6rem auto;

}








 section.movies .sektion {
	padding-bottom: 4rem;
}

 section.movies h2 {
	font-size: 30px;
	line-height: 1;
}

 section.movies a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

 section.movies a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

 section.movies h3 {
	font-size: 19px;
	line-height: 1.1;
}


 section.movies .preview_image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.7);
}


 section.movies .movie {
	margin-bottom: 3rem;
}

 section.movies .preview_image .date_wrapper {
	padding-left:.7rem;
	padding-right: .7rem;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: -1.5rem;

}

 section.movies .preview_image div.date {
	padding:.7rem;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);

}

 section.movies .preview_image .title {
  position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .7rem;
}


 section.movies .preview_image .date p {
  font-size: 15px;
	line-height: 1.2;
	color: rgba(255,255,255,1);
}

 section.movies .preview_image p.ort:before,  section.movies .preview_image span.date:before,  section.movies .preview_image span.time:before,
.home_programm .data p span.ort:before, .home_programm .data p span.date:before, .home_programm .data p span.time:before,
main.movie .sidebar p span.ort:before, main.movie .sidebar p span.date:before, main.movie .sidebar p span.time:before,
main.home section.programme .movie .item span.ort:before, main.home section.programme .movie .item span.time:before, main.home section.programme .movie .item span.date:before {
  content: "";
  background-size: 100% 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 4px;
  top: 1px;
  position: relative;
}

 section.movies .preview_image p.ort:before, .home_programm .data span.ort:before {
	background-image: url("../images/club.svg");
}

 section.movies .preview_image span.date:before, .home_programm .data p span.date:before {
	background-image: url("../images/date.svg");
}

 section.movies .preview_image span.time:before, .home_programm .data p span.time:before{
	background-image: url("../images/clock.svg");
}



section.movies .carousel .preview_image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-color: rgba(0,0,0,0.7);
}


.home_programm .carousel-control-next, .home_programm .carousel-control-prev {
position: relative;
z-index: 1;
display: block;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .3;
background-color: rgba(0,0,0,1);
width: auto;
	padding: .5rem;
height: 250px;
	border-radius: 2px;
		-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.home_programm .carousel-control-next:hover , .home_programm .carousel-control-prev:hover {
background-color: rgba(0,0,0,.7);
	opacity: 1;
}

.home_programm .carousel-control-next-icon, .home_programm .carousel-control-prev-icon {
display: inline-block;
width: 1rem;
height: 1rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}


.home_programm .data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .5rem;
}


.home_programm .metadata {
	font-size: 14px;
	line-height: 21px;
}








.programm section.section_movies .section_mother:not(:last-child) {
	padding-bottom: 2rem;
}

.programm section.section_movies .section_mother .movie a, .programm section.section_movies .section_mother .movie a ul li {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.programm section.section_movies .section_mother .movie a h3 {
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.programm section.section_movies .section_mother .movie a:hover, .programm section.section_movies .section_mother .movie a:hover ul li {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

.programm section.section_movies .section_mother .movie h3.movie_title {
	font-size: 19px;
	line-height: 1;
	margin: 0;
	padding: 0;
}


.programm section.section_movies .section_mother .movie .movie_item {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.7);
	padding: 1rem;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.programm section.section_movies .section_mother .movie .movie_item p.info {
	line-height: 1.15;
}


.programm section.section_movies .section_mother .movie .movie_item p.info span.date:before,
.programm section.section_movies .section_mother .movie .movie_item p.info span.time:before,
.programm section.section_movies .section_mother .movie .movie_item p.info span.location:before
{
  content: "";
  background-size: 100% 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 4px;
  top: 1px;
  position: relative;
	 opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
}


.programm section.section_movies .section_mother .movie .movie_item p.info span.date:before {
	background-image: url("../images/date.svg");
}

.programm section.section_movies .section_mother .movie .movie_item p.info span.time:before {
	background-image: url("../images/clock.svg");
}

.programm section.section_movies .section_mother .movie .movie_item p.info span.location:before {
	background-image: url("../images/club.svg");
}

.programm section.section_movies .section_mother .movie .link_icon {
	 position: absolute;
	 top: .5rem;
	 right: .5rem;
	 width: 1rem;
	 height: 1rem;
	 line-height: 1;
	 background-image: url("../images/link.svg");
	 background-size: .666rem auto;
	background-repeat: no-repeat;
	background-position: top right;
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.programm section.section_movies .section_mother .movie .featured_icon {
	 position: absolute;
	 top: .5rem;
	 left: .5rem;
	 width: 2rem;
	 height: 2rem;
	 line-height: 1;
	 background-image: url("../images/feature.svg");
	 background-size: 1rem auto;
	background-repeat: no-repeat;
	background-position: top left;
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.programm section.section_movies .section_mother .movie .featured_text  {
	 position: absolute;
	 top: .5rem;
	 left: 2rem;
	 line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.programm section.section_movies .section_mother .movie a:hover .featured_text {
	color: rgba(255,255,255,1);
}

/* ########################################################## featured ####################################################### */

 section.movies .featured .preview_image {
	height: 550px;
}


 section.movies .featured .movie_second .preview_image {
	height: 550px;
}


 section.movies .featured .inner {
  position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	 width: 100%;
	padding: 1rem;
	 text-align: left;
}


 section.movies .featured .inner p.intro {
  font-size: 15px;
	 line-height: 23px;
	 color: #fff;
}

 section.movies .featured .inner p.meta, .movie p.meta {
  font-size: 13px;
	 line-height: 1;
	 text-transform: uppercase;
	 color: #fff;
}

 section.movies .featured .inner p.meta span:not(:last-child):after, .movie p.meta span:not(:last-child):after {
	content:" |";
	 margin-right: .2rem;
	 margin-left: .2rem;
	 	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.featured_icon {
	 position: absolute;
	 top: 1rem;
	 left: 1rem;
	 width: 5rem;
	 height: 5rem;
	 line-height: 1;
	 background-image: url("../images/feature.svg");
	 background-size: 2rem auto;
	background-repeat: no-repeat;
	background-position: top left;
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.link_icon {
	 position: absolute;
	 top: 1rem;
	 right: 1rem;
	 width: 5rem;
	 height: 5rem;
	 line-height: 1;
	 background-image: url("../images/link.svg");
	 background-size: 1rem auto;
	background-repeat: no-repeat;
	background-position: top right;
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.link_icon_dark {
	 position: absolute;
	 top: 1rem;
	 right: 1rem;
	 width: .6rem;
	height: .6rem;
	 background-image: url("../images/link_dark.svg");
	 background-size: .6rem auto;

}

.vod_icon {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 4rem;
	 height: 4rem;
	 line-height: 1;
	 background-image: url("../images/vod.png");
	 background-size: 4rem auto;
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	cclip-path: polygon(100% 0, 0 0, 100% 100%);
}

a .featured_icon, a .link_icon, .featured_icon, .link_icon {
	 opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

a:hover .featured_icon, a:hover .link_icon {
	 opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.featured_text  {
	 position: absolute;
	 top: 1.4rem;
	 left: 3.5rem;
	 line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}

/* ########################################################## SWITCH ####################################################### */


.switch {
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
font-size: 12px;
}
.switch .switch_next a:after, .switch .switch_next p:after {
	content:"→";
	margin: 0 .5rem;
	font-size: 12px;
	color: rgba(0,0,0,.25);
}


.switch .switch_prev a:before, .switch .switch_prev p:before {
	content:"←";
	margin: 0 .5rem;
	font-size: 12px;
	color: rgba(0,0,0,.25);
}



.switch a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.switch a span {
	border-bottom: 3px solid rgba(0,0,0,0);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.switch a:hover {
	color: rgba(0,0,0,1);
}


.switch a:hover span {
	border-bottom: 3px solid rgba(0,0,0,0.35);
}

/* ########################################################## DEFAULT ####################################################### */

.accordion {

}
.accordion-button {
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.accordion-button:not(.collapsed) {
	color: rgba(0,0,0,1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform:rotate(180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition:transform .2s ease-in-out
}


.default section.movies {
	margin: 0;
	padding: 0;
}


.default section.movies .movie {
margin-bottom: 0;
}

.default hr {margin: 3rem 0;}

/* ########################################################## MOVIE ####################################################### */



.award_icon {
	position: absolute;
	top: 3.5rem;
	left: 0;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	padding: .5rem;
	padding-left: 3.5rem;
	color: rgba(255,255,255,1);
	font-family: "FFMarkW1GHeavy";
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: url("../images/stars.svg");
	background-size: auto .625rem;
	background-repeat: no-repeat;
	background-position: center left+10px;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
}

section.section_movies .award_icon {
	position: absolute;
	top: 2rem;
	left: 0;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	padding: .3rem;
	padding-left: 2.5rem;
	color: rgba(255,255,255,1);
	font-family: "FFMarkW1GHeavy";
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: url("../images/stars.svg");
	background-size: auto .4rem;
	background-repeat: no-repeat;
	background-position: center left+10px;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
}



main.movie {
	padding-top: 0;
}

.movie .movie_image {
	padding-top: calc(40vh + 183px);
	padding-bottom: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0;
	position: relative;
}

main.movie .movie_wrapper {
	padding-top: 4rem;
}

.movie .movie_holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

button {
  outline: none!important;
}

.movie .movie_holder a.btn-primary {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-family: "FFMarkW1GHeavy";
	text-transform: uppercase;
	font-size: 13px;
	 -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.movie .movie_holder .btn-primary, .movie .movie_holder .btn-primary:focus, .movie .movie_holder .btn-primary:active {
	box-shadow: none;
	text-shadow: 0;
	outline: 0!important;
	border: none;
}

.movie .movie_holder .btn-primary:hover {
	color: rgba(0,0,0,1.00);
}


.movie .movie_holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}


.movie .modal-backdrop {
	 -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.movie .modal-backdrop.show {
	 opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
	 -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.movie .movie_holder .modal-body {
padding: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1.movie_title {
	line-height: 1;
}

main.movie ul.meta,  main.movie ul.meta2 {
  font-size: 15px;
	 line-height: 1;
	 text-transform: uppercase;
	 color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}

main.movie ul.meta2 {
	display: inline;
}

main.movie ul.meta li.item, main.movie ul.meta li.item2 {
  	display: inline;
	color: #fff;
}

main.movie ul.meta li.item:not(:last-child):after {
	content:" |";
	 margin-right: .2rem;
	 margin-left: .2rem;
	 	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

main.movie ul.meta2 li.item2:not(:last-child):after {
	content:",";
}

ul.sidebarsmeta, ul.sidebarsmeta li {
	color: rgba(0,0,0,0.7)!important;
	text-transform: none;
}

ul.sidebarsmeta, ul.sidebarsmeta li.item p {
	font-family: "FFMarkW1GBook";
}
ul.sidebarsmeta, ul.sidebarsmeta li.item p span {
	font-family: "FFMarkW1GHeavy";
}

ul.sidebarsmeta, ul.sidebarsmeta li.item span {
	font-family: "FFMarkW1GBook";
}

ul.sidebarsmeta, ul.sidebarsmeta li.item2 {
	font-family: "FFMarkW1GHeavy";
	text-transform: uppercase;
}



h2.movie_section_title {
	font-size: 19px;
	line-height: 1;
}


hr.seperator_ {
	display: block;
}

main.movie .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

main.movie .sidebar ul li.event {
	margin: 0;
	line-height: 1.2;
	font-size: 14px;
	padding: .5rem;
	padding-right: 0;
	margin-bottom: 1rem;
}

main.movie .sidebar ul li.event a.my-btn, a.my-btn {
	color: rgba(255,255,255,.666);
	font-size: 14px;
}

main.movie .sidebar ul li.event a.my-btn:hover, a.my-btn:hover {
	color: rgba(255,255,255,1);
}

main.movie .sidebar ul li.event p {
	margin: 0;
	padding: 0;
}

main.movie .sidebar ul li.event_past p {
	color: rgba(0,0,0,0.35);
}

main.movie .sidebar ul li.event_upcoming p span {

}

 main.movie .sidebar p span.ort:before, main.movie .sidebar p span.date:before, main.movie .sidebar p span.time:before {
	 opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

 main.movie .sidebar li.event_past p span.ort:before,  main.movie .sidebar li.event_past p span.date:before,  main.movie .sidebar li.event_past p span.time:before {
	 opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
}

 main.movie .sidebar p span.ort:before {
	background-image: url("../images/club_dark.svg");
}

main.movie .sidebar p span.date:before {
	background-image: url("../images/date_dark.svg");
}

 main.movie .sidebar p span.time:before {
	background-image: url("../images/clock_dark.svg");
}

main.movie .image_copyright {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	color: rgba(255,255,255,.333);
	line-height: 1;
	font-size: 10px;
}

main.movie .image_copyright_dir p {
	margin-top: .3rem;
	line-height: 1;
	font-size: 10px;
	color: rgba(0,0,0,0.333);
}


/* ########################################################## members ####################################################### */

section.members {
	font-size: 15px;
	line-height: 23px;
}

section.members h2 {
	font-size: 22px;
}


section.members  p.execute {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.5)
}

section.members img {
	border-radius: 2px;
}



/* ########################################################## ARTICLE ####################################################### */

.article .movie_image {
	padding-top: calc(50vh + 183px);
}




/* ########################################################## ENTRY FORM ####################################################### */

.errormodus ul {
	font-size: 15px;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}




.entryform h2 {
	margin-top: 4rem;
	font-size: 26px;
}


/* ####################################################### FOOTER ####################################################### */

a.footer_newsletter_a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	text-transform: uppercase;
	font-size: 15px;
}

a .footer_newsletter p {
	text-decoration: none;
	-webkit-transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	text-transform: uppercase;
}


a.footer_newsletter_a:hover p {
	color: rgba(255,255,255,1.00)
}

footer {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,.7);
	padding: 7rem 0;
	font-size: 12px;
	line-height: 1;
}

footer p {
	margin: 0;
	padding: 0;
}

footer .pp {
	text-align: center;
	margin-top: .5rem;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 2rem;
}

footer ul li {
	display: inline-block;
}

footer ul li:not(:last-child) {
	padding-right: .25rem;
}

footer ul li a, footer a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	text-transform: uppercase;
}

footer a span {
	color: rgba(255,255,255,.35);
}

footer ul li a:hover, footer a:hover {
	color: rgba(255,255,255,1);
}


footer .pp p, footer .pp a, footer .pp {
	display: inline;
}


.footer_social_media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_social_media ul li {
	display: inline-block;
}

.footer_social_media  ul li.item a {
	padding: 0 1rem;
}

.footer_social_media  img {
	width: 40px;
	height: auto;
	 opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.footer_social_media  img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}


/* ####################################################### SPONSORS ####################################################### */

body.sponsoren section.sponsors, body.sponsors section.sponsors,
body.sponsoren a.footer_newsletter_a, body.sponsors a.footer_newsletter_a {
	display: none;
}

section.sponsors {
	margin-bottom: 4rem;
}


section.sponsors .sponsor-wrapper, main.sponsors .sponsor-wrapper {
	width: 100%;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	 opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
}

section.sponsors a .sponsor-wrapper, main.sponsors .sponsor-wrapper a {;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}


section.sponsors a:hover .sponsor-wrapper, main.sponsors .sponsor-wrapper a:hover {
	 opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}




ul.categories {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

ul.categories li {
	display: inline-block;
}

ul.categories li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

ul.categories li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

ul.categories li:not(:last-child):after {
	content:"/";
	font-family: "FFMarkW1GBook";
	font-style: normal;
	font-weight: normal;
	 margin-right: .1rem;
	margin-left: .1rem;
	 opacity: .222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
    filter: alpha(opacity=22);
    -moz-opacity: .222;
    -khtml-opacity: .222;
}


ul.tags {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.tags li {
	display: inline-block;
}

.programm section.section_movies .section_mother .movie {
	color: #fff;
}


.full_programm .present_item ul.categories, .full_programm .past_item ul.categories {
	color: rgba(0,0,0,0.7);
	font-size: 11px;
	line-height: 1.1;
}




/* ####################################################### RESPONSIBILTY ####################################################### */

@media (min-width: 576px) {
	.topbar ul li.item a {
	padding-right: .5rem;}
}

@media (min-width: 768px) {
	footer ul {text-align: right; margin-top: 0;}
	footer .pp {text-align: left; margin-top: 0;}
	 section.movies .featured .inner h3 {font-size: 22px;}

	 section.movies .featured .movie_first .inner {width: 80%;padding: 1.5rem;text-align: center; margin-left: auto;margin-right: auto;}
	section.movies .featured .movie_second .inner {padding: 1.5rem; text-align: center;}

	.intro_text, .intro_text p, p.intro_text {font-size: 33px;}

	.topbar ul li.item a {padding-right: 1rem;}

	main.home section.programme .movie .item {min-height: 250px;}

	article.first .article_inner {padding: 2.5rem;}

	figure.xs img {width: 50%; height: auto}
	figure.sm img {width: 75%; height: auto}
	figure.md img {width: 100%; height: auto}
}


@media (min-width: 992px) {

	.home___main___wrapper .troublemaker {
		position: absolute;
		top: 50%;
		margin-bottom: -50%;
		border-radius: 5px;
		padding: 1.5rem;
		text-align: left;
	}

	.navbar-expand-lg .navbar-nav .nav-link {padding-right: 0;padding-left: 2rem;}
	ul.navbar-nav {padding: 0;}

	.home-welcome .letters {
		display: block;
	background-image: url("../images/header/jfbb2021_rosh.svg");
	background-position: top +12rem center;
}

.home-welcome .letters-dip {
	display: block;
	bottom: 2rem;
	background-image: url("../images/header/jfbb2021_dip.svg");
}

.home-welcome .date {
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;
	bottom: 0;
	background-image: url("../images/header/date.png");
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
	section.movies .featured .inner h3 {font-size: 33px;}

	section.movies .featured .movie_first .inner {width: 70%; padding: 2rem;text-align: center;}
	section.movies .featured .movie_second .inner {padding: 2rem;}

	.movie h1 {font-size: 3rem;}

.dropdown-menu {
	display: block;
	visibility: hidden;
	opacity:0;
	transform: translateY(20px);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dropdown-menu.show {
	display: block;
	visibility: visible;
	opacity:1;
	transform: translateY(0px);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

	header .my-navi .dropdown-menu {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	top: 100%;
	min-width: 10rem;
	padding: 1rem;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	background-color: rgba(0,0,0,0.7);
	list-style: none;
	border: none;
	border-radius: 0;
	margin-left: 0;
}

header .my-navi .dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: .35rem 0;}

	hr.seperator_ {display: none;}
	main.home section.programme .movie .item {min-height: 275px;}

	article.first .article_inner {padding: 3.5rem;}

	figure.xs img {width: 25%; height: auto}
	figure.sm img {width: 50%; height: auto}
	figure.md img {width: 75%; height: auto}

}

@media (min-width: 1200px) {
	section.home_programm a h3 {font-size: 25px;}
	.home_programm .data {padding: 1rem;}

	section.movies .featured .inner h3 {font-size: 44px;}
	section.movies .featured .movie_first .inner {width: 66%;padding: 2.5rem;}
	section.movies .featured .movie_second .inner {padding: 2.5rem;}

	.movie h1 {font-size: 3.5rem;}

	article.first .article_inner {padding: 5rem;}
}
