/*
Theme Name: sweetsixteen
Author: Jörn Heilmann
Description: Der Theme vom sweetsixteen Kino in Dortmund
Version: 0.9
Text Domain: sweetsixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face{
	font-family:'FontAwesome';
	src:url('inc/fonts/fontawesome-webfont.eot?v=4.0.3');
	src:url('inc/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
	url('inc/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
	url('inc/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
	url('inc/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}
.fa a:before, .fa a:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; font-size: 18px;}

/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('inc/fonts/lora-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('inc/fonts/lora-v32-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('inc/fonts/lora-v32-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('inc/fonts/lora-v32-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Girando';
	src: url('inc/fonts/Girando-Regular.eot');
	src: url('inc/fonts/Girando-Regular.woff') format('woff'),
	url('inc/fonts/Girando-Regular.otf') format('otf'),
	url('inc/fonts/Girando-Regular.svg') format('svg'),
	url('inc/fonts/Girando-Regular.ttf') format('truetype');
	font-weight:normal;
}
@font-face {
	font-family: 'Girando';
	src: url('inc/fonts/Girando-Italic.eot');
	src: url('inc/fonts/Girando-Italic.woff') format('woff'),
	url('inc/fonts/Girando-Italic.svg') format('svg'),
	url('inc/fonts/Girando-Italic.ttf') format('truetype'),
	url('inc/fonts/Girando-Italic.otf') format('otf');
	font-style:italic;
	font-weight: normal;
}
@font-face {
	font-family: 'Girando';
	src: url('inc/fonts/Girando-Bold.eot');
	src: url('inc/fonts/Girando-Bold.woff') format('woff'),
	url('inc/fonts/Girando-Bold.svg') format('svg'),
	url('inc/fonts/Girando-Bold.ttf') format('truetype'),
	url('inc/fonts/Girando-Bold.otf') format('otf');
	font-weight:bold;
}
@font-face {
	font-family: 'Girando';
	src: url('inc/fonts/Girando-BoldItalic.eot');
	src: url('inc/fonts/Girando-BoldItalic.woff') format('woff'),
	url('inc/fonts/Girando-BoldItalic.svg') format('svg'),
	url('inc/fonts/Girando-BoldItalic.ttf') format('truetype'),
	url('inc/fonts/Girando-BoldItalic.otf') format('otf');
	font-style:italic;
	font-weight: bold;
}


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.screen-reader-text {
	display: none;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Basics
-------------------------------------------------------------- */
html, body {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #21221f;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	vertical-align: baseline;
}
html.hidescrollbar,
.hidescrollbar body {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
}
#page {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
#masthead {
	position: relative;
	display: flex;
	width: 100%;
	padding: 25px 15px;
	align-items: center;
	justify-content: space-between;
}
#masthead .break{
	display: none;
}
#masthead .custom-logo {
	display: block;
	width: auto;
	height: 100px;
}
#masthead .second-logo-wrap {
	display: flex;
	align-items: center;
}
#masthead .second-logo-wrap a:first-child {
	font-style: italic;
	color: #fbf9f4;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}
#masthead .second-logo-wrap a:hover {
	text-decoration: none;
}
#masthead .second-logo-link {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#masthead .second-logo {
	display: block;
	width: 90%;
	height: auto;
}
#menu-btn{
	display: none;
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: #fbf9f4;
	border: none;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	z-index: 100;
	cursor: pointer;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	-moz-user-select:none;
	-khtml-user-select: none;
}

main {
    clear: left;
    display: block;
    padding-bottom: 30px;
    margin-left: 0;
    position: relative;
    width: 100%;
}
#main {
    display: block;
    left: 0;
    padding-left: 160px;
    position: relative;
    transition: left 0.3s ease-in-out 0s;
    width: auto;
	margin-right:15px;
	margin-left: 15px;
}
#primary {
    float: right;
    width: 100%;
	background: #fbf9f4;
}
#content {
	padding: 10px 25px;
}

