/*
 Theme Name:     JFM Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Jellyfish.media Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.jellyfish.media
 Template:       Divi
 Version:        3.0.92
*/
 
/* JFM Custom Styles hier rein!
------------------------------------------------------- */


/*-------- Schriften -------- */
/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,700');

body {
	font-family: "Josefin Sans",sans-serif;
}*/

@import "farbedesmonats.css";

/*-------- MitabeiterInnenbilder -------- */

/* img .et_pb_team_member_image {
	border: solid red 1px;
	text-align: left;
}
*/

/*________ Allgemeine Styles ______________*/

html {

max-width: 100vw;
overflow-x: hidden;
}

.hover img:hover, a.jfm-button-mehr-erfahren:hover, #main-footer a:hover, #fld_8394110Caption a:hover, h2:hover {
	opacity: 1;
    -webkit-animation: none !important;
    animation: none !important;
}

body h2 {
	font-size: 20pt !important;
}
@media (max-width: 450px) {
	body h2 {
	font-size: 15pt !important;
}
}

body .et_pb_text_inner {	
color: black;
}

body a {	
color: black;
/*font-weight: bold;*/
text-decoration: underline;
}

body {
	line-height: 1.4;
}
.et_pb_text_inner {
	
}

@media (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 10px;
}
}

/*span.color-pink {
	color: #ff00ff;
}*/

h1, h2, h3, h4, h5, h6 {
	color: black;
	text-transform: uppercase !important;
	font-weight: bold;
}

body a:hover {
    text-decoration: none !important;
	font-weight: bold;
}

/*--- Graue Balken ---*/

body:not(.home) #et-main-area, footer#main-footer {
	border-top: 6px solid #eee;
}

/*####################### Mobile Anpassungen ################*/

@media (max-width: 980px) {
	.et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 0px 0;
}
	.et_pb_section {
    padding-bottom: 0px !important;
}
.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child {
	margin-bottom: 30px;
	}

}


/*####################### FONTS ######################*/

@font-face {
  font-family: "Avenir-Medium";
  src: url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.otf") format("opentype"), /* Open Type Font */
    url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.svg") format("svg"), /* Legacy iOS */
    url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.woff") format("woff"), /* Modern Browsers */
    url("/wp-content/themes/JFM-divi-child/fonts/Avenir65Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Light";
  src: url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.otf") format("opentype"), /* Open Type Font */
    url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.svg") format("svg"), /* Legacy iOS */
    url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.woff") format("woff"), /* Modern Browsers */
    url("/wp-content/themes/JFM-divi-child/fonts/AvenirLTStd-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "AvenirLTStd-Light";
	line-height: normal;
}

/*________ Sticky widget area Start ______________*/
@media (max-width: 981px) {
	#jfmSidenav {
		display: none;
	}
}
#jfmSidenav {
 z-index:9999 !important;
 position:fixed;
 top: 350px;
 right: 0;
 font-size: 14pt;
 font-weight: 400;
 background-color:black;
color: white;
padding: 5px;
text-align: right;	
 }
#jfmSidenav p {
	padding-bottom: 0;
}
#jfmSidenav a {
	color: white;
	text-decoration: none;
}
#wtfdivi012-widget-area-wrap {
    visibility: visible;
    z-index: 1000;
    display: block !important;
    float: left;
    position: fixed;
    background-color: #3d6679;
	top:0;
    max-width:60px;
}
/*
#jfmSidenav a {
 
 display:block;
 position: relative;
 transition: 0.3s;
 padding: 7px;

 text-decoration: none;
 font-size: 18px;
 color: white;
 
}
 #jfmSidenav a span{
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 }
 #jfmSidenav img {
 display:inline-block;
 margin-left: 5px;
 margin-right: 25px;
max-width: 38px;
 }


#jfm-tel {
 width: 320px;
 right: -160px;
 background-color: #f0f;
}
  @media (min-width: 981px) {
  #jfm-tel:hover, #jfm-facebook:hover, #jfm-mail:hover {
 right: 38px;
}
  }
#jfm-facebook {
 width: 320px;
 right: -160px;
 background-color: #f0f;
}


#jfm-mail {
 width: 320px;
 right: -160px;
 background-color: #f0f;
}




@media only screen and (max-width: 980px) {
	#jfmSidenav {
	right: 153px;
	top:50vh;
	max-width:38px;
	}
#jfmSidenav img {
 
 margin-left: 2px;
 margin-right: 25px;
max-width: 22px;
 }

#jfmSidenav a {
padding-left: 3px;
}
}
#wtfdivi012-widget-area-wrap .wtfdivi012_widget.widget_text {
	padding: 1px 1px 1px 0;;
	
}

.wtfdivi012_widget {
padding:0 !important;
}
@media only screen and (min-width: 981px){
#text-6.wtfdivi012_widget, .wtfdivi012_widget {
    padding: 0 !important;
}
}

#jfm-facebook img {
	padding-top: 7px;
}

#jfm-tel img {
	padding-bottom: 7px;
}
*/
/*________ Sticky widget area Ende ______________*/

