
/* Allgemeine Einstellungen */

/* alte Farben gegen neue ersetzt / DP: 19.04.18
#51b4ea -> #4a888e -> #0B5D5A

#0292dc -> #376469 -> #084a48
*/

html
{
	-webkit-text-size-adjust: none;
}
html,
body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffffff;
	color: #464a4d; /* #646a6e */
	font: normal 400 1.125em/1.5556em Lato, 'Helvetica Neue', Arial, sans-serif; /* 18/16 28/18 */
}
a
{
	color: #084a48;
	text-decoration: none;
}
a:hover,
a:focus
{
	border-bottom: solid 1px #084a48;
}
a img
{
	border: none;
}
a span
{
	cursor: pointer;
}
img
{
	max-width: 100%;
}
iframe
{
	border: none;
}
.iframe
{
	position: relative;
	margin: 1em 0 1.5em 0; /* 18/18 0 27/18 0 */
	padding-bottom: 56.25%; /* (9/16)*100 */
}
.iframe iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h1
{
	margin: 1em 0; /* 38/38 0 */
	color: #2f3335;
	font-size: 2.1111em; /* 38/18 */
	line-height: 1.1053em; /* 42/38 */
}
h1 a
{
	border-color: #2f3335;
	color: #2f3335;
}
h2
{
	margin: 1em 0 0.6923em 0; /* 26/26 0 18/26 0 */
	color: #084a48;
	font-size: 1.4444em; /* 26/18 */
	line-height: 1.3077em; /* 34/26 */
}
h2 a
{
	border-color: #084a48;
	color: #084a48;
}
h3
{
	margin: 1em 0 0.8em 0; /* 20/20 0 16/20 0 */
	color: #2f3335;
	font-size: 1.1111em; /* 20/18 */
	line-height: 1.4em; /* 28/20 */
}
h3 a
{
	border-color: #2f3335;
	color: #2f3335;
}
h3 a:hover,
h3 a:focus
{
	border-color: #2f3335;
}
p
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0;
}
.more
{
	margin: 1.5em 0 1.75em 0; /* 24/16 0 28/16 0 */
	color: #2f3335;
	font-weight: normal;
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.375em; /* 22/16 */
	text-transform: uppercase;
}
.more a
{
	display: inline-block;
	padding: 0.5em 1.875em 0.3125em 1.875em; /* 8/16 30/16 5/16 30/16 */
	border: solid 1px #2f3335;
	color: #2f3335;
	text-align: center;
}
.more a:hover,
.more a:focus
{
	border-color: #084a48;
	color: #084a48;
}
.backlink
{
	clear: both;
	margin-bottom: 3em; /* 48/16 */
}
address
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0;
	font-style: normal;
}
ol,
ul
{
	margin: 1.1111em 0 1.2222em 0; /* 20/18 0 22/18 0 */
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
li
{
	margin: 0 1.6667em 0.3889em 1.6667em; /* 0 30/18 7/18 30/18 */
	padding: 0;
}
li:before,
li::before
{
	float: left;
	width: 1.6667em; /* 30/18 */
	margin-left: -1.6667em; /* 30/18 */
	color: #084a48;
	text-align: center;
}
ul li:before,
ul li::before
{
	content: '•';
}
ol
{
	counter-reset: ordered-list;
}
ol li:before,
ol li::before
{
	content: counter(ordered-list) '.';
	counter-increment: ordered-list;
	color: #3db1db;
}
.linkliste
{
	margin: 0 0 2.2222em 0; /* 0 0 40/18 0 */
	border-top: solid 1px #e9edf1;
}
.linkliste li
{
	margin: 0;
	border-bottom: solid 1px #e9edf1;
}
.linkliste li:before,
.linkliste li::before
{
	display: none;
}
.linkliste a
{
	display: block;
	padding: 0.388em 1.1111em 0.3333em 24px; /* 7/18 20/18 6/18 24 */
	background: transparent url(../images/layout/breadcrumb-arrow.png) no-repeat 4px center;
	background-size: 7px 12px;
}
.linkliste a:hover,
.linkliste a:focus
{
	border: none;
}
table
{
	width: 100%;
	margin: 1.6667em 0 2em 0; /* 30/18 0 36/18 0 */
	padding: 0;
	border: none;
	border-collapse: collapse;
	line-height: 1.3333em; /* 24/18 */
}
table td
{
	padding: 0.5em 18px 0.4444em 0; /* 6/16 12/16 6/16 0 */
	font-weight: normal;
}
table th
{
	padding: 0.5em 18px 0.4444em 0; /* 6/16 12/16 6/16 0 */
	font-weight: 400;
	text-align: left;
}
table.daten td
{
	border-top: solid 1px #e9edf1;
	border-bottom: solid 1px #e9edf1;
}
table.daten th
{
	border-top: solid 1px #e9edf1;
	border-bottom: solid 1px #e9edf1;
}
.js_even
{
	border-top: solid 1px #e9edf1;
}
.js_even td
{
	padding: 0;
	border-bottom: solid 1px #e9edf1;
}
.js_even td p
{
	margin: 0;
}
.js_even td p a
{
	display: block;
	padding: 0.388em 1.1111em 0.3333em 1.1111em; /* 7/18 20/18 6/18 20/18 */
	border-top: solid 1px #e9edf1;
}
.js_even td p a:hover,
.js_even td p a:focus
{
	border-bottom: none;
}
.js_even td p:first-child a
{
	border-top: none;
}
.js_even td p:nth-child(even) a
{
	background: #f7f7f7; /* #ebf7ff */
}

/* end done */

/* Allgemeine Einstellungen > Formularelemente */

.messages,
#unot
{
	margin-bottom: 0.4444em; /* 8/18 */
	padding: 0.5556em 30px; /* 10/18 30 */
	background: #deecf6;
}
.messages h2,
#unot h2
{
	margin: 0.1818em 0 0.0909em 0; /* 4/22 0 2/22 0 */
	color: #3b6391;
	font-size: 1.2222em; /* 22/18 */
}
.messages p,
#unot p
{
	margin: 0;
}
.messages ul,
#unot ul
{
	margin: 0.3889em 0 0 0; /* 7/18 0 0 0 */
}
.messages ul li,
#unot ul li
{
	margin-right: 0;
	margin-left: 0;
}
.messages ul li:before,
.messages ul li::before,
#unot ul li:before,
#unot ul li::before
{
	display: none;
}
.messages.error
{
	background: #ece0e0;
}
.messages.error h2
{
	color: #a34242;
}
.messages.success
{
	background: #e5ede1;
}
.messages.success h2
{
	color: #54913c;
}
form
{
	margin: 0;
	padding: 0;
}
input,
textarea,
select,
button
{
	margin: 0;
	padding: 0;
	font: normal normal 1em/normal Lato, 'Helvetica Neue', Arial, sans-serif; /* 18/18 */
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input.text,
textarea,
select
{
	box-sizing: border-box;
	padding: 0.2778em 0.5556em; /* 5/18 10/18 */
	background: #f7f7f7;
	border: solid 1px #d0d7dc;
	color: #2f3335;
}
select
{
	padding-left: 0.3333em; /* 6/18 */
}
option:first-child
{
	font-style: italic;
}
textarea
{
	line-height: 1.5556em; /* 28/18 */
}
input.reset,
input.submit
{
	box-sizing: border-box;

	padding: 0.4em 1.5em 0.3em 1.5em; /* 8/20 30/20 6/20 30/20 */
	background: #084a48;
	border: none;
	color: #ffffff;
	font-size: 1.1111em; /* 20/18 */
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
input.reset
{
	background: #e9edf1;
	color: #2f3335;
	font-weight: normal;
	cursor: pointer;
}
label
{
	color: #2f3335;
	cursor: pointer;
}
label.main
{
	display: block;
	margin-bottom: 0.2778em; /* 5/18 */
}
.required
{
	position: relative;
	top: 0.25em; /* 9/36 */
	color: #084a48;
	font-weight: normal;
	font-size: 2em; /* 36/18 */
	line-height: 10px;
}
form .row
{
	overflow: hidden;
	margin-bottom: 1.5556em; /* 28/18 */
	padding: 0;
}
form .row .column
{
	margin-bottom: 0;
}
form .row .column .row .column
{
	width: 48%;
	margin-left: 4%;
}
form .row .column .row .column:first-child
{
	margin-left: 0;
}
form .row .column .row .column-street,
form .row .column .row .column-city
{
	width: 66%;
}
form .row .column .row .column-street-number,
form .row .column .row .column-zip
{
	width: 30%;
}

form .row input.text,
form .row textarea,
form .row select
{
	width: 100%;
}
form .row-submit
{
	margin: 2.2222em 0 2.7778em 0; /* 40/18 0 50/18 0 */
	text-align: right;
}
form .row-submit input
{
	margin: 0 0 8px 4px;
}

/* Allgemeine Einstellungen > Formularelemente > Captcha */

.row-captcha .wrapper
{
	position: relative;
}
.row-captcha .wrapper > div
{
	margin-right: 214px;
}
.row-captcha input.text
{
	height: 50px;
}
#captcha_id
{
	position: absolute;
	right: 49px;
	top: 0;
}
#reload_captcha
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: #084a48;
}
#reload_captcha:hover,
#reload_captcha:focus
{
	border: none;
}

/* Allgemeine Einstellungen > Formularelemente > Kontaktformular */

.form-contact
{
	margin-top: 2em; /* 36/18 */
}
.form-contact textarea
{
	min-height: 226px;
	resize: vertical;
}
.form-contact .row-submit
{
	margin-top: 3em; /* 54/18 */
}

/* Framework */

.row
{
	clear: both;
	overflow: hidden;
	padding: 0 30px;
}
.wrapper
{
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
.row-toolbar
{
	overflow: visible;
	background: #0B5D5A;
}
.row-toolbar .wrapper
{
	overflow: visible;
	padding: 8px 0;
	font-size: 16px; /* nicht beeinflusst durch globale Einstellungen */
	line-height: 28px; /* nicht beeinflusst durch globale Einstellungen */
	text-align: right;
}
.row-navigation,
.row-navigation .wrapper
{
	overflow: visible;
}
.row-header
{
	background: #b8dff7 url(../images/layout/header-background.jpg) no-repeat center center;
	background-size: auto 100%;
}
.row-footer
{
	background: #084a48;
}

.content-wrapper
{
	clear: both;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}
.content-wrapper .column
{
	float: left;
	overflow: hidden;
	width: 48.5%; /* (485/1000)*100 */
	margin: 0 0 3% 3%; /* 0 0 (30/1000)*100 (30/1000)*100 */
}
.content-wrapper .left-column
{
	width: 72%; /* (720/1000)*100 */
}
.content-wrapper .middle-column
{
	width: 34.5%; /* (345/1000)*100 */
}
.content-wrapper .right-column
{
	width: 25%; /* (250/1000)*100 */
}
.content-wrapper .column:first-child,
.content-wrapper .first-column
{
	clear: left;
	margin-left: 0;
}
.content-wrapper .column > *:first-child
{
	margin-top: 0;
}
.content-column > .column
{
	float: none;
	width: auto;
}

/* Framework > Header > Toolbar */

.row-toolbar .wrapper > *
{
	display: inline-block;
	margin-left: 11px;
	margin-bottom: -10px;
}
.row-toolbar .wrapper > *:first-child
{
	margin-left: 0;
}

/* Framework > Header > Toolbar > Sprachauswahl */

#languages
{
	overflow: hidden;
	margin-top: 0;
	padding: 2px 0;
}
#languages li
{
	float: left;
	margin: 0;
	padding-left: 1em; /* 16/16 */
}
#languages li:first-child
{
	padding: 0;
}
#languages li:before,
#languages li::before
{
	content: '/';
	width: 1em; /* 16/16 */
	margin-left: -1em; /* -16/16 */
	color: #fff;
}
#languages li:first-child:before,
#languages li:first-child::before
{
	display: none;
}
#languages li a
{
	color: #fff;
	text-transform: uppercase;
}
#languages li a:hover,
#languages li a:hover
{
	border: none;
}
#languages li.active a
{
	font-weight: bold;
}

/* Framework > Header > Toolbar > Suche */

.form-topsearch
{
	display: inline-block;
	overflow: hidden;
}
.form-topsearch input
{
	float: left;
}
.form-topsearch input.text
{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 15px;
	background: #cfecff;
	border: none;
	color: #084a48;
	font-size: 16px;
}
.form-topsearch input.text::-webkit-input-placeholder
{
	color: #93999d;
	font-weight: 400;
}
.form-topsearch input.text:-ms-input-placeholder
{
	color: #93999d;
	font-weight: 400;
}
.form-topsearch input.text:-moz-placeholder
{
	opacity: 1;
	color: #93999d;
	font-weight: 400;
}
.form-topsearch input.text::-moz-placeholder
{
	opacity: 1;
	color: #93999d;
	font-weight: 400;
}
.form-topsearch input.submit
{
	overflow: hidden;
	width: 42px;
	height: 32px;
	margin-left: -42px;
	padding: 0;
	background: transparent url(../images/layout/topsearch-submit.png) no-repeat center center;
	background-size: 22px 22px;
	text-indent: -99999px;
}

/* Framework > Header > Toolbar > Schnelleinstieg */

#quick-access
{
	position: relative;
	text-align: left;
}
#quick-access .button
{
	float: left;
	padding: 2px 2.375em 2px 0.9375em; /* 2 38/16 2 15/16 */
	background: #084a48 url(../images/layout/quickaccess-arrow.png) no-repeat right center;
	background-size: 24px 7px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}
#quick-access .button.active
{
	background-color: #084a48;
}
#quick-access .expandable
{
	display: none;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 40px;
	overflow: hidden;
	width: 240px;
}
#quick-access .expandable.expanded
{
	display: block;
}
#quick-access ul
{
	margin: 0;
	padding: 0.625em 0 0.75em 0; /* 10/16 0 12/16 0 */
	background: #084a48;
	font-weight: 400;
	line-height: 1.625em; /* 26/16 */
}
#quick-access ul li
{
	margin: 0;
}
#quick-access ul li:before,
#quick-access ul li::before
{
	display: none;
}
#quick-access ul li a
{
	display: block;
	padding: 0.125em 0.9375em; /* 2/16 15/16 */
	color: #fff
}
#quick-access ul li a:hover,
#quick-access ul li a:focus
{
	border: none;
}

/* Framework > Header > Toolbar > Hauptnavigations-Toggle */

#navigation-toggle
{
	display: none;
	overflow: hidden;
	height: 30px;
	padding: 2px 45px 0 0;
	background: transparent url(../images/layout/navigation-toggle.png) no-repeat right center;
	background-size: 34px 32px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}

/* Framework > Header > Hauptnavigation */

#header
{
	position: relative;
	padding-bottom: 95px;
}
.row-navigation
{
	position: absolute;
	left: 0;
	bottom: 0;

	box-sizing: border-box;
	width: 100%;
}
#navigation
{
	height: 94px;
	margin: 0;
	border-bottom: solid 1px #ddd;
	font-weight: 400;
	font-size: 1.1111em; /* 20/18 */
}
#navigation li
{
	margin: 0;
}
#navigation li:before,
#navigation li::before
{
	display: none;
}
#navigation li a
{
	display: block;
	color: #2f3335;
}
#navigation li a:hover,
#navigation li a:focus
{
	border-bottom: none;
}

/* Framework > Header > Hauptnavigation > Erste Ebene */

#navigation > li
{
	float: left;
	margin-top: 30px;
	text-align: center;
}
/*#navigation > li.item-1
{
	width: 12%;
}
#navigation > li.item-2
{
	width: 11%;
}
#navigation > li.item-3
{
	width: 21%;
}
#navigation > li.item-4
{
	width: 17%;
}
#navigation > li.item-5
{
	width: 9%;
}
#navigation > li.item-6
{
	width: 11%;
}
#navigation > li.item-7
{
	width: 19%;
}
.en #navigation > li.item-1
{
	width: 9%;
}
.en #navigation > li.item-2
{
	width: 14%;
}
.en #navigation > li.item-3
{
	width: 22%;
}
.en #navigation > li.item-6
{
	width: 11%;
}
.en #navigation > li.item-7
{
	width: 18%;
}*/

#navigation > li > div
{
	display: inline-block;
	position: relative;
}
#navigation > li > div > a
{
	padding: 4px 0.75em; /* 4 15/20 */
	white-space: nowrap;
}
#navigation > li.active > div > a
{
	background: #084a48;
	color: #fff;
}
#navigation li.expanded > div > a,
#navigation > li > div > a:hover,
#navigation > li > div > a:focus
{
	background: transparent;
	color: #084a48;
}
#navigation > li.active.expanded > div > a,
#navigation > li.active > div > a:hover,
#navigation > li.active > div > a:focus
{
	background: #084a48;
	color: #fff;
}

/* Framework > Header > Hauptnavigation > Zweite Ebene */

#navigation ul
{
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 36px;
	width: 240px;
	margin: 0;
	padding: 0.625em 0 0.75em 0; /* 10/16 0 12/16 0 */
	background: #f7f7f7;
	font-weight: normal;
	font-size: 0.8em; /* 16/20 */
	text-align: left;
}
#navigation li.expanded ul
{
	display: block;
}
#navigation ul li a
{
	padding: 0.125em 0.9375em; /* 2/16 15/16 */
}
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li.active > a
{
	color: #084a48;
}

/* Framework > Header > Hauptnavigation > Suche */

.row-navigation .form-topsearch
{
	display: none;
}

/* Framework > Header > Logo */

.row-header .wrapper a
{
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
.row-header .wrapper a:hover,
.row-header .wrapper a:focus
{
	border: none;
}
.row-header .wrapper img.right
{
	float: right;
	width: 55%; /* (550/1000)*100 */
}

.row-header .wrapper img.left
{
	max-width: 135px;
	max-height: 135px;
	align-self: center;
}

/* Framework > Inhaltsbereich > Brotkrumennavigation */

.breadcrumb,
#breadcrumb
{
	overflow: hidden;
	margin: 1.7778em 0 0 0; /* 32/18 0 0 0 */
}
.breadcrumb
{
	margin: 0 0 1.1111em 0; /* 0 0 20/18 0 */
}
.breadcrumb li,
#breadcrumb li
{
	float: left;
	margin: 0 0.5556em 0 0; /* 0 10/18 0 0 */
	padding-left: 0.8889em; /* 16/18 */
	background: transparent url(../images/layout/breadcrumb-arrow.png) no-repeat left center;
	background-size: 7px 12px;
}
.breadcrumb li:before,
.breadcrumb li::before,
#breadcrumb li:before,
#breadcrumb li::before
{
	display: none;
}
.breadcrumb li:first-child,
#breadcrumb li:first-child
{
	padding: 0;
	background: transparent;
}
.breadcrumb li a,
#breadcrumb li a
{
	font-weight: 400;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
#breadcrumb li a:hover,
#breadcrumb li a:focus
{
	border-bottom: none;
}

/* Framework > Inhaltsbereich > Footer */

.content-footer
{
	padding: 0.3333em 0; /* 6/18 0 */
	border: none;
}
.content-footer .toplink
{
	float: left;
	padding-right: 20px;
	background: transparent url(../images/layout/toplink-arrow.png) no-repeat right center;
	background-size: 12px 7px;
}
.content-footer .toplink:hover,
.content-footer .toplink:focus
{
	border: none;
}
.content-footer .addthis_toolbox
{
	float: right;
	margin-top: 0.2222em; /* 4/18 */
}
.content-footer .addthis_toolbox a:hover,
.content-footer .addthis_toolbox a:focus
{
	border-bottom: none;
}

/* Framework > Inhaltsbereich > Teaserzeile */

.teasers
{
	overflow: hidden;
	margin: 1.6667em 0 1.1111em 0; /* 30/18 0 20/18 0 */
	font-weight: 400;
}
.teasers li
{
	float: left;
	width: 31.3333333333%; /* 313.3333333333/1000)*100 */
	margin: 0 0 2em 3%; /* 0 0 36/18 (30/1000)*100 */
}
.teasers li:first-child
{
	margin-left: 0;
}
.teasers li:before,
.teasers li::before
{
	display: none;
}
.teasers li > a,
.teasers li > a img
{
	display: block;
}
.teasers li > a:hover,
.teasers li > a:focus
{
	border: none;
}
.teasers h2,
.teasers h3
{
	margin: 1.2em 0 0.6em 0; /* 24/20 0 12/20 0 */
	color: #084a48;
	font-size: 1.1111em; /* 20/18 */
	text-transform: uppercase;
}
.teasers h2 a,
.teasers h3 a
{
	color: #084a48;
	border-color: #084a48;
}
.teasers p
{
	line-height: 1.4444em; /* 26/18 */
}

/* Framework > Inhaltsbereich > Footer-Navigation */

.footer-navigation
{
	padding-top: 2.7778em; /* 50/18 */
	border: none;
}
.footer-navigation .column
{
	float: left;
	width: 22.75%; /* (227.5/1000)*100 */
	margin: 0 0 2.7778em 3%; /* 0 0 50/18 (227.5/1000)*100 */
}
.footer-navigation h2,
.frontpage .content-wrapper.footer-navigation h2 /* overwrite frontpage styles */
{
	margin-bottom: 1.5em; /* 30/20 */
	color: #2f3335;
	font-weight: bold;
	font-size: 1.1111em; /* 20/18 */
	text-transform: uppercase;
	text-align: left;
}
.frontpage .content-wrapper.footer-navigation .more /* overwrite frontpage styles */
{
	text-align: left;
}
.footer-navigation ul
{
	margin: 0;
	font-weight: 400;
}
.footer-navigation ul li
{
	margin: 0;
}
.footer-navigation ul li:before,
.footer-navigation ul li::before
{
	display: none;
}
.footer-navigation ul li.download
{
	margin-top: 0.5em; /* 9/18 */
}
.footer-navigation ul li.download a
{
	display: inline-block;
	padding-left: 18px;
	background: transparent url(../images/layout/icon-download.png) no-repeat left 5px;
	background-size: 14px 12px;
	font-weight: normal;
	line-height: 24px;
}
.footer-navigation ul li.download a:hover,
.footer-navigation ul li.download a:focus
{
	border: none;
}
.footer-navigation .social-media
{
	overflow: hidden;
	margin-bottom: 1.1111em; /* 20/18 */
}
.footer-navigation .social-media li
{
	overflow: hidden;
	float: left;
	width: 21.5517241379%; /* (46.875/217.5)*100 */
	margin-left: 4.5977011494%; /* (10/217.5)*100 */
}
.footer-navigation .social-media li:first-child
{
	margin-left: 0;
}
.footer-navigation .social-media li a,
.footer-navigation .social-media li img
{
	display: block;
	width: 100%;
}
.footer-navigation .social-media li a:hover,
.footer-navigation .social-media li a:focus
{
	border: none;
}
.footer-navigation .partner a,
.footer-navigation .partner img
{
	display: block;
	width: 100%;
}
.footer-navigation .partner a:hover,
.footer-navigation .partner a:focus
{
	border: none;
}

/* Framework > Footer */

.row-footer .copyright
{
	margin: 1em 0; /* 16/16 0 */
	color: #fff;
	font-weight: normal;
	font-size: 0.8889em; /* 16/18 */
	text-align: center;
}
.row-footer .copyright span
{
	margin-right: 0.5em; /* 8/16 */
}
.row-footer .copyright a
{
	color: #fff;
}
.row-footer .copyright a:hover,
.row-footer .copyright a:focus
{
	border: none;
}

/* Framework > Fixed Social Media Links */

body > .social-media
{
	position: fixed;
	right: 0;
	top: 312px;
	margin: 0;
	padding: 12px 14px 0 14px;
	background: #f7f7f7;
}
body > .social-media li
{
	margin: 0 0 12px 0;
}
body > .social-media li:before,
body > .social-media li::before
{
	display: none;
}
body > .social-media li a,
body > .social-media li img
{
	display: block;
	width: 34px;
}
body > .social-media li a:hover,
body > .social-media li a:focus
{
	border: none;
}

/* Startseite > Framework > Feature-Zeile */

.row-feature
{
	margin-top: -1px;
}
.row-feature .wrapper
{
	position: relative;
}
.row-feature .clear
{
	/* workaround for rounding issues resulting in an uneven line */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	font-size: 0;
	line-height: 0;
}
#feature-slider
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 68.6%; /* (686/1000)*100 */
}
.row-feature .aside
{
	float: right;
	width: 31.4%; /* (314/1000)*100 */
}
.row-feature .aside div:last-of-type {
	max-height: 199px;
	margin-bottom: 1px;
	overflow: hidden;
}
.row-feature .bottom
{
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: row;
}
.row-feature .bottom div
{
	width: 50%;
}
.row-feature .bottom div:last-of-type
{
	margin-left: 1px;
}
.row-feature .bottom h2 {
	font-size: 1.2rem;
}
.row-feature a
{
	position: relative;
	display: block;
	overflow: hidden;
}
.row-feature a:hover,
.row-feature a:focus
{
	border: none;
}
.row-feature img
{
	display: block;
	width: 100%;
}
.row-feature h2
{
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 88px 16px 20px 16px;
	background: transparent url(../images/layout/feature-headline-background.png) repeat-x left bottom;
	color: #fff;
	font-size: 0.8889em; /* 16/18 */
	font-weight: normal;
	text-align: center;
}
.row-feature .aside a {
	border-left: 1px solid white;
}
.row-feature .aside div:first-child a {
	border-bottom: 1px solid white;
}
#feature-slider h2
{
	font-size: 1.1111em; /* 20/18 */
}
#feature-slider > .feature-slider-wrapper
{
	width: 50000px;
}
#feature-slider .item
{
	float: left;
}
#feature-slider-previous,
#feature-slider-next
{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	overflow: hidden;
	width: 50px;
	height: 43px;
	margin-top: -22px;
	background: transparent url(../images/layout/feature-slider-previous.png) no-repeat right 0;
	background-size: 23px 43px;
	text-indent: -99999px;
	cursor: pointer;
}
#feature-slider-next
{
	left: auto;
	right: 0;
	background-image: url(../images/layout/feature-slider-next.png);
	background-position: left 0;
}
#feature-slider-pagination
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	text-align: right;
}
#feature-slider-pagination a
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	background: #fff;
	border-radius: 50%;
	text-indent: 99999px;
}
#feature-slider-pagination a:hover,
#feature-slider-pagination a:focus
{
	border: none;
}
#feature-slider-pagination a.selected
{
	background: #084a48;
}

/* Startseite > Framework > Inhaltsbereich */

.frontpage .content-wrapper > h2,
.frontpage .content-wrapper > div > h2
{
	margin: 1em 0; /* 38/38 0 */
	color: #2f3335;
	font-weight: 400;
	font-size: 2.1111em; /* 38/18 */
	line-height: 1.1053em; /* 42/38 */
	text-align: center;
}
.frontpage .content-wrapper > .more,
.frontpage .content-wrapper > div > .more
{
	margin-bottom: 3em; /* 48/16 */
	text-align: center;
}

/* Startseite > Framework > Inhaltsbereich > Liste Aktuelle Meldungen */

.news
{
	margin: 0;
}
.news li
{
	overflow: hidden;
	margin: 6.4% 0 0 0; /* (64/1000)*100 */
}
.news li:first-child
{
	margin-top: 0;
}
.news li:before,
.news li::before
{
	display: none;
}
.news li .image
{
	float: left;
	width: 31.5%; /* (315/1000)*100 */
}
.news li .image:hover,
.news li .image:focus
{
	border: none;
}
.news li .image img
{
	display: block;
}
.news .image > span
{
	color: #666a6d;
	display: inline-block;
	font-size: 0.85em;
	line-height: 1.4em;
	margin-top: 0.5em;
}
.news li > div
{
	float: left;
	width: 64%; /* (640/1000)*100 */
	margin-left: 4.5%; /* (45/1000)*100 */
}
.news h2,
.news h3
{
	margin: 0 0 0.6154em 0; /* 0 0 16/26 0 */
	color: #243f42;
	font-weight: normal;
	font-size: 1.4444em; /* 26/18 */
	line-height: 1.2308em; /* 32/26 */
}
.news h2 a,
.news h3 a
{
	color: #243f42;
	border-color: #243f42;
}

/* Startseite > Framework > Inhaltsbereich > Events und Projekte */

.events-and-projects h3
{
	color: #243f42;
	text-transform: uppercase;
}
.events-and-projects h3 a
{
	color: #243f42;
	border-color: #084a48;
}
.events-and-projects .image,
.events-and-projects .image img
{
	display: block;
}
.events-and-projects .image:hover,
.events-and-projects .image:focus
{
	border: none;
}
.events-and-projects .more
{
	clear: both;
}

/* Startseite > Framework > Inhaltsbereich > Informationen für Besucher (2. Zeile) */

.content-visitors-2 ul
{
	overflow: hidden;
	margin: 2.2222em 0 0.5556em 0; /* 40/18 0 10/18 0 */
	font-weight: 400;
}
.content-visitors-2 ul li
{
	float: left;
	width: 22.75%; /* (227.5/1000)*100 */
	margin: 0 0 2em 3%; /* 0 0 36/18 (30/1000)*100 */
	text-align: center;
}
.content-visitors-2 ul li:first-child
{
	margin-left: 0;
}
.content-visitors-2 ul li:before,
.content-visitors-2 ul li::before
{
	display: none;
}
.content-visitors-2 ul li > a,
.content-visitors-2 ul li > a img
{
	display: block;
}
.content-visitors-2 ul li > a:hover,
.content-visitors-2 ul li > a:focus
{
	border: none;
}
.content-visitors-2 ul li > a img
{
	width: 89px;
	margin: 0 auto;
}
.content-visitors-2 ul h3
{
	margin: 1.2em 0 0.6em 0; /* 24/20 0 12/20 0 */
	color: #243f42;
	font-size: 1.1111em; /* 20/18 */
	text-transform: uppercase;
}
.content-visitors-2 ul h3 a
{
	color: #243f42;
	border-color: #243f42;
}
.content-visitors-2 ul p
{
	line-height: 1.4444em; /* 26/18 */
}

/* Startseite > Framework > Inhaltsbereich > Partner und Sponsoren */

.content-partners > div
{
	padding: 1.1111em 0 1.6667em 0; /* 20/18 0 30/18 0 */
	text-align: center;
}
.content-partners > div > a,
.content-partners > div > img
{
	display: inline-block;
	margin: 0 2.5% 1.6667em 3%; /* 0 (25/1000)*100 30/18 (30/1000)*100 */
	vertical-align: middle;
}
.content-partners > div > a img
{
	display: block;
}
.content-partners > div > a:hover,
.content-partners > div > a:focus
{
	border: none;
}
.frontpage .content-partners .more
{
	margin-top: 0.5em; /* 8/16 */
	margin-bottom: 3.5em; /* 56/16 */
}

/* Startseite > Framework > Inhaltsbereich > Partner und Sponsoren Liste */

.content-partners-feature {
	border: solid 1px #ddd;
}

.content-partners-feature a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.content-partners-feature a:hover,
.content-partners-feature a:focus {
	border-bottom: none;
}

.content-partners-feature .column {
	width: 19%;
	padding: 0 !important;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-partners-feature .column a:hover {
	border: none !important;
}

.content-partners-feature .column img {
	max-width: 150px;
}

.content-partners-feature .column a {
  padding: 1rem 0;
}


/* Startseite > Framework > Inhaltsbereich > Downloads*/

.content-downloads
{
	text-align: center;
}

ul.content-downloads li
{
	width: 42%;
	display: inline-block;
	vertical-align: top;
}

ul.content-downloads li::before
{
	display: none;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich */

.user-options a
{
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px 42px;
	text-indent: -99999px;
}
.user-options a:hover,
.user-options a:focus
{
	border-bottom: none;
}
.user-options .booking
{
	background-image: url(../images/layout/user-option-booking.png);
}
.user-options .personal-schedule-add
{
	background-image: url(../images/layout/schedule_add.svg);
}

.user-options .personal-timer-ticket-add
{
	background-image: url(../images/layout/ticket_schedule_add.svg);
}
.user-options .personal-timer-ticket-delete {
	background-image: url(../images/layout/ticket_delete.svg);
}

.user-options .personal-schedule-remove
{
	background-image: url(../images/layout/user-option-personal-schedule-remove.png);
}
.user-options .streaminglink
{
	background-image: url(../images/layout/streaming.svg);
}

.list-movies .streaminglink {
	background-image: url(../images/layout/streaming.svg);
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	background-repeat: no-repeat;
}
.list-movies .streaminglink:hover {
	border-bottom: 0;
}

.list-movies li {
	position: relative;
	padding-right: 44px !important;
}

.streaminglink.detail
{
	width: 200px;
	background: #5255A0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
	padding: 0.1rem 0.6rem 0.1rem 0;
}
.streaminglink.detail:hover
{
	text-decoration: none;
	border-bottom: none;
}
.streaminglink.detail span
{
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: bold;
}
.streaminglink.detail img
{
	max-width: 42px;
	max-height: 42px;
}

.expandable-subnavigation .content-wrapper .left-column,
.expandable-subnavigation .content-wrapper .middle-column,
.expandable-subnavigation .content-wrapper .right-column
{
	float: left;
	margin-left: 3%; /* (30/1000)*100 */
}
.expandable-subnavigation .content-wrapper .left-column
{
	margin-left: 0;
}
.expandable-subnavigation .content-wrapper .right-column
{
	float: right;
}
.expandable-subnavigation .three-content-columns .left-column
{
	width: 34.5%; /* (345/1000)*100 */
}

.schedule .content-wrapper .left-column h2, /* .expandable-subnavigation .content-wrapper .left-column h2, (ist evtl. etwas zu allgemein fürs archiv) */
.expandable-subnavigation .content-wrapper .right-column h2
{
	color: #2f3335;
	font-size: 1.1111em; /* 20/18 */
	text-transform: uppercase;
}
.expandable-subnavigation .content-wrapper .right-column h2 a
{
	border-color: #2f3335;
	color: #2f3335;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Subnavigation-Toggle */

#subnavigation-toggle
{
	display: none;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte */

.expandable-subnavigation .content-wrapper .right-column
{
	overflow: hidden;
}
.expandable-subnavigation .content-wrapper .right-column > div > div
{
	overflow: hidden;
	margin-bottom: 2em; /* 36/18 */
}
.expandable-subnavigation .content-wrapper .right-column > div > div > h2
{
	margin-top: 0;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Navigation, Tagesplaner */

.right-column .navigation ul,
.right-column .personal-scheduler ul
{
	margin: 0;
	border-top: solid 1px #e9edf1;
	line-height: 1.2778; /* 23/18 */
}
.right-column .navigation ul li,
.right-column .personal-scheduler ul li
{
	margin: 0;
	border-bottom: solid 1px #e9edf1;
}
.right-column .navigation ul li:before,
.right-column .navigation ul li::before,
.right-column .personal-scheduler ul li:before,
.right-column .personal-scheduler ul li::before
{
	display: none;
}
.right-column .navigation ul li a,
.right-column .personal-scheduler ul li a
{
	display: block;
	padding: 0.3889em 0 0.3333em 0; /* 7/18 0 6/18 0 */
	color: #2f3335;
	font-weight: 400;
}
.right-column .navigation ul li a:hover,
.right-column .navigation ul li a:focus,
.right-column .personal-scheduler ul li a:hover,
.right-column .personal-scheduler ul li a:focus
{
	border: none;
	color: #084a48;
}
.right-column .navigation ul li.active a,
.right-column .personal-scheduler ul li.active a
{
	color: #084a48;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Navigation, Tagesplaner > Sonderfälle Tagesplaner */

.right-column .personal-scheduler ul li a
{
	display: inline-block;
	padding-right: 36px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 29px 29px;
}
.right-column .personal-scheduler ul li.scheduler a
{
	background-image: url(../images/layout/personal-scheduler-scheduler.png);
}
.right-column .personal-scheduler ul li.help a
{
	background-image: url(../images/layout/personal-scheduler-help.png);
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Tagesprogramm */

.right-column .daily-schedule ul
{
	overflow: hidden;
	margin: 0;
}
.right-column .daily-schedule ul li
{
	float: left;
	width: 14.1%; /* (42/250)*100  */
	margin: 0 0 0 3%; /* 0 0 0 (10/250)*100 */
}
.right-column .daily-schedule ul li:before,
.right-column .daily-schedule ul li::before
{
	display: none;
}
.right-column .daily-schedule ul li:first-child
{
	margin-left: 0;
}
.right-column .daily-schedule ul li a
{
	display: block;
	overflow: hidden;
	padding-top: 4px;
	background: #e9edf1;
	color: #2f3335;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.right-column .daily-schedule ul li a:hover,
.right-column .daily-schedule ul li a:focus
{
	background: #084a48;
	border: none;
	color: #fff;
}
.right-column .daily-schedule ul li a span
{
	display: block;
	margin: 0 5px 5px 5px;
	padding-top: 1px;
	background: #fff;
	color: #084a48;
	font-weight: bold;
}
.right-column .daily-schedule p
{
	margin: 14px 0 0 0;
}
.right-column .daily-schedule p a
{
	color: #2f3335;
}
.right-column .daily-schedule p a:hover,
.right-column .daily-schedule p a:focus
{
	border: none;
	color: #084a48;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Programmübersicht */

.list-schedule
{
	margin: 0 0 1.2222em 0; /* 0 0 22/18 0 */
}
.list-schedule li
{
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 1.2222em 60px 1.2222em 170px; /* 22/18 60 22/18 170 */
	background: #f7f7f7;
}
.list-schedule li:before,
.list-schedule li::before
{
	display: none;
}
.list-schedule li:first-child
{
	margin-top: 0;
}
.list-schedule li.even
{
	background: transparent;
}
.list-schedule li .screening
{
	position: static;
	float: left;
	width: 120px;
	margin-left: -170px;
	padding: 2px 25px;
	color: #2f3335;
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.375em; /* 22/16 */
	text-align: center;
}
.list-schedule li .screening span
{
	display: block;
}
.list-schedule li .screening .time
{
	margin-bottom: 0.2308em; /* 6/26 */
	font-weight: 400;
	font-size: 1.625em; /* 26/16 */
}
.list-schedule li .screening .location
{
	margin-bottom: 0.375em; /* 6/16 */
	font-weight: bold;
}
.list-schedule li .screening .event
{
	font-style: italic;
}
.list-schedule li .movie h3
{
	margin: 0 0 0.3077em 0; /* 0 0 8/26 0 */
	color: #084a48;
	font-size: 1em; /* 18/18 */
	line-height: 1.4444em; /* 26/18 */
}
.list-schedule li .movie h3 a
{
	color: #084a48;
}
.list-schedule li .movie h3.akkr a
{
	color: #f0ad46;
}
.list-schedule li .movie h3 a:hover,
.list-schedule li .movie h3 a:focus
{
	border-color: #084a48;
}
.list-schedule li .movie h3.akkr a:hover,
.list-schedule li .movie h3.akkr a:focus
{
	border-color: #f0ad46;
}
.list-schedule li .movie p
{
	margin: 0;
	font-weight: 400;
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.5em; /* 24/16 */
}
.list-schedule li .user-options
{
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	border-left: solid 1px #fff;
}
.list-schedule li .user-options a
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e9edf1;
	border-top: solid 1px #fff;
}
.list-schedule li .user-option-count-2 a
{
	height: 50%;
}

.list-schedule li .user-option-count-3 a
{
	height: 33%;
}

.movie-shows .akkr {
	color: #f0ad46;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Tagesplaner */

#tp > h2:first-child
{
	margin-top: 0;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Filmliste */

.list-movies
{

}
.list-movies li
{
	margin: 0;
	padding: 1.1111em 30px 1.2222em 30px; /* 20/18 30 22/18 30 */
	background: #f7f7f7;
}
.list-movies .even
{
	background: #fff;
}
.list-movies li:before,
.list-movies li::before
{
	display: none;
}
.list-movies h3
{
	margin: 0 0 0.3333em 0; /* 0 0 6/18 0 */
	color: #084a48;
	font-size: 1em; /* 18/18 */
	line-height: 1.4444em; /* 26/18 */
}
.list-movies h3 a
{
	border-color: #084a48;
	color: #084a48;
}
.list-movies p
{
	margin: 0;
	font-weight: 400;
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.5em; /* 24/16 */
}
.list-movies .category
{
	font-weight: bold;
}
.list-movies .event
{
	font-style: italic;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Filmdetailseite */

.content-movie-detail h2.category
{
	margin: 1.2308em 0 0.7692em 0 !important; /* 32/26 0 20/26 0 */
	color: #2f3335;
	text-transform: uppercase;
}
.content-movie-detail img.full_width
{
	display: block;
	width: 100%;
}
.content-movie-detail .movie_title
{
	margin: 1em 0 0.7368em 0; /* 38/38 0 28/38 0 */
	color: #2f3335;
	font-size: 2.1111em; /* 38/18 */
	line-height: 1.1053em; /* 42/38 */
}
.content-movie-detail .movie_title .block
{
	display: block;
}
.content-movie-detail .movie_title .em
{
	font-weight: normal;
	font-style: italic;
}
.content-movie-detail .movie_data
{
	margin-bottom: 2em; /* 32/16 */
	padding: 0.875em 0 0.6875em 0; /* 14/16 0 11/16 0 */
	border-top: solid 1px #ddd; /* #e9edf1 */
	border-bottom: solid 1px #ddd; /* #e9edf1 */
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.5em; /* 24/16 */
}
.content-movie-detail .movie_data .category
{
	font-weight: bold;
}
.content-movie-detail .movie
{
	margin-bottom: 2em; /* 36/18 */
	padding-bottom: 1em; /* 18/18 */
	border-bottom: solid 1px #ddd; /* #e9edf1 */
}
.content-movie-detail .details p
{
	font-weight: normal;
}
.content-movie-detail .details p strong
{
	margin-right: 0.2667em; /* 4/15 */
	padding: 0.4em 0.5333em 0.2667em 0.5333em; /* 6/15 8/15 4/15 8/15 */
	background: #f7f7f7;
	font-weight: bold;
	font-size: 0.8333em; /* 15/18 */
	text-transform: uppercase;
}
.content-movie-detail .responsive-video
{
	position: relative;
	padding-bottom: 56.25%; /* (9/16)*100 */
	margin-bottom: 1em;
}
.content-movie-detail .responsive-video iframe
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.content-movie-detail h3.movie-shows
{
	margin: 1.2308em 0 0.6923em 0; /* 32/26 0 18/26 0 */
	color: #2f3335;
	font-size: 1.4444em; /* 26/18 */
	line-height: 1.3077em; /* 34/26 */
	text-transform: uppercase;
}
.content-movie-detail table.movie-shows
{
	margin-top: 0;
}
.content-movie-detail table.movie-shows td
{
	padding-top: 0.2222em; /* 4/18 */
	padding-bottom: 0.1667em; /* 3/18 */
	background: #f7f7f7;
	white-space: nowrap;
}
.content-movie-detail table.movie-shows .even td
{
	background: transparent;
}
.content-movie-detail table.movie-shows .date
{
	padding-left: 0.8889em; /* 16/18 */
}

.content-movie-detail td.event {
	padding-left: 0.8889em;
}

/* Programm- und Archivseite > Framework > Inhaltsbereich > Suchformular */

#form_search
{
	overflow: hidden;
	margin-bottom: 1.3333em; /* 24/18 */
	padding: 30px 30px 20px 30px;
	background: #f7f7f7;
}
#form_search .column
{
	float: left;
	width: 47.7272727273%; /* (315/660)*100 */
	margin: 0 0 4% 4.5454545455%; /* 0 0 arbitrary (30/660)*100 */
}
#form_search .first-two-columns,
#form_search .column:nth-child(odd)
{
	clear: left;
	margin-left: 0;
}
#form_search label
{
	display: block;
	margin-bottom: 0.1111em; /* 2/18 */
}
#form_search input.text,
#form_search select
{
	background: #fff;
}
#form_search .row-search,
#form_search .searchoptions
{
	overflow: hidden;
}
#form_search .row-search input.text
{
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-right: 80px;
	padding-bottom: 6px;
	font-size: 1.1111em; /* 20/18 */
}
#form_search .row-search input.submit
{
	float: left;
	overflow: hidden;
	width: 60px;
	margin-left: -60px;
	background: #084a48 url(../images/layout/search-submit.png) no-repeat center center;
	background-size: 25px 25px;
	text-indent: -99999px;
}
#form_search .searchoptions select
{
	width: 100%;
}
/* Programm- und Archivseite > Framework > Inhaltsbereich > Kategorieliste */

.list-categories
{
	overflow: hidden;
	margin-top: 2em; /* 36/18 */
	padding-top: 1px;
	border: none;
}
.list-categories li
{
	float: left;
	width: 47.9166666667%; /* (345/720)*100 */
	margin-top: -1px;
	margin-left: 4.1666666667%; /* (30/720)*100 */
	border-top: solid 1px #e9edf1;
	border-bottom: none;
}
.list-categories .first-two-columns
{
	margin-left: 0;
	clear: left;
}

/* Framework > Inhaltsbereich > Partner und Sponsoren */

.partners h2
{
	margin: 1.2308em 0 1em 0; /* 32/26 0 26/26 */
	/* text-transform: uppercase; */
}
img.organizer
{
	display: inline-block;
	margin-bottom: 1em; /* 18/18 */
}
.partner-list
{
	overflow: hidden;
}
.partner-list .column
{
	box-sizing: border-box;

	float: left;
	width: 22.75%; /* (227.5/1000)*100 */
	/* margin: 0 0 3% 3%; /* (30/1000)*100 */
	margin: 0 2% 3% 0;
	height: 240px;
	padding: 1.2222em 0.5em 1em 0.5em; /* 22/18 9/18 18/18 9/18 */
	border: solid 1px #ddd;
}
.partner-list .first-four-columns
{
	clear: left;
	margin-left: 0;
}
.partner-list .column a,
.partner-list .column span,
.partner-list .column img
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.partner-list .column a,
.partner-list .column span
{
	margin-top: 0.8889em; /* 16/18 */
	line-height: 1.3333em; /* 24/18 */
}
.partner-list .column a:hover,
.partner-list .column a:focus
{
	border: none;
}
.partner-list .column img
{
	max-width: 150px;
	max-height: 100px;
}

/* Framework > Inhaltsbereich > Events-Liste */

ul.events
{
	overflow: hidden;
	margin: -2% 0 0 0; /* -(20/1000)*100 0 0 0 */
}
ul.events li,
.content-wrapper ul.events li
{
	margin-top: -1px;
	margin-bottom: 0;
	padding-top: 4%; /* (40/1000)*100 */
	padding-bottom: 4%; /* (40/1000)*100 */
	border-top: solid 1px #ddd;
}
ul.events li:before,
ul.events li::before
{
	display: none;
}
ul.events .image,
ul.events .image img
{
	display: block;
}
ul.events .image:hover,
ul.events .image:focus
{
	border: none;
}
ul.events .details p,
.event_details p
{
	margin-bottom: 0.5556em; /* 10/18 */
}
ul.events .details .description,
.event_details .description
{
	margin-bottom: 0.3333em; /* 6/18 */
}
ul.events .details span,
.event_details span
{
	margin-right: 0.2667em; /* 4/15 */
	padding: 0.4em 0.5333em 0.2667em 0.5333em; /* 6/15 8/15 4/15 8/15 */
	background: #f7f7f7;
	font-weight: bold;
	font-size: 0.8333em; /* 15/18 */
	text-transform: uppercase;
}

/* Framework > Inhaltsbereich > Pressefoto-Liste */

.press-photos .movie-description
{
	margin: -1em 0 0 0; /* -18/18 0 0 0 */
}
ul.list-press-photos li
{
	float: left;
	margin: 0;
}
ul.list-press-photos li:before,
ul.list-press-photos li::before
{
	display: none;
}
.content-columns ul.list-press-photos li
{
	width: 47.9166666667%; /* (345/720)*100 */
	margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
}
.content-column ul.list-press-photos li
{
	width: 48.5%; /* (485/1000)*100 */
	margin: 0 0 3% 3%; /* 0 0 (30/1000)*100 (30/1000)*100 */
}
.content-columns ul.list-press-photos .first-two-columns,
.content-column ul.list-press-photos .first-two-columns
{
	clear: left;
	margin-left: 0;
}

ul.list-press-photos .image,
ul.list-press-photos .image img
{
	display: block;
}
ul.list-press-photos .image:hover,
ul.list-press-photos .image:focus
{
	border: none;
}
ul.list-press-photos h3
{
	margin-bottom: 0;
}
ul.list-press-photos .copyright
{
	margin-bottom: 0.5556em; /* 10/18 */
}
ul.list-press-photos .description
{
	font-weight: 400;
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.375em; /* 22/16 */
}

/* Framework > Inhaltsbereich > Galerien */

.gallery
{
	overflow: hidden;
}
.content-columns .gallery .column
{
	width: 30.5555555556%; /* (220/720)*100 */
	margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
}
.content-column .gallery .column
{
	width: 22.75%; /* (227.5/1000)*100 */
	margin: 0 0 3% 3%; /* 0 0 (30/1000)*100 (30/1000)*100 */
}
.content-columns .gallery .first-three-columns,
.content-column .gallery .first-four-columns
{
	clear: left;
	margin-left: 0;
}
.content-wrapper .gallery a,
.content-wrapper .gallery a img
{
	display: block;
	overflow: hidden;
}
.content-wrapper .gallery a img
{
	height: auto;
}
.content-wrapper .gallery a:hover,
.content-wrapper .gallery a:focus
{
	border: none;
}
.content-wrapper .gallery p
{
	margin-top: 0.8em; /* 12/15 */
	font-size: 0.8333em; /* 15/18 */
	line-height: 1.4em; /* 21/15 */
}

/* Framework > Inhaltsbereich > Galerie-Aufschlagseiten */

.gallery-frontpage p
{
	font-weight: bold;
}

/* Framework > Inhaltsbereich > Suche/Suchergebnisse */

.hits
{
	margin: 1.6364em 0 0.2727em 0; /* 36/22 0 6/22 0 */
	color: #2f3335;
	font-weight: normal;
	font-size: 1.2222em; /* 22/18 */
}
.search-result
{
	margin: 0;
}
.search-result li
{
	overflow: hidden;
	margin: 1% 0 0 0; /* (10/1000)*100 */
}
.search-result li:first-child
{
	margin-top: 0;
}
.search-result li:before,
.search-result li::before
{
	display: none;
}
.search-result .details
{
	font-size: 0.8889em; /* 16/18 */
}
.search-result .details span
{
	margin-right: 0.25em; /* 4/16 */
	padding: 0.3125em 0.375em 0.1875em 0.375em; /* 5/16 6/16 3/16 6/16 */
	background: #f7f7f7;
	color: #2f3335;
}
.pagination
{
	margin: 2em 0; /* 36/18 0 */
}
.pagination a,
.pagination span
{
	display: inline-block;
	margin: 0 4px 8px 0;
	padding: 0.2222em 0.5556em 0.1111em 0.5556em; /* 4/18 10/18 2/18 10/18 */
	font-weight: 400;
	text-transform: uppercase;
}
.pagination a
{
	background: #f7f7f7;
	color: #2f3335;
}
.pagination a:hover,
.pagination a:focus
{
	border: none;
}
.pagination .current
{
	background: #084a48;
	color: #fff;
}

/* Framework > Inhaltsbereich > Tagesplaner-Formulare */

.form-personal-schedule
{
	overflow: hidden;
	margin-bottom: 1.3333em; /* 24/18 */
	padding: 30px 30px 20px 30px;
	background: #f7f7f7;
}
.form-personal-schedule input.text,
.form-personal-schedule textarea,
.form-personal-schedule select
{
	background: #fff;
}
.form-personal-schedule .row.submit
{
	margin-top: 2.2222em; /* 40/18 */
	text-align: right;
}
.form-personal-schedule .row.submit ul
{
	float: left;
	margin: 0.3333em 0 0 0; /* 6/18 0 0 0 */
}
.form-personal-schedule .row.submit ul li
{
	display: inline-block;
	margin: 0;
}
.form-personal-schedule .row.submit ul li:before,
.form-personal-schedule .row.submit ul li::before
{
	content: '·';

	width: auto;
	margin: 0 0.4444em 0 0.2222em; /* 0 8/18 0 4/18 */
	color: #d0d7dc;
}
.form-personal-schedule .row.submit ul li:first-child:before,
.form-personal-schedule .row.submit ul li:first-child::before
{
	display: none;
}

/* Framework > Inhaltsbereich > PDF Anhang */

p.cmsattachment
{
	clear: left;
	margin-bottom: 1em; /* 18/18 */
}

/* Framework > Fancybox */

.fancybox-close:hover,
.fancybox-close:focus
{
	border: none;
}
#planner_popup
{
	padding: 0 30px 0 20px;
}

/* 404 Fehlerseite > Framework */

.error-404 h1
{
	margin-top: 1.3158em; /* 50/38 */
}
.error-404 #header
{
	padding-bottom: 0;
}
.error-404 .content-footer
{
	padding-bottom: 50px;
}

/* Framework > Inhaltsseite > Virtuelles Festival */

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.row-feature .aside .iframe-container {
	padding-top: 63.7% !important;
}

/* Breakpoints */

@media screen and (max-width: 1080px)
{
	/* Framework > Fixed Social Media Links */

	body > .social-media
	{
		display: none;
	}
	
	.content-partners-feature .column {
		width: 24%;
	}
}

@media screen and (max-width: 980px)
{
	/* Framework > Header > Hauptnavigation */

	#navigation
	{
		font-size: 0.8889em; /* 16/18 */
	}

	/* Framework > Header > Hauptnavigation > Erste Ebene */

	#navigation > li > div > a
	{
		padding-right: 0.7222em; /* 13/18 */
		padding-left: 0.7222em; /* 13/18 */
	}

	/* Framework > Header > Hauptnavigation > Zweite Ebene */

	#navigation ul
	{
		font-size: 1em; /* 16/16 */
	}
	#navigation ul li a
	{
		padding-right: 0.8125em; /* 13/16 */
		padding-left: 0.8125em; /* 13/16 */
	}
}

@media screen and (max-width: 820px)
{
	/* Framework */

	.row-navigation,
	.row-navigation .wrapper
	{
		overflow: hidden;
		padding: 0;
	}

	/* Framework > Header > Toolbar > Schnelleinstieg */

	#quick-access
	{
		display: none;
	}

	/* Framework > Header > Toolbar > Hauptnavigations-Toggle */

	#navigation-toggle
	{
		display: inline-block;
	}

	/* Framework > Header > Hauptnavigation */

	#header
	{
		position: static;
		padding: 0;
	}
	.row-navigation
	{
		display: none;
		position: static;
		width: auto;
		background: #f7f7f7;
	}
	.row-navigation.expanded
	{
		display: block;
	}
	#navigation
	{
		height: auto;
		border: none;
		margin: 1.6667em 30px 2.7778em 30px; /* 30/18 30 50/18 30 */
	}

	/* Framework > Header > Hauptnavigation > Erste Ebene */

	#navigation > li
	{
		float: none;
		width: auto;
		margin-top: 18px; /* 18/18 */
		border-bottom: solid 1px #d0d7dc;
		text-align: left;
	}
	#navigation > li.item-1,
	#navigation > li.item-2,
	#navigation > li.item-3,
	#navigation > li.item-4,
	#navigation > li.item-5,
	#navigation > li.item-6,
	#navigation > li.item-7,
	.en #navigation > li.item-1,
	.en #navigation > li.item-2,
	.en #navigation > li.item-3,
	.en #navigation > li.item-4,
	.en #navigation > li.item-5,
	.en #navigation > li.item-6,
	.en #navigation > li.item-7
	{
		width: auto;
	}
	#navigation > li > div
	{
		display: block;
		position: static;
	}
	#navigation > li > div > a
	{
		padding-right: 0;
		padding-left: 0;
		color: #2f3335;
		font-weight: bold;
		text-transform: uppercase;
		white-space: normal;
	}
	#navigation > li.active > div > a
	{
		background: transparent;
		color: #2f3335;
	}
	#navigation > li.active > div > a:hover,
	#navigation > li.active > div > a:focus
	{
		background: transparent;
		color: #084a48;
	}

	/* Framework > Header > Hauptnavigation > Zweite Ebene */

	#navigation ul
	{
		display: block;
		position: static;
		width: auto;
		padding-top: 0.375em; /* 6/16 */
		background: transparent;
	}
	#navigation ul li
	{
		display: inline-block;
	}
	#navigation ul li a
	{
		display: inline-block;
		margin-right: 1em; /* 16/16 */
		padding: 0;
		color: #084a48;
	}

	/* Framework > Inhaltsbereich > Footer-Navigation */

	.footer-navigation .column
	{
		width: 48.5%; /* (485/1000)*100 */
	}
	.footer-navigation .first-two-columns
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Footer */

	.row-footer .copyright span
	{
		display: block;
		margin-right: 0;
	}

	/* Startseite > Framework > Feature-Zeile */

	.row-feature
	{
		padding: 0;
	}
	#feature-slider
	{
		float: none;
		width: auto;
	}
	.row-feature .aside
	{
		float: none;
		width: auto;
	}
	.row-feature .aside div
	{
		float: left;
		width: 50%;
	}
	.row-feature .aside div:last-of-type
	{
		max-height: 100%;
	}
	.row-feature .aside div:first-child a {
		border-left: 0 none;
	}
	.row-feature .aside a {
		border-top: 1px solid white;
	}
	.row-feature .aside .iframe-container {
		padding-top: 32.1% !important;
	}

	/* Startseite > Framework > Inhaltsbereich > Informationen für Besucher (2. Zeile) */

	.content-visitors-2 ul li
	{
		width: 48.5%; /* (485/1000)*100 */
	}
	.content-visitors-2 ul li.first-two-columns
	{
		clear: left;
		margin-left: 0;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich */

	.expandable-subnavigation h1
	{
		padding-right: 64px;
	}
	.expandable-subnavigation .content-columns
	{
		margin-top: -4.8889em; /* -88/18 */
	}
	.expandable-subnavigation .content-wrapper .left-column,
	.expandable-subnavigation .content-wrapper .middle-column,
	.expandable-subnavigation .content-wrapper .right-column
	{
		clear: both;
		float: none;
		width: auto;
		margin-left: 0;
	}
	.expandable-subnavigation .content-wrapper .left-column
	{
		margin-top: 1.3333em; /* 24/18 */
	}
	.expandable-subnavigation .content-wrapper .right-column
	{
		margin-bottom: 0;
	}
	.expandable-subnavigation .content-wrapper .right-column.collapsed
	{
		display: block;
		height: 0;
	}
	.expandable-subnavigation .content-wrapper .right-column > div
	{
		overflow: hidden;
		padding: 30px 30px 20px 30px;
		background: #f7f7f7;
	}

	/* Framework > Header > Images */
	.row-header .wrapper img.left
	{
		width: 100px;
	}

	/* Framework > Inhaltsseite > Virtuelles Festival */
	.content-wrapper .virtual-festival .column {
		width: 97%;
	}

	.content-wrapper .virtual-festival .column:not(.first-column) {
		margin-top: 2rem;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Subnavigation-Toggle */

	#subnavigation-toggle
	{
		position: relative;
		display: block;
		float: right;
		overflow: hidden;
		width: 56px;
		height: 56px;
		background: #2f3335 url(../images/layout/navigation-toggle.png) no-repeat center center;
		background-size: 34px 32px;
		text-indent: -99999px;
		cursor: pointer;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Navigation */

	.right-column .navigation ul
	{
		padding-bottom: 1em; /* 16/16 */
		border: none;
		border-bottom: solid 1px #d0d7dc;
		font-size: 0.8889em; /* 16/18 */
	}
	.right-column .navigation ul li
	{
		display: inline-block;
		margin-right: 1em; /* 16/16 */
		border: none;
	}
	.right-column .navigation ul li a
	{
		display: inline-block;
		color: #084a48;
		font-weight: normal;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Navigation */

	.archive .content-wrapper .right-column > div > div,
	.content-wrapper .right-column.navigation-only > div > div
	{
		margin-bottom: 0;
	}
	.archive .right-column .navigation ul,
	.right-column.navigation-only .navigation ul
	{
		border: none;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Tagesprogramm */

	.right-column .daily-schedule
	{
		clear: left;
		float: left;
		width: 47.8571428571%; /* (335/700)*100 */
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Tagesplaner */

	.right-column .personal-scheduler
	{
		float: left;
		width: 47.8571428571%; /* (335/700)*100 */
		margin-left: 4.2857142857%; /* (30/700)*100 */
	}
	.right-column .personal-scheduler ul,
	.right-column .personal-scheduler ul li
	{
		border-color: #d0d7dc;
	}

	/* Framework > Inhaltsbereich > Partner und Sponsoren */

	.partner-list .column,
	.partner-list .first-four-columns
	{
		clear: none;
		width: 30.5555555556%; /* (220/720)*100 */
		margin: 0 4.1666666667% 4.1666666667% 0; /* 0 0 (30/720)*100 (30/720)*100 */
	}
	.partner-list .first-three-columns
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Galerien */

	.content-column .gallery .column,
	.content-column .gallery .first-four-columns
	{
		clear: none;
		width: 30.5555555556%; /* (220/720)*100 */
		margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
	}
	.content-column .gallery .first-three-columns
	{
		clear: left;
		margin-left: 0;
	}

	ul.content-downloads
	{
		text-align: left !important;
	}

	ul.content-downloads li
	{
		width: 90%;
	}

	.content-partners-feature .column {
		width: 31%;
	}
}

@media screen and (max-width: 640px)
{
	/* Allgemeine Einstellungen > Formularelemente > Kontaktformular */

	form > .row > .column
	{
		float: none;
		width: auto;
		margin-left: 0;
	}
	.form-contact textarea
	{
		min-height: 0;
	}
	.form-contact .row-submit input
	{
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/* Framework */

	.content-columns .column
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Teaserzeile */

	.teasers li
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Galerien */

	.gallery .column
	{
		float: left;
	}

	/* Framework > Inhaltsbereich > Events-Liste */

	ul.events li,
	.content-wrapper ul.events li
	{
		float: none;
		width: auto;
		margin-left: 0;
		padding-top: 6%;
		padding-bottom: 5%;
	}
	
	.content-partners-feature .column {
		width: 47%;
	}
}

@media screen and (max-width: 560px)
{
	/* Framework */

	.row-header
	{
		background-position: 62% center;
	}

	/* Framework > Header > Logo */

	.row-header .wrapper img.left
	{
		width: 80px;
	}

	.row-header .wrapper img.right
	{
		width: 265px;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Tagesprogramm */

	.right-column .daily-schedule
	{
		float: none;
		width: auto;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Rechte Spalte > Tagesplaner */

	.right-column .personal-scheduler
	{
		float: none;
		width: auto;
		margin-left: 0;
	}
	.right-column .personal-scheduler ul,
	.right-column .personal-scheduler ul li
	{
		border-color: #d0d7dc;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Programmübersicht */

	.list-schedule li
	{
		position: relative;
		overflow: hidden;
		padding: 1.2222em 20px 0 20px; /* 22/18 20 0 20 */
	}
	.list-schedule li.even
	{
		background: #f7f7f7;
	}
	.list-schedule li .screening
	{
		float: none;
		width: auto;
		margin-left: 0;
		padding: 0;
		text-align: left;
	}
	.list-schedule li .screening span
	{
		display: inline-block;
	}
	.list-schedule li .screening .time
	{
		font-weight: bold;
		font-size: 1.125em; /* 18/16 */
	}
	.list-schedule li .screening .location
	{
		font-weight: normal;
		font-size: 1.125em; /* 18/16 */
	}
	.list-schedule li .screening .event
	{
		display: block;
	}
	.list-schedule li .user-options
	{
		position: static;
		width: auto;
		height: 52px;
		margin: 1.2222em -20px 0 -20px; /* 22/18 -20 0 -20 */
		border-top: solid 1px #fff;
		border-left: none;
	}
	.list-schedule li .user-options a
	{
		float: left;
		border-top: none;
		border-left: solid 1px #fff;
	}
	.list-schedule li .user-option-count-2 a
	{
		width: 50%;
		height: 100%;
	}

	/* Framework > Inhaltsbereich > Partner und Sponsoren */

	.partner-list .column,
	.partner-list .first-three-columns
	{
		clear: none;
		width: 47%; /* (235/500)*100 */
		margin: 0 6% 6% 0; /* 0 0 (30/500)*100 (30/500)*100 */
	}
	.partner-list .first-two-columns
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Pressefoto-Liste */

	.content-columns ul.list-press-photos li,
	.content-column ul.list-press-photos li
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Galerien */

	.content-wrapper .gallery .column,
	.content-wrapper .gallery .first-three-columns
	{
		clear: none;
		width: 47%; /* (235/500)*100 */
		margin: 0 0 6% 6%; /* 0 0 (30/500)*100 (30/500)*100 */
	}
	.content-wrapper .gallery .first-two-columns
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Tagesplaner-Formulare */

	.form-personal-schedule .row.submit ul
	{
		float: none;
		margin-top: 1.3333em; /* 24/18 */
		text-align: left;
	}
	.form-personal-schedule .row.submit .submit
	{
		float: none;
		display: block;
		width: 100%;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Filmdetailseite */

	.content-movie-detail table.movie-shows,
	.content-movie-detail table.movie-shows tbody
	{
		display: block;
	}
	.content-movie-detail table.movie-shows
	{
		overflow: hidden;
		margin-bottom: 32px;
	}
	.content-movie-detail table.movie-shows tr
	{
		float: left;
		width: 100%;
		overflow: hidden;
		border-top: solid 8px #fff;
	}
	.content-movie-detail table.movie-shows tbody tr:first-child
	{
		border: none;
	}
	.content-movie-detail table.movie-shows td
	{
		box-sizing: border-box;
		float: left;
		width: 50%;
		padding-top: 6px;
		padding-bottom: 5px;
		border-top: solid 1px #fff;
		text-align: center;
	}
	.content-movie-detail table.movie-shows .even td
	{
		background: #f7f7f7;
	}
	.content-movie-detail table.movie-shows .date
	{
		padding-left: 0;
	}

	.content-movie-detail table.movie-shows .cinema
	{
		clear: left;
	}
	.content-movie-detail table.movie-shows .user-options
	{
		clear: left;
		width: 100%;
		background: #e9edf1 !important;
	}
	.content-movie-detail table.movie-shows .user-options a
	{
		margin: 0 6px;
	}

}

@media screen and (max-width: 480px)
{
	/* Allgemeine Einstellungen */

	body
	{
		font-size: 1em; /* 16/16 */
	}
	h1,
	.frontpage .content-wrapper > h2
	{
		font-size: 1.75em; /* 28/16 */
	}

	/* Allgemeine Einstellungen > Formularelemente > Kontaktformular */

	form .row .column .row,
	form .row .column .row .column
	{
		padding-bottom: 1px; /* fixes cut-off borders on inputs in chrome */
	}

	/* Framework */

	.row
	{
		padding: 0 20px;
	}

	/* Framework > Header > Toolbar > Suche */

	.row-toolbar .form-topsearch
	{
		display: none;
	}

	/* Framework > Header > Toolbar > Hauptnavigations-Toggle */

	#navigation-toggle
	{
		background-size: 26px 25px;
	}

	/* Framework > Header > Hauptnavigation > Suche */

	.row-navigation
	{
		padding: 0;
	}
	.row-navigation .form-topsearch
	{
		display: block;
		margin: 24px 30px 0 30px;
	}
	.row-navigation .form-topsearch input.text
	{
		width: 100%;
		background: #fff;
	}

	/* Framework > Inhaltsbereich > Footer-Navigation */

	.footer-navigation .column
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Startseite > Framework > Feature-Zeile */

	.row-feature
	{
		padding: 0;
	}
	.row-feature h2
	{
		padding-bottom: 12px;
	}
	#feature-slider h2
	{
		padding-right: 40px;
		padding-left: 40px;
		font-size: 1em; /* 16/16 */
	}
	#feature-slider-previous,
	#feature-slider-next
	{
		width: 40px;
	}

	/* Startseite > Framework > Inhaltsbereich > Liste Aktuelle Meldungen */

	.news li .image
	{
		display: none;
	}
	.news li > div
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Startseite > Framework > Inhaltsbereich > Informationen für Besucher (2. Zeile) */

	.content-visitors-2 ul li
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	ul.content-downloads li
	{
		width: auto;
		display: block;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich */

	.expandable-subnavigation h1
	{
		padding-right: 56px;
	}
	.expandable-subnavigation .content-columns
	{
		margin-top: -3.75em; /* -60/16 */
	}
	.expandable-subnavigation .content-wrapper .right-column > div
	{
		padding-right: 20px;
		padding-left: 20px;
	}

	/* Programm- und Archivseite > Framework > Inhaltsbereich > Subnavigation-Toggle */

	#subnavigation-toggle
	{
		width: 42px;
		height: 40px;
		background-size: 26px 25px;
	}
}

@media screen and (max-width: 380px)
{
	/* Allgemeine Einstellungen > Formularelemente > Captcha */

	.row-captcha .wrapper > div
	{
		margin-right: 0;
	}
	.row-captcha input.text
	{
		height: auto;
	}
	#captcha_id
	{
		position: static;
		clear: left;
		float: left;
		margin-top: 10px;
	}
	#reload_captcha
	{
		position: static;
		float: left;
		margin-top: 10px;
	}

	/* Framework > Inhaltsbereich > Tagesplaner-Formulare */

	.form-personal-schedule .row.submit ul li
	{
		display: block;
	}
	.form-personal-schedule .row.submit ul li:before,
	.form-personal-schedule .row.submit ul li::before
	{
		display: none;
	}
}

@media screen and (max-width: 320px)
{
	/* Framework > Inhaltsbereich > Partner und Sponsoren */

	.partner-list .column,
	.partner-list .first-two-columns
	{
		clear: both;
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Framework > Inhaltsbereich > Galerien */

	.content-wrapper .gallery .column,
	.content-wrapper .gallery .first-two-columns
	{
		clear: both;
		float: none;
		width: auto;
		margin-left: 0;
	}
}
@media print {
	body
	{
		font-size: 0.7em;
	}
	ul.social-media {
		display: none;
	}
	div.h3_slidetoggle_content {
		display: block !important;
	}
	#header{
		display: none;
	}
	.content-wrapper .left-column {
		width: 90%;
	}
	.content-wrapper .right-column {
		display: none;
	}
	.content-footer {
		display: none;
	}
	.content-teasers {
		display: none;
	}
	.footer-navigation {
		display: none;
	}

	#breadcrumb
	{
		display: none;
	}

	/* important for firefox otherwise only one page will be displayed */
	body, .left-column, .content-wrapper, .wrapper {
		overflow: visible !important;
	}
}

/* NEW, Home-Icon in navigation */

@media (min-width: 821px)
{
	#navigation > .item-1 a
	{
		position: relative;
		overflow: hidden;
		padding-right: 1.25em;
		padding-left: 1.25em;
		text-indent: -1000000px;

		background: #084a48 url(../images/layout/icon-home-white.svg) no-repeat center center !important;
		background-size: auto 90%;
	}
	#navigation > .item-1 a::before
	{
		/* content: '';
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		background: #084a48 url(../images/layout/icon-home-white.svg) no-repeat center center;
		background-size: contain; */
	}
}