/* =navigation
-------------------------------------------------------------- */
nav.main-navigation {
    float: left;
    margin-left: -160px;
    margin-right: 0;
    position: relative;
    width: 160px;
}
nav.main-navigation ul{
	list-style: none;
}
nav.main-navigation ul ul{
	display: none;
}
nav.main-navigation li{
	display: list-item;
	margin-left: 0;
}
nav.main-navigation li li{
	margin-left: 15px;
}
nav.main-navigation li.current-menu-parent ul, nav li.current-menu-item ul {
	display: block;
}
nav.main-navigation a {
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
	color: #fbf9f4;
	padding: 8px 0 9px 0;
	font-weight: bold;
    font-size: 14px;
	display: block;
	line-height: 1.3em;
}
nav.main-navigation > ul > li:first-child a {
	padding-top: 0;
}
nav.main-navigation > ul > li:last-child a {
	padding-bottom: 0;
}
nav.main-navigation a:hover,nav a:active,nav a:focus, nav li.current-menu-item  > a{
	text-decoration: underline;
	color: #fbf9f4;
}
nav.main-navigation li.current-menu-parent > a{
	text-decoration: none;
}
nav.main-navigation a.assistive-text {
	display: none;
}


nav.ajax-nav {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
nav.ajax-nav a {
	display: inline-block;
	height: 50px;
	width: 50px;
	color: #fbf9f4;
	border-radius: 50%;
	font-size: 12px;
	line-height: 50px;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
}
/* =entries
-------------------------------------------------------------- */

.entry-content {
	clear: left;
	float: left;
	width: 100%;
}
.entry-date {
	margin-bottom: 5px;
	display: none;
}
.read-more {
	float: right;
	color: #fbf9f4;
	padding: 6px 15px;
	font-style: italic;
}
.read-more:hover,
.read-more:active,
.read-more:focus {
	color: #fbf9f4 !important;
	text-decoration: none;
}
article {
	width: 100%;
	margin: 20px 0;
}
article:first-child {
	margin-top: 0;
}
article.filme .title {
	margin: 1em 0 0.4em;
}
article.filme .title h1.entry-title{
	display: inline;
	margin-right: 5px;
}
.term-list {
	display: inline;
	margin: 0;
	line-height: 1.5;
	top: -2px;
	vertical-align: baseline;
	position: relative;
}
.term-list li{
	display: inline-block;
	list-style: none;
	margin: 0 4px 0 0;
}
.term-list li a{
	color: #fbf9f4;
	padding: 1px 4px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.grid {
		margin: 0 -0.5% 15px -0.5%;
		clear: left;
}

.grid .grid-item {
	width: 50%;
	padding: 0.5%;
	box-sizing: border-box;
}

@media (min-width: 481px) {
	.grid .grid-item {
		width: 33.33%;
	}
}

.grid .grid-item article{
	margin: 0;
	position: relative;
}

.grid .grid-item article.no-thumb{
	height: 0;
	padding-bottom: 140%;
}

.grid .grid-item .grid-image {
	width: 100%;
	height: auto;
	display: block;
}
.grid .grid-item .grid-placeholder {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 5%;
	min-height: 150px;
}
.grid .grid-item .grid-placeholder h2 {
	color: #fbf9f4;
	width: 100%;
	hyphens: auto;
	font-size: 12px;
}
.grid .grid-item .grid-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: opacity .2s ease-in;
	padding: 5%;
}
.grid .grid-item .grid-content:hover {
	opacity: 1;
}
.grid .grid-item .grid-content h2 {
	color: #fbf9f4;
	width: 100%;
	hyphens: auto;
	font-size: 12px;
}
@media (min-width: 481px) {
	.grid .grid-item .grid-placeholder h2,
	.grid .grid-item .grid-content h2 {
		font-size: 14px;
	}
}



/* =startseite
-------------------------------------------------------------- */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	text-align: center;
	cursor: pointer;
}

#overlay .custom-logo-link {
	display: inline-block;
	width: 250px;
	height: 69px;
	margin-top: 20px;
}

#overlay .custom-logo-link .custom-logo {
	width: 100%;
	height: auto;
}