/*-------- Bessere Darstellung der Bilder in Chrome -------- */

img {
image-rendering: -webkit-optimize-contrast;
}

/*-------- Navigation & body -------- */

#logo {
	max-height: 70%;
}

@media only screen and (min-width: 981px) {
	#logo {
		/*margin-bottom: -6px;
		min-height: 70%;*/
		margin-bottom: -26px;
	}
}

#main-header a {
	font-size: 20pt;
}

@media (max-width:768px) {
	#main-header a {
	font-size: 12pt;
}
}



/*#main-header a:hover, #main-footer #footer-widgets .footer-widget ul li a:hover {

	color: #ff00ff;
}*/

#main-header .et_menu_container {
	    padding-bottom: 20px;
}

/*################ NAVI ####################*/
@media only screen and (min-width: 981px) {
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 10px !important;
}
}


#top-menu li {
	display: block;
	padding-left: 22px;
	/*padding-bottom: 18px;*/
	padding-bottom: 6px;
}

.nav li ul.sub-menu {
	top: -12px;
    right: calc(-500% + 0px);
    border: none;
    padding-top: 0;
    width: 800%;
	z-index: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0);
    box-shadow: 0 2px 5px rgba(0,0,0,0);
	text-align: right;
}

.nav li ul.sub-menu li a {
	padding-top:0
}
#top-menu li a {
	z-index: 1;
	font-weight: 400;
	color: black;
}

#et-top-navigation {
	text-transform: uppercase;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

#top-menu li li a {
	/*width: 220px;*/
	width: 400px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#top-menu li li {
	padding-left: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}

.mobile_menu_bar:before {
	color: black;
}

#mobile_menu {
	border-color: black;
}

.et_mobile_menu li a {
	color: black;
	text-decoration: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
	padding-right: 0px;
}

#top-menu>li:last-child {
	padding-right: 22px;
}

#top-menu {
	text-align: right;
}

/*-------- Überschriften -------- */
h2, h3, h4, h5, h6 {
	/*text-align: center;*/
}

.jfm-facebook-vorschau h3, .jfm-was-unser-kino-auszeichnet h3 {
	color: #fff;
}

h1 {
	/*font-size: 55pt;*/
		font-size: 35pt;
	font-weight: bold;
}


/*######################## Hero Slider ####################*/

#jfm-hero-slider {
	
}
#jfm-hero-slider .et_pb_slides .et_pb_container {
	height: 600px;
	max-height: 86vw;
}
#jfm-hero-slider .et_pb_slider_container_inner {
	padding: 0 !important;
	position: relative;
}
#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description {
	/*min-width: 660px;*/
    text-align: right;
    max-width: 100%;
    padding: 10px;
	position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
	/*max-width: 660px;*/
}

@media(min-width:768px) {
	#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description {
	min-width: 660px;
	}
}


/*#jfm-hero-slider .et_pb_slides div:nth-child(1) .et_pb_slider_container_inner .et_pb_slide_description {
	    background-color: rgba(255,0,255,0.5);
}
#jfm-hero-slider .et_pb_slides div:nth-child(2) .et_pb_slider_container_inner .et_pb_slide_description {
	    background-color: rgba(64,0,255,0.5);
}
#jfm-hero-slider .et_pb_slides div:nth-child(3) .et_pb_slider_container_inner .et_pb_slide_description {
	    background-color: rgba(128,160,136,0.5);
}*/

