@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

html, body{font-size:100%;height:100%;margin:0;padding:0;font-family:'Open Sans', sans-serif;}
body:before {
	background-color: rgb(194,0,39);
	content:"";
	display:block;
	top:0;
	width:100%;
	height:100%;
	background: url(http://www.die-blumen-von-gestern.de/img/die-blumen-von-gestern-html-hg-moderat2.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	z-index:-10;
}
img { border: 0; }
iframe {border:0;}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}	
.section_head { 
  width:96%;
  max-width: 1200px;
  height:140px;/*war 68*/
  text-align:left;
  margin: 0 auto 0 auto;
  padding: 0;
}
.section_text { 
  width:1180px;
  height:auto;
  min-height:664px;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  border:10px solid white;
  background-color:white;
  display:block;

-webkit-animation: fadeIn 1s ease-in-out 0s 1 normal; /* 1. Was; 2. Dauer; 3. Beschleunigungsmodell(linear, ease-in, ease-out, ease-in-out); 4. Pause; 5. x-Wiederholungen; 6. Richtung (normal/alternate)*/
-moz-animation: fadeIn 1s ease-in-out 0s 1 normal;
-ms-animation: fadeIn 1s ease-in-out 0s 1 normal;
animation: fadeIn 1s ease-in-out 0s 1 normal;
}
@-webkit-keyframes fadeIn {
	0% { opacity:0.0; } 25% { opacity:0.0; } 100% { opacity:1.0; }	
}
@-moz-keyframes fadeIn {
	0% { opacity:0.0; } 25% { opacity:0.0; } 100% { opacity:1.0; }
}
@-ms-keyframes fadeIn {
	0% { opacity:0.0; } 25% { opacity:0.0; } 100% { opacity:1.0; }
}
@keyframes fadeIn {
	0% { opacity:0.0; } 25% { opacity:0.0; } 100% { opacity:1.0; }
}