#overlay .title,
#overlay .monat {
	font-family: 'Girando';
	font-weight: bold;
	font-style: italic;
	color: #fbf9f4;
	font-size: 40px;
	text-transform: lowercase;
	line-height: 1em;
	margin-top: 80px;
	max-width: 100%;
}
#overlay .title {
	font-size: 80px;
	width: 500px;
	padding: 0 20px;
	max-width: 100%;
	margin: 160px auto 0;
	box-sizing: border-box;
}

/* =footer
-------------------------------------------------------------- */
footer#colophon {
	float: left;
}
footer#colophon a{
	color: #FBF9F4;
}
footer#colophon span{
	display: inline-block;
}
footer#colophon span:after{
	content: ', ';
}
footer#colophon span:last-child:after{
	content: '';
}
a.partner {

}
a.partner img{
	height: 45px;
	background-size: auto 100%;
	margin-right:20px;
	margin-top: 10px;
}
a.partner:last-child img {
	margin-right:0;
}
.site-info > div {
	float:left;
	clear: left;
	margin: 20px 0 0;
	width: 100%;
}
.site-info > div:last-child {
	margin: 20px 0 40px;
}
.widget {
	color: #fbf9f4;
	font-style: italic;
	font-size: 12px;
}
.kontakt {
	float:left;
}


/* =cal
-------------------------------------------------------------- */
.monatsuebersicht {
	width: 100%;
	float:left;
	clear:left;
	position: relative;
	margin-bottom: 20px;
}
.monatsuebersicht .clearleft {
}
.monatsuebersicht.fullscreen  {
	bottom: 0;
	right: 0;
	clear:left;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 1000;
	margin-bottom: 0;
}
.monatsuebersicht.fullscreen .kalender-wrapper {
	margin: 10px;
	padding: 0 25px 25px;
	background: #fbf9f4;
}
.monatsuebersicht .entry-title {
	float: left;
}

.admin-bar .monatsuebersicht.fullscreen  {
	top: 32px;
}
.expand {
	float:right;
	margin-top: 1.5rem;
}
.kalender{
    height: auto;
    padding-left: 60px;
    padding-right: 6px;
    position: relative;
	clear: left;
}
.thead{
	border:none !important;
	margin-bottom:5px;
}
.thead .cell {
	font-size: 12px;
	text-align: center;
	min-height: inherit !important;
	font-style: italic;
}
.thead .cell span{
	display: inline-block;
	margin: 0 2px;
}
.row {
    float: left;
    position: relative;
    width: 100%;
}
.row.heute, .heute .date {
	background: #FFF;
}
.row .entries {
    display: block;
    float: right;
    min-height: 39px;
    position: relative;
    width: 100%;
	border-top: 1px solid #ddd;
}
.row .date {
	top: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 60px;
    margin-left: -60px;
	border-top: 1px solid #eee;
}
.row .date > div {
    font-size: 12px;
	font-style: italic;
    line-height: 12px;
    margin-top: -6px;
	top: 50%;
    position: absolute;
    text-transform: uppercase;
	width: 100%;
	margin-left:7px;
}
.row.heute .date > div {
	font-weight: bold;
}
.row .cell {
    float: left;
    margin: 0 1% 0 0;
    min-height: 39px;
}
.columns1 .row .cell {
    width: 99%
}
.columns2 .row .cell {
    width: 49%
}
.columns3 .row .cell {
    width: 32.33%
}
.columns4 .row .cell {
    width: 24%
}
.columns5 .row .cell {
    width: 19%
}
.row .cell .eintrag {
	position: relative;
	z-index: 1;
	word-wrap:break-word;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	padding: 4px 3% 9px;
	cursor: pointer;
	line-height: 13px;
	width: 94%;
}
.row .cell .eintrag a:hover{
	color: #32362b;
}
.row .cell .eintrag a:hover{
	color: #32362b;
	text-decoration: underline;
}
.row .cell.rund .eintrag {
	padding: 4px 3% 9px;
}