#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description h2 {
	text-align: right;
	font-size: 55pt !important;
	font-weight: bold;
	opacity: 1 !important;
	color: #fff!important;
	text-shadow: none;
}

@media (max-width: 981px) {
	#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description h2 {
		font-size: 18pt !important;
	}
	

	#jfm-hero-slider .et-pb-controllers {
		transform: scale(0.8);
	}
	#links-unter-banner {
		max-height: auto;
		
	}
	#links-unter-banner .et_pb_column {
		top: 4px !important;
	}
	#links-unter-banner .et_pb_column a:first-child {
		display: block;
	}
}
#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description p:first-child {
	text-align: right;
	font-size: 14pt;
	font-weight: 400;
}
#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description p {
	text-align: right;
	font-size: 17pt;
	font-weight: bold;
	text-shadow: none;
}
body #page-container #jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper a {
	padding: 0 !important;
	border: none;
	background-color: transparent;
	text-decoration: underline;
	font-size: 11pt;
	padding-right: 0px !important;
}
#jfm-hero-slider .et-pb-controllers {
	position: static;
    z-index: 10;
    width: 80%;
    text-align: right;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 10px;
}
#jfm-hero-slider .et-pb-controllers a {
	width: 11pt;
    height: 11pt;
	background-color: black;
	border-color: black !important;
	border: 1px solid;
	color: transparent;
}
#jfm-hero-slider .et-pb-controllers a.et-pb-active-control {
	background-color: white;
}

#links-unter-banner {
	padding-top: 0 !important;
	max-height: 1px;
	padding-bottom: 26px;
}
#links-unter-banner .et_pb_row {
	padding: 0 !important;
}
#links-unter-banner .et_pb_text_inner {
	width: auto;
    display: inline-block;

}

#links-unter-banner .et_pb_column {
	display: inline;
    width: auto;
    /*top: -20px;*/
}


#links-unter-banner a {
	color: black;
}

#links-unter-banner p {
	font-size: 11pt;
}
#links-unter-banner img {
	max-width: 15pt !important;
	/*max-width: 11pt !important;*/
	margin-bottom: -1.5pt;
}

@media (min-width: 981px) {
	#links-unter-banner a {
	padding-right: 10px !important;
}
}

@media (max-width: 450px) {
	#jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description p, #jfm-hero-slider .et_pb_slider_container_inner .et_pb_slide_description h2 {
		
		font-size: 11pt !important;
	}
}

#jfm-hero-slider .et_pb_more_button {
	margin-top: 5px;
}

/*-------- Social media Icons -------- */
.jfm-social-media-icons {
	background-color: #aaa;
}

/*-------- Infoboxen -------- */

.infoboxen .et_pb_column .et_pb_text {
	min-height: 225px;
	/*max-width: 300px;*/
	position: relative;
	margin: 0 auto;
}
.infoboxen .et_pb_column .et_pb_text .et_pb_text_inner {
	bottom:10px;
	right:0;
	position: absolute;
	color: white !important;
	text-transform: uppercase;
	font-size: 35pt;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 900;
	max-width: 100%;
	text-align: right;
	padding-top: 10px;
	
}
@media (min-width: 982px) and (max-width: 1024px) {
	.infoboxen .et_pb_column .et_pb_text .et_pb_text_inner {
		font-size: 30pt !important;		
	}

}

@media (max-width: 450px) {
	.infoboxen .et_pb_column .et_pb_text .et_pb_text_inner {
		font-size: 30pt;
	}
}

/*.infoboxen .et_pb_column .et_pb_text.infobox-lila .et_pb_text_inner {
	background-color: rgba(255,0,255,0.5);
}*/

.infoboxen .et_pb_column .et_pb_text.infobox-grau .et_pb_text_inner {
	background-color: rgba(0,0,0,0.5);
}