.section_kinofinder { 
  width:1180px;
  height:auto;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  border:10px solid white;
  background-color:white;
  padding:0;
-webkit-animation: fadeIn 1s ease-in-out 0s 1 normal; /* 1. Was; 2. Dauer; 3. Beschleunigungsmodell(linear, ease-in, ease-out, ease-in-out); 4. Pause; 5. x-Wiederholungen; 6. Richtung (normal/alternate)*/
-moz-animation: fadeIn 1s ease-in-out 0s 1 normal;
-ms-animation: fadeIn 1s ease-in-out 0s 1 normal;
animation: fadeIn 1s ease-in-out 0s 1 normal;
}
.section_kinofinder_mobil { 
  width:100%;
  height:auto;
  text-align:center;
  margin: 0 auto;
  background-color:white;
  padding:0;
-webkit-animation: fadeIn 1s ease-in-out 0s 1 normal; /* 1. Was; 2. Dauer; 3. Beschleunigungsmodell(linear, ease-in, ease-out, ease-in-out); 4. Pause; 5. x-Wiederholungen; 6. Richtung (normal/alternate)*/
-moz-animation: fadeIn 1s ease-in-out 0s 1 normal;
-ms-animation: fadeIn 1s ease-in-out 0s 1 normal;
animation: fadeIn 1s ease-in-out 0s 1 normal;
}
.section_bild {
  width:100%;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
}
.section_index {
  width:1180px;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  border:10px solid white;
-webkit-animation: fadeIn 2s ease-in-out 0s 1 normal; /* 1. Was; 2. Dauer; 3. Beschleunigungsmodell(linear, ease-in, ease-out, ease-in-out); 4. Pause; 5. x-Wiederholungen; 6. Richtung (normal/alternate)*/
-moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
-ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
animation: fadeIn 2s ease-in-out 0s 1 normal;
}
.section_video {
  width:96%;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  border:10px solid white;
  background-color:black;
-webkit-animation: fadeIn 1s ease-in-out 0s 1 normal; /* 1. Was; 2. Dauer; 3. Beschleunigungsmodell(linear, ease-in, ease-out, ease-in-out); 4. Pause; 5. x-Wiederholungen; 6. Richtung (normal/alternate)*/
-moz-animation: fadeIn 1s ease-in-out 0s 1 normal;
-ms-animation: fadeIn 1s ease-in-out 0s 1 normal;
animation: fadeIn 1s ease-in-out 0s 1 normal;
}
.section_trenner {
  width:100%;
  max-width: 1200px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
}
.section_zitate {
  width:100%;
  max-width: 1200px;
  text-align:center;
  margin: 20px auto 0 auto;
  padding: 0;
}
.section_lola {
  width:100%;
  max-width: 1200px;
  text-align:center;
  margin: 20px auto 0 auto;
  padding: 0;
}
.section_titel_buttons {
  width:100%;
  max-width: 1200px;
  text-align:center;
  margin: 20px auto 30px auto;
  padding: 0;
}
.section_imkino {
  width:100%;
  max-width: 1200px;
  text-align:center;
  margin: 10px auto 30px auto;
  padding: 0;
}
.section_billing {
  width:96%;
  max-width:950px;
  margin: 0 auto 0 auto;
  padding: 0;
}
.section_footer {
  width:100%;
  max-width:1200px;
  margin: 10px auto 10px auto;
  padding: 0;
}
.section_footerklein {
  width:100%;
  max-width:1200px;
  margin: 20px auto 20px auto;
  padding: 0;
}
p {
	padding: 0 20px 20px 20px;
	margin:0;
	color:rgb(33,33,33);
	text-transform: none;
	white-space: normal;
	font: 400 1.0em/1.45em 'Open Sans', sans-serif;
}
a:link {color:#333;text-decoration:underline }
a:visited {color:#333;text-decoration:underline }
a:hover {color:#000;text-decoration:underline }
a:active {color:#333;text-decoration:underline }

div[class*="box"] {
  width: 100%;
  padding: 0;
  background: transparent;
  background-clip: content-box;
  text-indent: 0;
  text-align:left;
}
/* ############################## HEAD / NAVIGATION ############################## */
#head{width:1200px;height:100px;padding:20px 0 20px 0;}

#titellogo{float:left;position:absolute;width:171px;height:100px;background-image:url(img/die-blumen-von-gestern-titel-quer.png);background-repeat:no-repeat;background-position:left center;background-size:100% auto;}
#navigation {
	float:right;
	position:relative;
	text-align:center;
	width:1021px;
	height:50px;
	padding:8px 0 6px 0;
	margin-top:44px;
	}
.hauptmenue ul{margin:0;padding:0;clear:left;font-family:'Open Sans', sans-serif;font-size:1.2em;font-weight:700;text-align:center;line-height:normal;list-style-type:none;}
.hauptmenue li{display:inline;margin:0;padding:0;}
.hauptmenue li a{text-decoration:none;padding:0 3px 0 3px;margin:0;color:rgb(249,238,218);}
.hauptmenue li a:visited{color:rgb(249,238,218);}
.hauptmenue li a:hover{color:rgb(0,0,0);}
.hauptmenue li a.current{color:rgb(0,0,0);}
.hauptmenue li a:active{color:rgb(249,238,218);}

/*
.hauptmenue li a.slamhilft {color:rgb(249,238,218);background-color:rgb(138,188,202);}
.hauptmenue li a.slamhilft:hover, a.slamhilft:current{color:rgb(0,0,0);background-color:rgb(138,188,202);}
.hauptmenue li a:visited.slamhilft, a:active.slamhilft {color:rgb(249,238,218);background-color:rgb(138,188,202);}
*/
/*
.slamhilft {background-color:rgb(138,188,202);}
*/
/*
 @-webkit-keyframes GluehenAnimation {
        0% { 
            text-shadow: 0 0 0.0em #FFD700; 
        }
        50% { 
           text-shadow: 0 0 0.3em #FFD700; 
            }
        100% { 
            text-shadow: 0 0 0.0em #FFD700; 
        }
    }
*/
.untermenue_container{margin:0px;padding:0 223px 0 0;clear:left;width:auto;height:20px;}
.untermenue{display:none;}
.untermenue ul{margin:0;padding:0 0 7px 0;font-size:0.9em;line-height:normal;font-family:'Open Sans', sans-serif;font-weight:700;text-transform:uppercase;list-style-type:none;text-align:center;}
.untermenue li{display:inline;margin:0;padding:0;}
.untermenue li a{text-decoration:none;padding:0 2px 0 3px;margin-right:4px;margin-left:4px;color:rgb(249,238,218);transition: color 0.5s linear;-o-transition: color 0.5s linear;-moz-transition: color 0.5s linear;-webkit-transition: color 0.5s linear;}
.untermenue li a:visited{color:rgb(249,238,218);}
.untermenue li a:hover{text-decoration:none;color:rgb(0,0,0);}
.untermenue li a.current{color:rgb(0,0,0);text-decoration:none;}
.untermenue li a:active{color:rgb(249,238,218);}
/* ############################## TRENNER ############################## */
.trenner {
  display:block;
  width: 100%;
  max-width:1200px;
  height:10px;
  background-color:rgb(255,255,255);
  margin:0;
  padding:0;
}
/* ############################## INDEX ############################## */
.indexhgmobil {
	display:none;
	}
.indexhgmobil480 {
	display:none;
	}
.indexhg {
	width:1180px;
	height:664px;
	background-color:transparent;
	background-image: url(img/die-blumen-von-gestern-index-hg-neu.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
#index_video {
	width: 320px;
	height: 180px;
	margin: 260px 0 0 830px;
	position: absolute;
	z-index: 2;
	}
#yt_schutz {
	width:320px;
	height:146px;
	margin: 260px 0 0 830px;
	position:absolute;
	z-index:3;
	}
#lola {
	width:320px;
	height:101px;
	margin: 190px 0 0 828px;
	position:absolute;
	z-index:3;
	background-image: url(img/die-blumen-von-gestern-filmpreis-lola.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
	}
#index_facebook {
	width:36px;
	height:36px;
	background-image: url(img/fb.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
	position:absolute;
	z-index: 2;
	margin: 607px 10px 0 24px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#index_facebook:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.aussen {
	width: 490px;
	height: auto;
	margin: 600px 0 0 607px;
	text-align:center;
	position: absolute;
	z-index: 630;
}
.aussen div {
 	display:inline-block;
 	margin: 10px 5px 2px 5px;
 	padding: 5px 12px 5px 12px;
 	height:auto;
 	vertical-align:middle;
	background-color:rgb(249,238,218);

}
.aussen div:hover {
	}
a.indexbutton:link, a.indexbutton:visited, a.indexbutton:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height:1.0;
	font-weight:700;
	color: rgb(155,0,29);
	text-decoration: none;
	text-transform: uppercase;
}
.lola { padding-bottom:18px; }
.lola img { width:650px;}
/* ############################## TEXT ############################## */
#text {
	position:relative;
	height:auto;
	background-color:white;
	display:block;
	}
.bildtraeger {
	width:1180px;
	height:664px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
	position:absolute;
	}
.bildtraegermobil {
	display:none;
	}
/*############### NEU #############*/
.scrollbar{
width:450px;
height:625px;
overflow-y:scroll;
position:absolute; /*neu?*/
margin-left:710px;
margin-top:20px;
padding:0;
background-color:transparent;
}
.content{
padding:0 10px 0 0;
margin-top:0;
background-color:transparent;
display:block;
}
#scroll::-webkit-scrollbar{
width:8px;
background-color:#EBEBEB;
}
#scroll::-webkit-scrollbar-thumb{
background-color:#666;
}
#scroll::-webkit-scrollbar-thumb:hover{
background-color:#666;
}
#scroll::-webkit-scrollbar-thumb:active{
background-color:#666;
}
/*############### NEU ENDE #############*/
h1 {
	margin: 0 0 20px 20px;
	color:rgb(226,30,58);
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:1.4em;
	line-height: 1.3em;
	font-weight:700;
	}