.row .movieinfo {
	display: none;
}
.movieinfo {
	font-size: 12px;
	position: absolute;
	background: #fbfbf9;
	text-align: left;
	font-style: normal;
	padding: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	width: 330px;
	line-height: 1.3em;
	cursor: default;
	z-index: 2;
	border-radius: 8px;
	margin-top: -6px;
	margin-bottom: 20px;
}
.row .cell:hover .movieinfo {
	display: block;
}
.movieinfo h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-style: italic;
	margin-top:0;
	text-transform: lowercase;
}
.movieinfo p {
	word-wrap:break-word;
	margin-bottom: 10px;
}
.movieinfo .wp-post-image {
	float: left;
	margin: 0 10px 5px 0;
	width: 150px;
}
.movieinfo.spaet {
	right: 2%;
	left: auto;
}
.movieinfo.haupt {
	right: 27%;
	left: auto;
}
.movieinfo.frueh {
	left: 26%;
}
.movieinfo.kinder {
	left: 1%;
}
.columns5 .movieinfo.spaet {
	right: 2%;
	left: auto;
}
.columns5 .movieinfo.haupt {
	right: 22%;
	left: auto;
}
.columns5 .movieinfo.frueh {
	left: 41%;
}
.columns5 .movieinfo.kinder {
	left: 21%;
}
.columns5 .movieinfo.morgens {
	left: 1%;
}