.infoboxen .et_pb_column .et_pb_text.aktuell .et_pb_text_inner p {
	font-size: 10pt;
	text-align: right;
	padding-top: 10px;
} 
.infoboxen .et_pb_column .et_pb_text.aktuell .et_pb_text_inner h3 {
	font-size: 20pt;
	text-align: right;
	color: white;
}

.aktuell-wrapper div:first-child, .aktuell-wrapper div:first-child .et_pb_text_inner {
	padding-bottom: 0;
	text-align: left;
}
.aktuell-wrapper div:nth-child(2) {
	padding-top:0;
} 
.aktuell-wrapper  h2 {
	    padding-bottom: 20px;
}

.kk-wrapper .infoboxen .et_pb_column .et_pb_text .et_pb_text_inner p {
	font-size: 22pt;
}
@media (max-width: 460px){
	.kk-wrapper .infoboxen .et_pb_column .et_pb_text .et_pb_text_inner p {
		font-size: 16pt;
}
} 

/*-------- Button Styles -------- */

.jfm-ghost-button, .jfm-button-mehr-erfahren {
	color:#f0f !important;
	
}

.jfm-button-mehr-erfahren {
	border: 0px;
}

#main-content a.jfm-button-mehr-erfahren:hover {
	/*font-weight: bold;*/
	background-color: #fff;
	border: 0px !important;
}

#main-content .et_pb_button.jfm-ghost-button {
	border-radius: 0px;
	padding: 0px 12px 0px 12px !important;
}


#main-content a.et_pb_button.jfm-ghost-button:hover  {
	background-color: #f0f;
	color: #1c1c1c !important;
	font-weight: 500;
}


.et_pb_button .jfm-ghost-button {
	border-radius: 0px;
	color: #f0f !important;
}

.et_pb_button {
	font-size: 18px !important;
}

.jfm-ghost-button a:hover {
	color: #ffffff;
	background-color: #f0f;
	
}

.jfm-schnelluebersicht-tickets .jfm-ghost-button {
	float: right;
}

.et_pb_button:after, .et_pb_button:before {
	display: none;
}

/*.jfm-newsletter button {
	border-radius: 0px;
	color: #f0f !important;
}

.jfm-newsletter button:hover {
	color: #ffffff !important;
	background-color: #f0f;
	font-weight: 500;
}*/

/*-------- Newsletter Anmeldung -----------*/

#newsletter-wrapper input#input-name, #newsletter-wrapper input#input-email {
	width: 49%;
}

#newsletter-wrapper input#submit-button {
	font-size: 10pt !important;
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 0px 4px !important;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

/*-------- Listenelemente -------- */
.et_pb_module .et_pb_text_inner ul li::before {
   /*content: "✔ " !important;*/
    content: "\2714\fe0e  " !important;
	color: #f0f !important;
    box-sizing: border-box !important;
}
.et_pb_module .et_pb_text_inner ul li {
    box-sizing: border-box !important;
    list-style-type: none !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    display: list-item !important;
    text-indent: -1.1em !important;
}

/*-------- Schnellübersicht Leiste -------- */
.et_pb_section.jfm-schnelluebersicht-tickets {
	color: #ffffff;
	/*background-image: linear-gradient(90deg,#f0f 0%,#f0f 33.3%, #1c1c1c 33.4%, #1c1c1c 100%)!important;*/
	padding: 0px !important;
}

.et_pb_section.jfm-schnelluebersicht-tickets .et_pb_row {
	max-width: 100vw;
    min-width: 100vw;
    padding: 0;
}

.et_pb_section.jfm-schnelluebersicht-tickets .et_pb_row .et_pb_column_1_3 {
	margin: 0;
	width: 33.333%;
}

.et_pb_section.jfm-schnelluebersicht-tickets .et_pb_row .et_pb_column_2_3 {
	margin: 0;
	width: 66.666%;
	background-color: #1c1c1c;
	padding: 11px 0px;
}

.jfm-schnelluebersicht-tickets .et_pb_column:nth-child(2) .et_pb_module {
	text-align:center;
}

.jfm-schnelluebersicht-tickets .et_pb_column:nth-child(2) .et_pb_module .et_pb_text_inner {
	text-align: left;
    display: inline-block;
}