.vod-ueber {
	margin: 40px 0 8px 0 ;
	color:rgb(226,30,58);
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:1.1em;
	line-height: 1.3em;
	font-weight:700;
	}
.vod-link {
	margin: 0 0 0 0 ;
	color:rgb(0,0,0);
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:1.0em;
	line-height: normal;
	font-weight:400;
	}
.vod-logo {
	width:50%;
	margin:0 auto 0 auto;
	}
.vod-logo img {width:100%;}
.name {
	color:rgb(33,33,33);
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:600;
	padding:0;
	margin: 1.0em 0 0 20px;
	}
.rolle {
	color:rgb(33,33,33);
	font-size:1.0em;
	line-height:1.0em;
	font-weight:600;
	padding:0;
	margin: 0 0 0.5em 20px;
	}
.pressestimmen {
	padding-bottom:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.4em;
	font-weight:400;
	color:rgb(22,22,22);
	text-align:left;
	}
.pressestimmenquelle {
	padding-top:0.4em;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height:1.1em;
	font-weight:700;
	color:rgb(226,30,58);
	text-align:left;
	text-transform:uppercase;
	}
.frage {
	margin: 1.0em 0 0 0;
	line-height: 1.35em;
	text-transform:uppercase;
	color: rgb(55,55,55);
	font-weight:600;
	}