.movieinfo .meta-info {
	padding: 2px 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.row .empty {
	float:left;
	bottom: 0;
	z-index: 0;
	width: 24%;
	margin: 0 1% 0 0;
	position: absolute;
	top: -1px;
}
.columns1 .row .empty {
    width: 99%;
}
.columns2 .row .empty {
    width: 49%;
}
.columns3 .row .empty {
    width: 32.33%;
}
.columns4 .row .empty {
    width: 24%;
}
.columns5 .row .empty {
    width: 19%;
}
.row .cell .bg {
    bottom: 0;
    margin: 0;
    position: absolute;
    z-index: 0;
	top: 0px;
}
.columns1 .row .cell .bg {
    width: 99%;
}
.columns2 .row .cell .bg {
    width: 49%;
}
.columns3 .row .cell .bg {
    width: 32.33%;
}
.columns4 .row .cell .bg {
    width: 24%;
}
.columns5 .row .cell .bg {
    width: 19%;
}
.row .cell .bg.rund, .empty.rund {
	border-radius: 0 0 4px 4px;
	bottom: 4px !important;
}
.row .cell.error .bg {
	background-color: #ff9090;
}
.fullscreen .kalender {
	padding-left: 80px;
}
.fullscreen .cell {
	min-height: 49px;
}
.fullscreen .movieinfo {
	width: 24%;
}
.columns5 .fullscreen .movieinfo {
	width: 19%;
}
.fullscreen .row .date  {
	width: 80px;
	margin-left: -80px;
}
.fullscreen .thead .cell,
.fullscreen .row .date > div,
.fullscreen .eintrag,
.fullscreen .movieinfo h3,
.fullscreen .movieinfo {
	font-size: 110% !important;
	line-height: 110% !important;
}
.monatsuebersicht .meta-info ul li {
	font-size: 11px;
	line-height: 22px;
}
.pdf {
	float: left;
	margin-bottom: 20px;
	color: #21221F;
}
.pdf a{
	color: #21221F;
}

/* =Startseite
-------------------------------------------------------------- */
.home-info {
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 2px 0px;
	float: left;
	font-style: italic;
}
.home-info h2 {
	margin-top: 5px;
}
.home-info p:last-child {
	margin-bottom: 5px;
}
.home-info p:first-child {
	margin-top: 5px;
}

/* =Flexslider
-------------------------------------------------------------- */
.control-nav {
	width: 100%;
	margin: 10px 0 0;
	display: inline-block;
}
.control-nav li {
	float:left;
	text-transform: uppercase;
	width: 21%;
	margin: 2px 0 0;
	padding: 4px 2% 0;
	font-style: italic;
	text-align: center;
	list-style: none outside none;
	cursor: pointer;
	display: block;
	font-size: 13px;
}
.control-nav.col1 li{
	width: 100%;
}
.control-nav.col2 li{
	width: 50%;
}
.control-nav.col3 li{
	width: 33.3%;
}
.control-nav.col4 li{
	width: 25%;
}
.control-nav.col5 li{
	width: 20%;
}

.control-nav li span{
	display: inline-block;
	margin: 0 2px;
}

.control-nav li.flex-active {
	border-top-width: 2px;
	border-style: solid;
	margin: 0;
}
.flexslider {
	margin-bottom: 10px;
}
.flexslider ul.slides > li {
	width: 100%;
	min-height: 250px;
	height: auto;
	margin: 0;
}
.flexslider article {
	padding: 10px 10px 0;
	margin-bottom: 0;
	width: auto;
	float: none;
}
.flexslider article * {
	color: #fbf9f4;
}
.flexslider article img.size-thumbnail {
	margin-top: 0;
	margin-bottom: 0;
}
.flexslider article .wp-post-image {
	float: left;
	margin: 0 15px 10px 0;
	display: inline;
	width: 150px;
}
.flexslider article h1,
.flexslider article h2 {
	margin-top: 0;
}
.flexslider article p,
.flexslider article a h1,
.flexslider article a:hover h1 ,
.flexslider article a:active h1,
.flexslider article .meta-info,
.flexslider article .meta-info a,
.flexslider article .meta-info a:hover,
.flexslider article .meta-info a:active {
	color: #FBF9F4 !important;
	text-decoration: none;
}
.flexslider article .meta-info {
	border-color: #FBF9F4 !important;
}
.flexslider article .read-more {
	float: right;
	margin-bottom: 10px;
	color: #fbf9f4;
	padding: 6px 15px;
	font-style: italic;
}
.flexslider article p a,
.flexslider article p a:hover,
.flexslider article p a:active,
.flexslider article p a:focus {
	color: #fbf9f4 !important;
	text-decoration: underline !important;
}

/* =PageNavi
-------------------------------------------------------------- */

.wp-pagenavi {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}
.wp-pagenavi span.pages {
	font-style: italic;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 7px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #FBF9F4;
	text-decoration: none
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1em 0;
}
.entry-title {
	text-transform: lowercase;
}
h1 {
	margin-bottom: 0.4em;
}
h1 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 18px;
	margin-bottom: 0.4em;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

h1, h2 {
	font-style: italic;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px 0 5px;
}
.entry-title a {
	color: #21221F;
}


/* =Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 15px;
	line-height: 1.4;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul,
ol {
	margin: 0 0 24px;
	line-height: 1.5em;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
}
dl {
	margin: 0 24px;
}
dt {
	font-weight: bold;
	margin-bottom: 24px;
}
dd {
	line-height: 1.5em;
	margin: 0 0 24px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
cite {
	border: none;
}
big {
	font-size: 128.571429%;
}
.mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
}
pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
code,
kbd,
samp,
var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	line-height: 1.5em;
	margin: 0 0 24px;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}




/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 10px 15px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* =Images
-------------------------------------------------------------- */
.wp-post-image {
	width:150px;
}
.single .wp-post-image {
	width: inherit;
}
img,
.editor-attachment {
	border: 0;
	max-width: 100%;
}
img.size-full {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
display: block;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.mce-wp-nextpage {
	border-radius: 0;
	box-shadow: none;
}
img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
display: inline;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
}
.video-wrapper {
    clear: left;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom: 15px;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*********** gallery ************/

.gallery {
    float: left;
    margin: 0 0 25px;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin: 10px 1% 0;
    text-align: center;
position: relative;
overflow: hidden;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
}
.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin: 10px 0 0 1%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    margin: 10px 1% 0 0;
}
.gallery-columns-4 .gallery-item {
	width: 23,5%;
}
.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin: 10px 0 0 1%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    margin: 10px 1% 0 0;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin: 10px 0 0 1%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    margin: 10px 1% 0 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
    margin: 10px 0 0;
}

.gallery img {
    border: none;
	display: block;
}
.gallery .gallery-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fbf9f4;
    font-size: 13px;
    padding: 3%;
    position: absolute;
    width: 94%;
	display: none;
	margin: 0;
}
.gallery .gallery-item:hover .gallery-caption {
    display: block;
}
.gallery .gallery-icon {
   margin: 0;
}


/* ------ Form Elements ----*/
.filter-form {
	display: flex;
	clear: left;
}