#main-content .jfm-schnelluebersicht-tickets .et_pb_row .et_pb_button {
	padding: 19px 0 !important;
    min-width: 100%;
    text-align: center;
	background-color: #f0f;
    color: #fff !important;
    border: 0px;
}

#main-content .jfm-schnelluebersicht-tickets .et_pb_row .et_pb_button:hover {
	background-color: #d0002c;
	color: #fff !important;
}

/*-------- Icons Startseite -------- */

.jfm-programmreihen-3-col img {
	max-width: 70%;
}

/*-------- Startseiten Styles allgemein -------- */

.jfm-was-unser-kino-auszeichnet {
	background-color: #1c1c1c;
	color: #fff;
}

.jfm-schnelluebersicht-tickets p {
	font-size: 18px;
}

.jfm-trennstrich {
	color: #1c1c1c !important;
	max-width: 33%;
	max-height: 2px;
	
}

.et_pb_section .jfm-trennstrich {
	padding: 0;
}

.et_pb_section.jfm-section-trennstrich {
	padding: 0;
}

.jfm-programmreihen-3-col, .jfm-filmhighlights {
	text-align: center !important;
}

.jfm-programmreihen-3-col p, .jfm-filmhighlights p {
	text-align: center !important;
}

.jfm-facebook-vorschau iframe {
	margin: 0 10%;
}

/*-------- Video im Banner --------*/

#hero-video-wrapper {
    margin: 0;
    position: absolute;
    min-width: 100vw;
	margin-top: -574px;
}

#hero-video {
	overflow: hidden;
	text-align: center;
}

#hero-video .et_pb_row {
	padding-top: 8vw;
	padding-bottom: 12vw;
}

#hero-video h1, #hero-video p {
	color: #fff;
}

/*-------- Hover Effekte -------- */
.hover img:hover, a.jfm-button-mehr-erfahren:hover, #main-footer a:hover, #fld_8394110Caption a:hover, h2:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/*########################## 2-3 Mittig #######################*/

.section-2-3-mittig .et_pb_row {
	text-align: center;
}
.section-2-3-mittig .et_pb_row .et_pb_column {
	margin: 0 auto;
    float: none;
}

/*#main-content a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid;
  margin-top: 2,5px;
  opacity: 0;
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

#main-content a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}*/

/*-------- Newsletter Anmeldung-------- */

.jfm-newsletter-anmeldung-formular .btn.btn-default  {
	float: right;
    border: 2px solid;
    border-color: #f0f;
    color: #f0f;
    font-size: 18px;
}


#fld_609890_1-wrap input:hover, #fld_609890_1-wrap input:active, #fld_609890_1-wrap input:focus  {
	color: #ffffff !important;
	background-color: #f0f !important;
	border-color: #f0f !important;
}


input#fld_1029244_1,  input#fld_3878017_1{
	height: 45px;
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}

.caldera-grid .form-control:focus {
    border-color: #f0f !important;
	outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 29, 77, 0.36) !important;
}

#fld_8394110Caption a {
	font-weight: bold !important;
    color: #1c1c1c !important;
}

#fld_8394110Caption a:hover {
	text-decoration: none;
 }

.caldera-grid .has-error .help-block, label.parsley-error{
	color: #f0f !important; 
}

/*-------- Footer Styles -------- */

#main-footer {
	background-color: #1c1c1c;
}

#main-footer h4 {
	color: #fff;
	text-transform: uppercase !important;
	font-size: 15px;
	text-align: left;
}

#main-footer p {
	color: #ccc; 
}

.et_pb_section.jfm-social-media-icons {
	padding: 20px 0;
}

.et_pb_scroll_top.et-pb-icon.et-visible {
	background-color:#666!important;
	border-radius: 0px !important;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0;
}

/*-------- Schwarz weiße Zeile --------*/
.spalten-wrapper {
	max-width: 100vw;
	max-height: 24px;
	border: 2px solid;
	border-color: #000;
	overflow: hidden;
	border-right: 0;
    border-left: 0;
    background-color: white;
}

.spalte {
	width: 8.16vw;
	display: inline-block;
	min-height: 24px;
}

.schwarzespalte {
	background-color: #000;
}