.kurzinhalt {
	font-size:0.9em;
	font-weight:600;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom:20px;
}
.bildimtextblock {width:100%;margin:0 auto 12px auto;text-align:center;}
.bildimtextblock img {width:300px;margin-bottom:8px;}
.downloads {
	float:left;
	width:1180px;
	height:604px;
	position:absolute;
	margin:0;
	padding-top:20px;
	display:inline-block;
}
.element_container {
	display:block;
	width:200px;
	height:auto;
	float:left;
	margin-right:4px;
	margin-left:20px;
	padding-bottom:10px;
	}
.artwork_texte {
	display:block;
	width:100%;
	height:auto;
	}
.artwork_texte img {
	width:200px;
	height:auto;
}
.bildunterschrift_artwork {
	height:20px;
	padding-top:6px;
	color:#333;
	font-size:0.8em;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	}
a.datei:link, a.datei:visited, a.datei:active {
	font-size:0.9em;
	line-height:normal;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	text-decoration:none;
	}
a.datei:hover{
	color:#000;
	}
.container_flach {
	display:block;
	width:200px;
	height:180px;
	float:left;
	margin: 10px 13px 20px 20px;
	}
.container_hoch {
	display:block;
	width:200px;
	height:350px;
	float:left;
	margin-top:10px;
	margin-right:13px;
	margin-left:20px;
	margin-bottom:20px;
	}
.bilder {height:auto;border:0 solid red;}

/* ############################## VIDEO ############################## */
video {max-width: 100%;height: auto;}
iframe,
embed,
object {max-width: 100%;}
.container {display:block;width: 100%;margin:0 auto;padding:0;background-color:black;}
.vendor {padding:0;}

/* ############################## ZITATE ############################## */
#zitatekasten {
	width: 100%;
	height:auto;
	padding: 0;
	margin:0 0 0 -5px;
	text-align:center;
	}
.zitat {
	width:100%;
	height:auto;
	min-height:90px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	line-height:normal;
	font-weight:700;
	color:rgb(249,238,218);
	text-align:center;
	}
.zitatefooter { width: 100%; margin-top:4px;height:30px; }
.zitatquelle {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height:normal;
	font-weight:700;
	color:rgb(33,33,33);
	text-align:center;
	text-transform:uppercase;
	}
/* ############################## IM KINO ############################## */
.imkino {
	width:100%;
	max-width:1200px;
	margin: 0 auto 0 auto;
	
	}