.search-form {
	width: 50%;
	padding: 4px;
}

.search-form .search-field{
	margin-top: 0;
}

input.search-submit {
	display: none;
}

.dropdown-filter {
	width: 25%;
	padding: 4px;
}

input[type="text"], input[type="email"], input[type="search"], select {
	border: none;
	font-family: inherit;
	padding: 7px;
	width:100%;
	max-width: 400px;
	line-height: normal;
	font-size: 14px;
}
input[type="text"]:placeholder, input[type="email"]:placeholder, input[type="search"]:placeholder {
	color: #21221f;
}
textarea {
	font-family: inherit;
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
	width: 96%;
}
input[type="submit"]{
	font-family: inherit;
	border: none;
  color: #FBF9F4;
  float: left;
  font-style: italic;
  padding: 7px 15px;
	margin-top: 15px;
	cursor: pointer;
}
.mc-field-group {
	margin-top: 15px;
}
.indicates-required {
	font-size: 12px;
}


/* ------ Single Movies ----*/

.single-post-thumbnail img.wp-post-image{
	margin-top: 0;
}
.meta-info {
	margin-bottom: 15px;
	list-style: none;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 2px 0px;
	font-style: italic;
}
.meta-info ul {
	list-style: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0
}
.meta-info ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	line-height: 24px;
}

.termine > h3 {
	display: inline;
	font-size: 16px;
	line-height: 1.7;
	font-style: italic;
}
.termine ul{
	list-style: none;
}
.termine ul li{
	line-height: 1.2;
	margin: 0 0 3px 0;
}


/* ------ Icons ----*/

.icon a:before, .icon a:after, .icon:before, .icon:after {
	font-family: "dashicons";
	font-style: normal;
	font-size: 22px;
	display:inline-block;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	cursor: pointer;
}

.icon.expand:before {
	content: "\f211";
}
.icon.expand.minimize:before {
	content: "\f506";
}


@media (max-width: 782px) {
	.icon.expand {
		display: none;
	}
	#main {
		padding-left: 0;
		margin-right:10px;
		margin-left: 10px;
	}
	#main.open {
		left: 160px;
	}
	#masthead {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 15px 25px;;
	}
	#masthead .break{
		order: 3;
		display: block;
		width: 100%;;
	}
	#masthead .custom-logo-link {
		order: 4;
		margin: 15px auto 0;
		position: relative;
	}
	#masthead .custom-logo {
		width: 250px;
		height: auto;
	}
	#masthead .second-logo-link {
		order: 2;
		width: 50px;
		height: 50px;
		clear: both;
	}
	#menu-btn{
		display: block;
	}
	.movieinfo {
		width: 260px;
	}
	#content {
		padding: 10px 15px;
	}
	.widget {
		text-align: center;
	}
	.gallery .gallery-item:hover .gallery-caption {
    		display: none;
	}
}
@media (max-width: 480px) {
	.search-form {
		width: 100%;
	}
	.dropdown-filter {
		width: 100%;
	}
	#overlay .monat {
		margin-top: 30px;
		font-size: 30px;
	}

	#overlay .title {
		font-size: 50px;
		margin-top: 80px;
	}

	.kalender {
	    overflow-x: scroll;
	}
	.kalender .row {
		 width: 180%;
	}
	.entry-content img {
		width: 100%;
	}
	.row .cell:hover .movieinfo {
		display: none;
	}
	.site-info > div:first-child {
		margin-right: 0;
	}
	#content {
		padding: 5px 10px;
	}
	a.partner {
		width: 50%;
		text-align: center;
		float: left;
	}
	a.partner img{
		margin-right: 0;
	}
}
@media (max-width: 320px) {
	#main {
		margin-right: 0;
		margin-left: 0;
	}
	#menu-btn{
		left: 10px;
	}
	#main.open {
		left: 170px;
	}
	.widget {
        font-size: 11px;
	}
	footer#colophon {
		padding: 0 10px;
	}
	a.partner img{
		height: 37px;
	}
	footer#colophon span{
		display: block;
	}
	footer#colophon span:after {
		content: '';
	}