.weissespalte {
	background-color: #fff;
}

#footer-info {
	min-width: 100vw;
	
	text-align: center;
}

#footer-bottom .container.clearfix, #footer-bottom {
	padding-top: 0;
	max-width: 100vw;
	width:100%;
}

.jfm-footer {
	padding-top: 10px;
}

/*-------- Cookie Banner --------*/

#catapultCookie {
	font-family: raleway;
    font-weight: 700;
	border-radius: 0px !important;
}

/*######################## Focusboxen für die Unterseiten ########################*/

body #page-container .focusboxen-unterseiten {
	
}
@media (min-width: 1361px) {
	body #page-container .focusboxen-unterseiten .et_pb_image + .et_pb_text {
	min-height: 165px;
	}
}
@media (min-width: 769px) and (max-width: 1360px) {
	body #page-container .focusboxen-unterseiten .et_pb_image + .et_pb_text {
	min-height: 244px;
	}
}

body #page-container .focusboxen-unterseiten .et_pb_module.et_pb_text {
	margin-bottom: 10px;
}

body #page-container .focusboxen-unterseiten div.et_pb_row:first-child {
	padding-bottom: 0;
}
body #page-container .focusboxen-unterseiten div.et_pb_row:nth-child(2) {
	/*padding-top: 0;*/
}

body #page-container .focusboxen-unterseiten p {
	font-size: 12pt;
}
body #page-container .focusboxen-unterseiten h3 {
	font-size: 17pt;
}
body #page-container .focusboxen-unterseiten h2 {
	padding-bottom: calc(20pt - 10px);
}
body #page-container .focusboxen-unterseiten .et_pb_button_module_wrapper {
	text-align: right;
} 

body #page-container .focusboxen-unterseiten a.et_pb_button, 
body #page-container .focusboxen-unterseiten a.et_pb_button:hover {
	font-size: 10pt !important;
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 0px 4px !important;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
@media (min-width: 981px) {
	.focusboxen-unterseiten .et_pb_image_wrap  {
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
}
}

/*################## Filme #################*/

#film-content .et_pb_row_1 {
	padding-bottom: 0 !important;
}

/*################## Footer ################*/

#main-footer #footer-widgets ul li:before {
	display: none;
}
#main-footer #footer-widgets ul li {
		padding-left: 0;
	text-transform: uppercase;
	font-size: 12pt;
}
#main-footer #footer-widgets ul li a {
	text-decoration: none;	
}
#main-footer #footer-widgets ul li a:hover {
	font-weight: initial;
}

#main-footer #footer-widgets ul {
	text-transform: uppercase;
}

#main-footer #footer-widgets h4 {
	font-size: 16pt;
	color: black;
}

@media (max-width: 1024px) and (min-width: 982px) {
	#main-footer #footer-widgets h4 {
	    font-size: 14pt;
}
	.kk-wrapper .infoboxen .et_pb_column .et_pb_text .et_pb_text_inner p {
    font-size: 16pt;
}
	#jfmSidenav {
		font-size: 10pt;
	}
}


#main-footer #footer-widgets a {
	text-decoration: underline;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
	margin-bottom:20px;
}

.et_pb_widget ul li:last-child {
	margin-bottom: 0;
}
#main-footer #footer-widgets .footer-widget a, #main-footer #footer-widgets .footer-widget li a, #main-footer #footer-widgets .footer-widget li a:hover, #main-footer #footer-widgets .footer-widget p {
	color: black;
}
#main-footer {
	background-color: white;
}

#footer-bottom {
	background-color: white;
}
#footer-bottom a {
	color: black !important;
	text-decoration: none;
}
#footer-bottom img {
	border-radius: 50%;
	background-color: black;
}

#main-footer {
	max-width: 100vw;
    overflow: hidden;
}

/*JFM - Filme*/
.jfm-filme {
	
}

.jfm-filme .et_pb_module .et_pb_text_inner ul li {
	display: inline-block !important;
    padding-right: 20px;
	min-width: 5% !important;
	text-indent: 0em !important;
}

.jfm-filme .et_pb_module .et_pb_text_inner ul li::before {
	content: "" !important;
}