.imkino div {
	display:inline-block;
	padding:13px 30px;
	border: 1px solid rgb(249,238,218);
	/*-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	text-align:center;*/
	}
.imkinotext {
	color:rgb(249,238,218);
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	line-height:1.0;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	white-space:pre-line;
	}
/* ############################## TITEL ############################## */
#titel {
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto;
	}
.button {
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align:center;
}
.button div {
 	display:inline-block;
 	margin: 10px 5px 2px 5px;
 	padding: 5px 12px 5px 12px;
 	height:auto;
 	vertical-align:middle;
	background-color:rgb(255,255,255);
}
.button div:hover {}
a.buttonlink:link, a.buttonlink:visited, a.buttonlink:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	line-height:1.0;
	font-weight:700;
	color: rgb(44,44,44);
	text-decoration: none;
	text-transform: uppercase;
}
/* ############################## FOOTER ############################## */
.footermenue {
	width: 100%;
  max-width:1200px;
	height: auto;
	margin: 0 auto 0 auto;
  padding: 5px 0 25px 0;
	text-align:center;
}
.footermenue div {
 	display:inline-block;
 	margin: 0 0 0 0;
 	padding: 0 4px 0 4px;
 	height:auto;
 	vertical-align:middle;
	background-color:transparent;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height:1.2em;
	font-weight:700;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
}
a.footerlink:hover {text-decoration: underline;}
.pipe {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height:1.2em;
	font-weight:700;
	color:rgb(249,238,218);
	}
a.footerlinkklein:link, a.footerlinkklein:visited, a.footerlinkklein:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
}
a.footerlinkklein:hover {text-decoration: underline;}
.pipeklein {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	}
.wiefooterlink {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:none;
	}
/* ############################## FOOTER KLEIN ############################## */
.footermenueklein {
	width: 100%;
  max-width:1200px;
	height: auto;
	margin: 0 auto 0 auto;
  padding: 5px 0 15px 0;
	text-align:center;
}
.footermenueklein div {
 	display:inline-block;
 	margin: 0 0 0 0;
 	padding: 0 4px 0 4px;
 	height:auto;
 	vertical-align:middle;
	background-color:transparent;
}
a.footerlinkklein:link, a.footerlinkklein:visited, a.footerlinkklein:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
}
a.footerlinkklein:hover {text-decoration: underline;}
.pipeklein {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	}
@media only screen and (max-width:768px), only screen and (max-device-width:768px){
.section_head { 
	/*height:44px;*/
	display:none;
}
#navigation {
	display:none;
	}
.section_index {
  width:100%;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  border:0;
  border-top:0 solid white;
  border-bottom:0 solid white;
}
.indexhg {
	display:none;
	}
.indexhgmobil480 {
	display:none;
	}
.indexhgmobil {
	display:block;
	}
.section_text { 
  width:100%;
  height:auto;
  border:0;
}
.bildtraeger {
	display:none;
	}
.bildtraegermobil {
	display:block;
	width:100%;
	position:relative;
	}
.bildtraegermobil img {
      width: 100%;
      height: auto;
   }
.textmobil {
	position: relative;
	width:100%;
	height:auto;
	margin-top:30px;
	padding:0;
	}
.lola img { width:90%;}

/*############ NEU ##########*/
.scrollbar{
width:100%;
height:auto;
margin:0;
overflow-y:visible;
position:relative;
display:block;

}
.content{
height:auto;
padding: 10px 20px 20px;
margin-top:0;
margin-bottom:0;
}
/* ENDE */
p {	
	padding:10px 20px 10px 20px;
	font-size:1.0em;
	line-height: 1.4em;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:rgb(33,33,33);
}
h1 {margin-top:14px;}
.kurzinhalt {
	font-size:0.9em;
	font-weight:600;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom:20px;
}
.downloads {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:10px 0 20px 0;
	padding:0 0 60px 0;
	display:block;
	background:white;
}
.element_container {
	display:block;
	width:200px;
	height:auto;
	float:left;
	margin: 16px 4px 20px 20px;
	padding:0
	}