.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-of-type(2), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	min-width: 10% !important;
}
@media (min-width: 769px) {
	.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1) {
		float: right;
	}
}	
/*.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	float: right;
}*/
.jfm-filme .et_pb_module .et_pb_text_inner ul li a.small-button {
text-align: center;
	cursor: default !important;
	color: white !important;
	font-weight: 400;
	text-decoration: none !important;
	padding: 0;
	padding: 0px 20px 0px 20px;
    border-radius: 99999px;
    font-weight: 400 !important;
	text-shadow: none;
}

@media (max-width: 768px) {
	.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	width: 49%;	
}
	
.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-of-type(2) {
	min-width: 22% !important;
}
.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	min-width: 50% !important;	
}	
}
@media (max-width: 500px) {
	.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1), .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	width: 100%;	
}
	.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) {
	/*position: absolute;*/
    bottom: 15px;
	left: 100px;
	}
}	
.jfm-filme .et_pb_module .et_pb_text_inner ul {
	border-bottom: 1px solid black;
	display: inline-block;
	width:100%;
}

.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1) a, .jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) a {
	/*padding-left: 40px;*/
}

/*.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(2) a::before {
 content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAAmJLR0QA/4ePzL8AAACDSURBVEjH7ZQ7CoBADERfvd7AFV1xD69uIeuhtNQbxNpPEUTwg5NuII8wCYFfn5GcrGsBZ6Z+GKDFqZtLwlGIE4Wyfd6GaKiICI0KEBA6KszatgiDCjAipHs7UwMGBLu2DJ4eoVYBWoSIJ9mHmKsAjunoEmvlDgAKmk+e8r3/4NfLtQCwkLTi9aw3dAAAAABJRU5ErkJggg==) !important;
	display: inline-block;
	position: absolute;
	margin-left: -40px;
    margin-top: -6px;
}
.jfm-filme .et_pb_module .et_pb_text_inner ul li:nth-last-of-type(1) a:before {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAAmJLR0QA/4ePzL8AAAFrSURBVEgN3cGxTlMBAAXQM1gWGgquOBpaNgXq4kcA/ougOygzEiYJ+hvQVkPiN4BxMsBIjSkpk73O772WMnOOx2vZO10Xbt260LGt5cHaeiIiIiIifnhtqppDI3HjyLqmWbOa1h3pi5EDNfd46rsY2jGnrGHXUPQsmKCmJ661TfLCb3FmxliH4tKi+yy6Ep+M0TYytGKaNXdGVlV8EzvKIso+iK6SZXFjTllEWUNfNBW8F5891LHYUtAR6x5qU5wq+CWeq4qoaooLBQNRVxVRVRcDBQNRVxVRNSf+KvgpllRFVLXEuYKO2FAVUfVGnCjYFkeqIqq+ircKWuJGQ1lE2by+WFLSE7vKIsr2REfFmpGhVdO03flnxRgH4tKi+zxzJfaNVdMV116Z5KXf4syMCRb0xJ2PGsrm7bkTXQvuUXNgJPqObWipq2vZ9MUfMbLvialWdUVEREREdKx4sKYtp84NDJw7sWXJY/Uf++CpVORS3GEAAAAASUVORK5CYII=) !important;
	display: inline-block;
	position: absolute;
	margin-left: -40px;
    margin-top: -6px;
}*/

.jfm-filme .et_pb_module .et_pb_text_inner .smallblue {
border: none !important;
    background: #3e8ff4;	
}
.jfm-filme .et_pb_module .et_pb_text_inner .smalllightblue {
border: none !important;
	background: #51b5e4;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallteal {
border: none !important;
	background: #48bec0;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallsilver {
border: none !important;
	background: #c3c3c3;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallblack {
border: none !important;
	background: #0e0e0e;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallpink {
border: none !important;
	background: #b15cb9;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallpurple {
border: none !important;
	background: #8b53d8;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallorange {
border: none !important;
	background: orange;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallgreen {
border: none !important;
	background: #4dab46;
}
.jfm-filme .et_pb_module .et_pb_text_inner .smallred {
border: none !important;
	background: #d85353;
}