.artwork_texte {
	display:block;
	width:100%;
	height:auto;
	}
.artwork_texte img {
	width:200px;
	height:auto;
}
#titel {
	width:60%;
	height:60%;
	text-align:center;
	margin:0 auto;
	}
.section_video {
  width:100%;
  max-width: 1180px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  border:0;
  border-top:0 solid white;
  border-bottom:0 solid white;
}
.section_kinofinder { 
  width:100%;
  height:auto;
  text-align:center;
  margin: 0 auto;
  border:0;
  background-color:white;
  padding:0;
}
#zitatekasten {
	width: 90%;
	height:auto;
	padding: 0;
	margin:0 auto;
	text-align:center;
	}
.zitat {
	width:100%;
	font-size: 0.9em;
	line-height:1.2em;
	font-weight:600;
	margin: 0 ;
	}
.zitatquelle {
	font-size: 0.8em;
	line-height:1.2em;
	font-weight:600;
	}
a.buttonlink:link, a.buttonlink:visited, a.buttonlink:active {
	font-size: 1.8em;
	line-height:1.0;
	font-weight:700;
}
.section_imkino {
	margin: 0 auto 40px auto;
	padding: 0;
}
.imkino div {
	width:80%;
	display:inline-block;
	padding:13px 30px;
	border: 1px solid rgb(249,238,218);
	}
.imkinotext {
	font-size: 2.24em;
	line-height:1.2em;
	font-weight:700;
	}
.footermenue {
	width: 96%;
}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.section_head { 
	height:44px;
}
.section_index {
  border:0;
  border-top:0 solid white;
  border-bottom:0 solid white;

}
.indexhg {
	display:none;
	}
.indexhgmobil480 {
	display:block;
	}
.indexhgmobil {
	display:none;
	}
.section_text { 
  width:100%;
  border:0;
  border-top:0 solid white;
  border-bottom:0 solid white;
}

h1 {
	margin: 0 0 10px;
	color:rgb(226,30,58);
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:700;
	}

p {
	margin:0;
	padding: 10px 0;
}
.bildimtextblock {}
.bildimtextblock img {width:100%;}
.section_video {
	border-top:0 solid white;
	border-bottom:0 solid white;
}
.zitat {
	width:100%;
	font-size: 1.0em;
	line-height:normal;
	font-weight:600;
	margin: 0 ;
	}
.zitatquelle {
	font-size: 0.8em;
	line-height:normal;
	font-weight:700;
	color:rgb(0,0,0);
	}
.name {
	color:rgb(33,33,33);
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:600;
	padding:0;
	margin: 1.0em 0 0.1em 0;
	}
.rolle {
	color:rgb(33,33,33);
	font-size:1.0em;
	line-height:1.0em;
	font-weight:600;
	padding:0;
	margin: 0 0 0.1em 0;
	}
#titel {
	width:70%;
	height:70%;
	}
a.buttonlink:link, a.buttonlink:visited, a.buttonlink:active {
	font-size: 1.2em;
	line-height:1.0;
	font-weight:700;
}
.imkino div {
	width:80%;
	display:inline-block;
	padding:10px;
	text-align:center;
	}
.imkinotext {
	font-size: 2.1em;
	line-height:1.2em;
	font-weight:700;
	}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.4em;
	font-weight:700;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
}
a.footerlink:hover {text-decoration: underline;}
.pipe {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.0;
	font-weight:700;
	color:rgb(249,238,218);
	}
a.footerlinkklein:link, a.footerlinkklein:visited, a.footerlinkklein:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
}
a.footerlinkklein:hover {text-decoration: underline;}
.pipeklein {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:400;
	color:rgb(249,238,218);
	}
.wiefooterlink {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height:1.5em;
	font-weight:400;
	color:rgb(249,238,218);
	text-decoration: none;
	text-transform:uppercase;
	}
}