/*
Theme Name: dcoNEUN o
Theme URI: http://www.dechent.co
Description: Museumswebseiten
Version: 9.0i
Author: Patrick Valentin Dechent
     _              _                   _
  __| |  ___   ___ | |__    ___  _ _   | |_
 / _` | / _ \ / __|| '_ \  / _ \| '_ \ | __|
| (_| ||  __/| (__ | | | ||  __/| | | || |_
 \__,_| \___| \___||_| |_| \___||_| |_| \__|


    M S P T   g o e s   m o b i l e

    - !!! muss hausspezifisch angepasst werden
    - %%% responsive relevant

    - Hintergrundblau: 			#0b294e (11,41,78)
    - Plus und so: 				#c4cedb
    - Text hell auf Dunkel: 	#e7eaed
    - Background Teaser 1:		#003399
    - Background Teaser 1: 		#364c67
    - Footer background: 		#6b8fb9
    - Footer Text und so: 		#0b294e

*/

/* - - - - - - - - - - - - - - - - - - - - */
/* box sizing fix and some resets          */
/* - - - - - - - - - - - - - - - - - - - - */

*, 
*:after, 
*:before { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
a,
a:hover,
a:visited,
a:focus,
a:active {
	outline: none;
	outline: 0;
	border: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	border: none !important;
	/* white-space: nowrap; pvd: auskommentiert */
}
img {
	border: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* pvd: Die Mutter aller Schriften =fonts */
 
body, 
button,
input,
select,
textarea {
	color: rgba(0,0,0,0.6);
	/* color: fuchsia; */
	font-family: webfont, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
dfn,
cite,
em,
i {
	font-family: webfontItalic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* HTML                                    */
/* - - - - - - - - - - - - - - - - - - - - */

body {
	background: #f3f6fa; /* mb: hintergrund s. auch site-content*/
}
ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}

/* pvd: hier die Basis für ALLE Bilder */

img {
	height: auto; /*%%%*/
	width: 100%;
	vertical-align: middle;
}
del {
	opacity: 0.8;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Tabellen =tabellen                      */
/* - - - - - - - - - - - - - - - - - - - - */

table,
th,
td {
	border: 1px solid #d1d1d1;
	vertical-align: top;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: initial; /* fixed oder initial*/
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Formulare                               */
/* - - - - - - - - - - - - - - - - - - - - */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: webfont, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: webfont, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
/*
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
*/
}

.search-submit:before {
	content: "?";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}
.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* ContactForm 7 Kontaktformular           */
/* - - - - - - - - - - - - - - - - - - - - */

img.ajax-loader {
	max-width: 2rem;
	max-height: 2rem;
}
span.wpcf7-list-item {
	display: block;
}
span.wpcf7-list-item input[type="checkbox"] {
	vertical-align: -2px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Links                                   */
/* - - - - - - - - - - - - - - - - - - - - */

a {
	color: #6B8FB9;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #F99B00;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Menü und Navigation =nav =menu          */
/* - - - - - - - - - - - - - - - - - - - - */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: webfont, sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* AUFKLAPP - accordeon-Inhalte            */
/* - - - - - - - - - - - - - - - - - - - - */

a.aufklappButton {
	display: block;
	width: 100%;
	border-top: 1px #83A5CF solid;
	border-bottom: 1px #83A5CF solid;
	cursor: pointer;
	text-align: left;
	font-size: 1.2rem;
	line-height: 100%;
	background: url('https://www.mfk-berlin.de/dco/icon-pfeil-SVG.svg') no-repeat;
	background-position: 100% 50%;
	margin: 0.5rem 0;
	padding: 1rem 3rem 1rem 0;
	text-decoration: none;
	transition: background-position 0.8s;
}
a.aufklappButton:hover {
	background-position: 100% 66%;
	transition: background-position 0.2s;
}
a.aufklappButton p {
	margin: 0;
	color: #83A5CF !important;
}
div.aufklapp {
	display: none;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	/* background: yellow; */
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Screenreader und Barrierefreiheit       */
/* - - - - - - - - - - - - - - - - - - - - */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	/* background-color: #f1f1f1; pvd: s. body */
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: webfont, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Ausrichtungen                           */
/* - - - - - - - - - - - - - - - - - - - - */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* dco - Spezielle Anpassungen - Buttons   */
/* - - - - - - - - - - - - - - - - - - - - */

.noText,
.noText:hover {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(0,0,0,0);
}

a#buttonTop {
	display: block;
	position: fixed;
	bottom: 20px;
	right: -80px;
	width: 50px;
	height: 50px;
	color: rgba(0,0,0,0);
	background: url('https://www.mfk-berlin.de/dco/icon-top-SVG.svg') center center no-repeat;
	z-index: 900;
	background-size: 100% 100%;
	opacity: 0;

	-webkit-transition: 	right 1s, opacity 1s;
	transition: 			right 1s, opacity 1s;
}
a#buttonTop.visible {
	display: block;
	right: 20px;
	opacity: 0.5;

	-webkit-transition: 	right 1s, opacity 1s;
	transition: 			right 1s, opacity 1s;
}
a#buttonTop:hover {
	opacity: 1;
}

/* - - - - - - - - - - - - - - - - - - - - */

div.buttonOrange a,
a.ok-button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	min-width: 140px;
	/* background-color: #FF9C00; */
	background-color: #b1c5de;
	color: white;
	border-radius: 7px;
	padding: 10px;
	opacity: 1;
}
div.buttonOrange a:hover,
.ok-button:hover {
	opacity: 0.6;
}
a.ok-button {
	color: #1B405E;
}

/* - - - - - - - - - - - - - - - - - - - - */

div.buttonLink,
div.buttonBuchung,
div.buttonTextLink,
div.buttonCenter {
	display: block;
	width: 100%;
}
div.buttonBuchung {
	text-align: right;
}
div.buttonCenter {
	text-align: center;
}
div.buttonBuchung a,
div.buttonTextLink a,
div.buttonCenter a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	min-width: 140px;
	background: #b1c5de;
	color: white;
	border-radius: 7px;
	padding: 10px;
	opacity: 1;
}
div.buttonTextLink a {
	background: #b1c5de;
}
div.buttonCenter a {
	background: #FFC700;
}

/* OK-BUTTON Datenschutz */

div.cookie-notice-container span {
	display: inline-block;
	max-width: 500px;
}
a.ok-button {
	display: block !important;
	width: 300px;
	margin: 5px auto !important;
}

div.buttonLink a:hover,
div.buttonBuchung a:hover,
div.buttonTextLink a:hover,
div.buttonCenter a:hover {
	opacity: 0.6;
}
div.buttonLink {
	display: block;
	width: 100%;
	text-align: right;
}
.pageNav a {
	display: inline-block;
	height: 40px;
	width: 40px;
	/* background: GreenYellow; */
}
a span.next,
a span.prev {
	display: block;
	height: 40px;
	width: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-image: url('https://www.mfk-berlin.de/dco/icon-next-SVG.svg');
}
a span.prev {
	background-image: url('https://www.mfk-berlin.de/dco/icon-prev-SVG.svg');
}

/*
div.download {
	display: block;
	text-align: left;
}
div.download a {
	display: inline-block;
	height: 3rem;
	width: 3rem;
	background: url('https://www.mfk-berlin.de/dco/icon-flyer-SVG.svg') no-repeat 100% 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
}
div.download a:hover {
	opacity: .5;
}
*/

/* - - - - - - - - - - - - - - - - - - - - */
/* Struktur - Inhalte =struktur            */
/* - - - - - - - - - - - - - - - - - - - - */

.site {
	background-color: #0b294e;
}
.site-inner {
	margin: 0 auto;
	position: relative;
}
.site-content {
	/* word-wrap: break-word; */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-color: #f3f6fa;
	overflow: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* HotNews - über dem Header               */
/* - - - - - - - - - - - - - - - - - - - - */

a.hotNews {
	display: block;
	color: white;
	background: darkred;
	text-align: center;
	padding: 7px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header =header                          */
/* - - - - - - - - - - - - - - - - - - - - */

.site-header {
	padding: 15px 9px 5px 9px;
	background-color: #0b294e;
}
.site-header-main {
	position: relative;
	height: 80px; /*%%%*/
}
.site-header-main a:hover {
	opacity: 1;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Logo                           */
/* - - - - - - - - - - - - - - - - - - - - */

.site-header-logo {
	position: absolute;
	left: 0;
	top: 0;
}
a.headerHome {
	display: inline-block;
	width: 180px;
	height: 80px;
	/* pvd: Wird über die header.php pro Haus geregelt | background: url(images/logo-SVG.svg) no-repeat; */
	background-size: 100% auto;
	opacity: 0.9;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Navigation                     */
/* - - - - - - - - - - - - - - - - - - - - */

.site-header-navi {
	position: absolute;
	display: flex;
	right: 0;
	top: 0;
	text-align: right;
}
.site-header-navi > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 6px 0 0 0;
	opacity: 0.7;
}
a.buttonKalender {
	background: url('https://www.mfk-berlin.de/dco/icon-navi-kalender5-SVG.svg') no-repeat;
	background-size: 85% auto;
	background-position: center center;
}
a.buttonInfo {
	background: url('https://www.mfk-berlin.de/dco/icon-info-SVG.svg') no-repeat;
	background-size: 85% auto;
	background-position: center center;
}
a.buttonGSprache {
	background: url('https://www.mfk-berlin.de/dco/icon-g-sprache-SVG.svg') no-repeat;
	background-size: 95% auto;
	background-position: center center;
}
a.buttonSuche {
	background: url('https://www.mfk-berlin.de/dco/icon-lupe-45-SVG.svg') no-repeat;
	background-size: 80% auto;
	background-position: center center;
}
a.buttonHamburger {
	background: url('https://www.mfk-berlin.de/dco/icon-hamburger-SVG.svg') no-repeat;
	background-size: 80% auto;
	background-position: center center;
}
a.button-sprache-de {
	background: url('https://www.mfk-berlin.de/dco/icon-de-SVG.svg') no-repeat;
	background-size: 85% auto;
	background-position: center center;
}
a.button-sprache-en {
	background: url('https://www.mfk-berlin.de/dco/icon-en-SVG.svg') no-repeat;
	background-size: 85% auto;
	background-position: center center;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Breadcrumbs                    */
/* - - - - - - - - - - - - - - - - - - - - */

div.breadcrumbs {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Modals                         */
/* - - - - - - - - - - - - - - - - - - - - */

#desktopMenu {
	display: none;
}

#modalMenu,
#modalSuche,
#modalInfo {
	/* display: none; */
	display: block;
	position: fixed;
	top: -600px;
	left: 0;
	width: 100%;
	/* height: 340px; */
	background: #6b8fb9;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	transition: top 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 1000;
}
#modalMenu.visible,
#modalSuche.visible,
#modalInfo.visible {
	display: block;
	top: -40px;

	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);

	transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#modalMenu a.buttonClose,
#modalSuche a.buttonClose,
#modalInfo a.buttonClose {
	position: absolute;
	top: 61px;
	right: 9px;
	background: url('https://www.mfk-berlin.de/dco/icon-close-light-SVG.svg') no-repeat;
	background-size: 80% auto;
	background-position: center center;
	display: inline-block;
	width: 40px;
	height: 40px;
	opacity: 0.9;
}
#modalMenu a.buttonClose:hover,
#modalSuche a.buttonClose:hover,
#modalInfo a.buttonClose:hover {
	opacity: 0.5;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Inhalt Hamburger Menu          */
/* - - - - - - - - - - - - - - - - - - - - */

#modalMenu ul {
	padding: 60px 65px 0 0;
	text-align: right;
	font-size: 1.4rem;
	text-transform: uppercase;
	list-style-type: none;
}
#modalMenu li a {
	color: #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Suche                          */
/* - - - - - - - - - - - - - - - - - - - - */

#modalSuche #suche {
	margin: 150px 40px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Inhalt INFO                    */
/* - - - - - - - - - - - - - - - - - - - - */

#modalInfo {
	padding: 65px 0 0 20px;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
	font-size: 0.9rem;
	line-height: 1.15rem;
}
#modalInfo strong {
	font-weight: normal;
	color: white;
}
#modalInfo a.linkMail,
#modalInfo a {
	color: rgba(255,255,255,0.7);
	border-bottom: dotted 1px rgba(255,255,255,0.5);
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header - Stoerer                        */
/* - - - - - - - - - - - - - - - - - - - - */

.site-header #look-at-me {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Slider =slider                          */
/* - - - - - - - - - - - - - - - - - - - - */

.slider {
	
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Text auf der Startseite                 */
/* - - - - - - - - - - - - - - - - - - - - */

.home-text {
	width: 95%;
	margin: 3em auto 2em auto;
}
.home-text h4 {
	text-align: left;
}
.home-text a {
	/* text-decoration: underline; */
	color: #FFB95A;
}
.home-text a:hover {
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Öffnungszeiten dynamisch =offen         */
/* - - - - - - - - - - - - - - - - - - - - */

#offen {
	padding: 2rem 0.2rem 1.4rem 0.2rem;
	text-align: center;
}
#offen strong {
	color: #0b294e;
	font-weight: normal;
}
#offen .op-open,
#offen .op-closed {
	display: block;
	font-family: webfontSerif;
	font-size: 1.85rem;
	line-height: 110%;
	font-weight: normal;
	color: #6B8FB9;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Content =content                        */
/* - - - - - - - - - - - - - - - - - - - - */

.site-main > article {
	position: relative;
	margin-bottom: 1rem;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Content - Beitragsbild                  */
/* - - - - - - - - - - - - - - - - - - - - */

.articlePic {
	z-index: 100 !important;
}
.articlePicDesktop {
	display: inline;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Single oder Page                        */
/* - - - - - - - - - - - - - - - - - - - - */

body.single .articlePicMobile, 
body.page .articlePicMobile {
	display: inline;
}
body.single .articlePicDesktop, 
body.page .articlePicDesktop {
	display: none;
}

/* Content - historyBack single            */

a.buttonBack {
	position: absolute;
	top: 5px;
	right: 0;
	background: url('https://www.mfk-berlin.de/dco/icon-close-light-SVG.svg') no-repeat;
	background-size: 80% auto;
	background-position: center center;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0.9;
	z-index: 800;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Headlines, Überschriften, Titel =titel  */
/* - - - - - - - - - - - - - - - - - - - - */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h2 {
	display: block;
	font-family: webfontSerif;
	font-size: 1.85rem;
	line-height: 110%;
	font-weight: normal;
	color: #6B8FB9;
	/* pvd: H2 Änderung? */
	/* margin: 0.5rem 4rem 0.5rem 4rem; */
	margin: 3rem 0 1rem 0;
	/* margin: -0.1rem 0 1rem 0; */

	padding: 0 5px;
	text-align: center;
}
.flexKind h2 {
	margin: 2rem 0 1rem 0;
	padding: 0;
}
h3 {
	display: block;
	font-family: webfont;
	font-size: 1rem;
	line-height: 110%;
	font-weight: normal;
	color: #6B8FB9;
	margin: 1rem 0.5rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
h4 {
	display: block;
	font-family: webfontSerif;
	font-size: 1.2rem;
	line-height: 110%;
	font-weight: normal;
	color: #6B8FB9;
	margin: 1rem 0 0.5rem 0;
	text-align: center;
	text-transform: none;
}

.sprechblase h2 {
	display: block;
	font-family: webfont;
	font-size: 1rem;
	line-height: 110%;
	font-weight: normal;
	margin: 0 0.5rem 0.5rem 0.5rem;
	text-align: center;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,1);
}
.sprechblase h3 {
	display: block;
	font-family: webfontSerif;
	font-size: 1rem;
	line-height: 110%;
	font-weight: normal;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	text-align: center;
	text-transform: none;
	color: rgba(0,0,0,0.5);
	letter-spacing: 0;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* CONTENT -                               */
/* - - - - - - - - - - - - - - - - - - - - */

.article {
	position: relative;
	text-align: center;
}
.article p {
	padding: 0;
	margin: 0 0 1rem 0;
}
.article i,
.article em {
	font-size: 1.1rem;
	font-family: webfontItalic;
	font-weight: normal;
	font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Sprechblase =sprechblase Teaser =teaser */
/* - - - - - - - - - - - - - - - - - - - - */

.sprechblase {
	position: relative;
	display: block;
	background: #b1c5de;
	width: 66%;
	margin: -1rem auto 0.5rem auto;
	padding: 0.1rem 0.5rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
	z-index: 200 !important;
}

/* pvd: das CSS3 Dreieck */

.articleLabel01::before,
.articleLabel02::before,
.articleLabel03::before,
.articleLabel04::before {
	position: absolute;
	top: -12px;
	left: 20px;
	content: "";
	width: 0px;
	height: 0px;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #b1c5de transparent;
}
.articleLabel02 {
	background: #ffc700;
}
.articleLabel03 {
	background: #7bb2b5;
}
.articleLabel04 {
	background: #6A91B8;
}
.articleLabel02::before {
	border-color: transparent transparent #ffc700 transparent;
}
.articleLabel03::before {
	border-color: transparent transparent #7bb2b5 transparent;
}
.articleLabel04::before {
	border-color: transparent transparent #6A91B8 transparent;
}
.articleLabel p {
	margin: 0;
}
.articleLabel strong {
	text-transform: uppercase;
	font-weight: normal;
}
.articleLabel i {
	font-family: webfontItalic;
}

/* pvd: hier die Links in schön */

.linkliste {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
.linkliste a {
	display: inline-block;
	min-width: 210px; /* pvd: war 218px */
	background-color: #DEE6F0;
	color: #0b294e;
	border-radius: 7px;
	padding: 10px;
	margin: 0 5px;
	opacity: 1;
}
.linkliste a:hover {
	opacity: 0.6;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Content - Normaler Text                 */
/* - - - - - - - - - - - - - - - - - - - - */

/* basiert auf Mutter aller Schriften s. =fonts

/* - - - - - - - - - - - - - - - - - - - - */
/* Content - Icons                         */
/* - - - - - - - - - - - - - - - - - - - - */

.iconBar {
	display: block;
	text-align: center;
	/* border: red 2px dotted; */
	margin: 0.5rem auto;
}
.iconBar a {
	margin: 0 0.5rem;
	opacity: 1;
}
.iconBar a:hover {
	opacity: 0.7;
}
img.icon {
	height: 3rem;
	width: 3rem;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Content - Lightbox Fancybox =fancy      */
/* - - - - - - - - - - - - - - - - - - - - */

a.fancybox {
	float: left;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Modulseiten 1-spaltig =modul            */
/* - - - - - - - - - - - - - - - - - - - - */

article.category-dco-modul div.articlePic {
	float: none;
	display: none;
}
article.category-dco-modul div.entry-content {
	float: none;
	/* background: yellow; */
}
article.category-dco-modul div.entry-content table.tablepress {
	float: none;
	width: 100%;
	margin: 1.5rem 0;
	font-size: 0.66rem;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Spezielle Formatierung =special         */
/* - - - - - - - - - - - - - - - - - - - - */

hr.lineSoft {
	background: #C1D1E3;
	margin: 0.25rem 15% 0.25rem 15%;
	height: 2px;
	border: 0 none;
}
hr.clear {
	visibility: hidden;
	height: 0px;
	width: 0px;
	clear: both;
}
.textBlau {
	font-family: webfontItalic;
	color: #6B8FB9;
	font-size: 1.1rem;
	line-height: 1.4rem;
	letter-spacing: 0.03rem;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Seiten pages =seiten                    */
/* - - - - - - - - - - - - - - - - - - - - */

.pageCenter {
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* KATEGORIELISTEN =kategorie =category    */
/* - - - - - - - - - - - - - - - - - - - - */

div.categoryList div.article div.flexInhalt {
	margin: 0 0 3rem 0;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* PRESSE =presse                          */
/* - - - - - - - - - - - - - - - - - - - - */

.listePfeil ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
.listePfeil ul li {
	list-style-type: none;
	line-height: 130%;
	padding: 0 0 0.2rem 0.1rem;
	margin: 0 0 0 0;
}
/* font-family: 'Genericons'; pvd: nicht mehr installiert */
.listePfeil ul li:before {
	content: '➖'; /* ⬢ ⚈ ⚪ ⚫ ▼ */
	font-size: 0.8rem;
	display: inline;
	color: #6B8FB9;
	vertical-align: 3%; /* war: -16% */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0.5rem 0 0.2rem;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Matrix-Anordnung z.B. Ansprechpartner   */
/* - - - - - - - - - - - - - - - - - - - - */

div.miniListe {
	/* background: BlanchedAlmond; */
	margin: 0 0 2rem 0;
}
#primary.dcoMatrix .matrixArticle {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 2rem 0;
	/* background: linen; */
}
div.miniListe .matrixPic {
	text-align: center;
}
div.miniListe .matrixPic img {
	max-width: 140px;
	height: auto;
}
div.miniListe .matrixContent {
	color: #0b294e;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 0 0.5rem;
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Matrix-Anordnung KOMPAKT (Presse etc.)  */
/* - - - - - - - - - - - - - - - - - - - - */

#primary.listeKompakt .matrixContent p {
	line-height: 1.1rem;
	margin: 0 0 0.4rem 0;
}
#primary.listeKompakt .matrixContent h4 {
	line-height: 1.1rem;
	margin: 0 0 0.2rem 0;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* ACF mehr content unter entry-content    */
/* - - - - - - - - - - - - - - - - - - - - */

div.contentACF {
	text-align: left;
	overflow: auto;
	margin: 0 1rem;
	/* background: linen; */
}
div.infoBox {
	position: relative;
	text-align: left;
	margin: 0.5rem 0 1rem 0;
	padding: 0.5rem 1rem 0.1rem 1rem;
	background: #E2EAF3;
}
div.angebot,
div.angebotPlusBild {
	position: relative;
	padding: 0.5rem 0;
	border-top: 2px solid #6B8FB9;
	/* background: linen; */
}
div.angebotPlusBild {
	min-height: 140px;
}
div.angebot p {
	margin: 0;
	padding: 0;
}
div.angebotBild { /*%%%*/
	display: block;
	width: 100%;
	overflow: hidden;
}
div.angebotBild img {
	width: 100%;
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* ACF Mini Bild und Text, Ansprechpartner */
/* - - - - - - - - - - - - - - - - - - - - */

.miniInhalt {
	position: relative;
	display: block;
	display: flex;
	margin-bottom: 1rem;
	overflow: auto;
	/* background: MistyRose; */
}
.miniBild {
	display: block;
	max-width: 140px;
	margin-right: 1rem;
}
.miniText {
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* ACF Galerie - nur bei Single =acf       */
/* - - - - - - - - - - - - - - - - - - - - */

div.galerieACF {
	display: block;
	margin: 20px 0 0 0;
	/* line-height: 0; */
	column-count: 5;
	-moz-column-count: 5;
	column-gap: 10px;
	-moz-column-gap: 10px;
	/* background: darkseagreen; */
}
div.galerieACF img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Kalender & EventsManager =kalender      */
/* - - - - - - - - - - - - - - - - - - - - */

div.kalender {
	text-align: center;
}
div.kalender a {
	display: inline-block;
	margin: 0.5rem;
	opacity: 1;
}
div.kalender a:hover {
	opacity: 0.6;
}
div.kalender img {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - */

div.eventPic img {
	width: 70% !important;
	height: 70% !important;
	padding: 10%;
}

#em-wrapper {
	text-align: center;
	/* background: powderblue; */
}
#em-wrapper a img {
	width: 60px;
	height: 60px;
	margin: 0;
}
.event-dco-liste {
	text-align: left;
}
.event-dco-eintrag {
	position: relative;
	background: white;
	padding: 10px 10px 10px 80px;
	margin: 0 0 1rem 0;
	min-height: 80px;
}
.event-dco-bild {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 10px;
	/* background: url(images/event-dco-bild-PNG.png") */
}
.event-dco-bild a {
	display: block;
	opacity: 1;
}
.event-dco-bild a:hover img {
	opacity: 0.7:
}
.event-dco-bild a img {
	margin: 0;
	padding: 0;
}

.event-dco-datum {
}
.event-dco-text a {
}
div.event-dco-mini-kalender {
	background: url("images/fond-GIF.gif") repeat fixed center center #5e8bcf;
	float: right;
	margin: 0;
	width: 240px;
	padding: 10px 0 0 20px;
}
div.event-dco-mini-kalender li {
	list-style: none;
}
div.css-search {
	border: 0;
	background: transparent;
	padding: 0;
}

.em-search input, 
input.em-search-text {
	border: 3px solid #C5D2EA !important;
	width: 70%;
}
div.em-search-text,
div.em-search-field {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.em-search label {
	display: inline-block;
	padding: 0 10px 0 0;
}
.em-search-submit:before {
	content: "?";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

/* pvd: die Bilder einer Veranstaltung verkleinern */
div.event img {
	width: 80px;
	height: 80px;
	/* border: red 2px dotted; */
}

/* - - - - - - - - - - - - - - - - - - - - */
/* what ever                               */
/* - - - - - - - - - - - - - - - - - - - - */

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: rgba(255,255,255,0);
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Artikel und Seiten =article             */
/* - - - - - - - - - - - - - - - - - - - - */

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 1rem;
	margin-left: 1rem;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}



.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: webfont, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: webfont, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: webfont, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: webfont, sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Postformats                             */
/* - - - - - - - - - - - - - - - - - - - - */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Footer =footer                          */
/* - - - - - - - - - - - - - - - - - - - - */

.site-footer {
	padding: 0;
	text-align: center;
	background: #6b8fb9; /* pvd: war #0B294E; */
}
.site-footer img.icon {
	opacity: 0.7;
}
.site-footer ul.menu {
	list-style: none;
	margin: 1rem 0;
}
.site-footer ul.menu li a {
	color: white;
	opacity: 0.7;
}
.site-footer ul.menu li a:hover {
	opacity: 1;
}
#footerHead {
	background: #f3f6fa;
}
#footerSuperlinks {
	padding: 1.5rem;
	overflow: auto;
}
#footerSuperlinks a {
	position: flex;
	display: inline-block;
	width: 140px;
	padding: 10px;
	margin: 0.5rem 0.25rem;
	border-radius: 7px;
	background-color: #9DB5D1;
	color: white;
	text-transform: uppercase;
	opacity: 1;
}
#footerSuperlinks a:hover {
	opacity: 0.7;
}
#footerSuperlinks a.superLink02 {
	background-color: #99B9B7;
}
#footerSuperlinks a.superLink03 {
	background-color: #C7AB7C;
}
#footerSuperlinks a.superLink04 {
	background-color: #E6A236;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Footer-Links                            */
/* - - - - - - - - - - - - - - - - - - - - */

#footer-links {
	/* background: #4B6482; */
	padding: .75rem 0 1.5rem 0;
	width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Sitemap                                 */
/* - - - - - - - - - - - - - - - - - - - - */

#siteMap {
	background: #4B6482;
	padding: 0.75rem 0;
	width: 100%;
	/* display: none; */
}
#siteMap .flexKind {
	width: 100%;
}
#siteMap .flexKind ul.menu {
	text-align: center;
	text-transform: uppercase;
}
#siteMap .flexKind ul li {
	list-style: none;
}
#siteMap .flexKind ul li ul.sub-menu {
	margin: 0;
	text-transform: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Footer-Traeger                          */
/* - - - - - - - - - - - - - - - - - - - - */

#footer-traeger {
	color: rgba(255,255,255,0.8);
	background: #133556;
	padding: 2rem 0 3rem 0;
	width: 100%;
}
#footer-traeger a {
	position: flex;
	display: inline-block;
	width: 140px;
	padding: 0;
	margin: 0.5rem 0.25rem;
	opacity: 1;
}
#footer-traeger a:hover {
	opacity: 0.7;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Media                                   */
/* - - - - - - - - - - - - - - - - - - - - */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Captions                                */
/* - - - - - - - - - - - - - - - - - - - - */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Galleries                               */
/* - - - - - - - - - - - - - - - - - - - - */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Banner (Vorschau | Archive | Kinder)    */
/* - - - - - - - - - - - - - - - - - - - - */

div.articlePic {
	overflow: hidden;
}
div.istVorschau div.articlePicMobile {
	display: block;
}
div.istVorschau div.articlePicDesktop {
	display: none;
}
div.istVorschau div.articlePicMobile,
div.isPreview div.articlePic {
	position: relative;
	display: block;
}
div.istVorschau div.articlePic:before,
div.isPreview div.articlePic:before {
	content:'VORSCHAU';
	font-size: 1.2rem;
	color: white;
	position: absolute;
	left: -0.5rem;
	top: 10px;
	background: #6B8FB9;
	padding: 0.35rem 0.5rem 0.3rem 1rem;
	line-height: 100%;
/*	transform: perspective(1px) rotate(-15deg); */
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}
div.isPreview div.articlePic:before {
	content:'PREVIEW';
}

/* - - - - - - - - - - - - - - - - - - - - */
/* SHORTCODE sondertext                    */
/* - - - - - - - - - - - - - - - - - - - - */

div.sondertext {
	position: relative;
	border-radius: 4px;
	padding: 0.1rem 1rem 0.1rem 1rem;
	margin: 0 0 1rem 0;
	color: white;
	background: #FF9C00;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Header-Headline-Texte =headline         */
/* - - - - - - - - - - - - - - - - - - - - */

div.header-headline h4 {
	line-height: 140%;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Gutenberg: START                        */
/* - - - - - - - - - - - - - - - - - - - - */

p.has-background,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background {
	padding: 10px 10px;
}

.wp-block-button__link {
	padding: 8px 24px;
	opacity: 1;
}
.wp-block-button__link:hover {
	padding: 8px 24px;
	opacity: 0.8;
}

a.has-pale-cyan-blue-background-color {
	background-color: #B1C5DE !important;
}

p.has-cyan-bluish-gray-background-color {
	background-color: #E2EAF3 !important;
}

.wp-block-column p {
	margin: 0 0 1em 0;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* Gutenberg: ENDE                         */
/* - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - */
/* Kinder: Navigation =kinder =kids        */
/* - - - - - - - - - - - - - - - - - - - - */

a.menu-item-kinder {
	color: #FFAD12 !important; /* orange */
	font-family: webfontKids;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Kinder: Kategorie Überschriften         */
/* - - - - - - - - - - - - - - - - - - - - */

div.kinder-cat .header-headline h2,
div.kinder-cat .header-headline h3
{
	text-align: center;
}
div.kinder-cat .header-headline h4 {
	font-size: 1.4rem;
	color: #244E80;

}
div.kinder,
div.kinder-cat .flexInhalt {
	font-size: 1.4rem;
	color: #244E80;

	background-color: #ECF3F7;

	background: 
		linear-gradient(135deg, #D6F0F5 10%, #ECF3F7 10%, #ECF3F7 40%, #D6F0F5 40%, #D6F0F5 60%, #ECF3F7 60%, #ECF3F7 90%, #D6F0F5 90%);
	background-size: 60px 60px;
	background-position: 50px 50px;

/*
		repeating-linear-gradient(45deg, #d6eef5, 30%, transparent 50%),
		repeating-linear-gradient(#d6f0f5, 10%, transparent 50%);
		background-size: 50px 50px;
*/

	/* border: 12px #E5BD27 dotted; */
	border-radius: 50px;
	margin-bottom: 2rem;
}
div.kinder {
	text-align: center;
	overflow: hidden;
}
div.kinder::after {
	content:" ";
	display: block;
	width: 100%;
	height: 500px;
	/* background-color: rgba(111,222,111,0.3); */
	background-repeat: no-repeat;
	background-image: url('https://www.mfk-berlin.de/dco/footer.png');
	background-size: 100% auto;
	background-position: bottom center;
}

div.kinder .flexInhalt {
	display: block;
}
div.kinder .flexKind {
	display: block;
	width: 100%;
	margin-top: 2rem;
}

div.kinder h2,
div.kinder h2 a,
div.kinder h3 {
	/* color: #F355AE !important; /* pink */
	color: #fa9c00 !important; /* orange */
	/* color: #45B1B6 !important; /* türkis */
	margin: 2rem auto;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: webfontKids;
	font-size: 2.4rem;
	text-align: center !important;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.8); */
}
div.kinder h3 {
	text-transform: none;
	font-size: 1.8rem;
}
div.kinder a {
	color: #E88E00;
	border-bottom: 2px dashed #FFAD12;
	transition: all 0.8s;
}
div.kinder a:hover {
	color: #F853AB;
	border-bottom-color: #F853AB;
	transition: all 0.2s;
}

div.kinder div.articleTitle a,
div.kinder div.buttonTextLink a {
	border-bottom: none;
}

div.kinder .contentWP,
div.kinder .contentACF,
div.kinder div.infoBox {
	display: block;
	width: 80% !important;
	margin: 0 auto;
}

/* Infobox */

div.kinder div.infoBox {
	margin: 2rem auto;
	border: 6px dashed #FFAD12;
	border-radius: 30px;
	background: rgba(255,255,255,0.5);
}

/* Bilder */

div.kinder div.articlePicMobile img {
	display: inline-block;
	margin-top: 30px;
}
div.kinder img {
	display: block;
	width: 80% !important;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0 5px 12px 1px rgba(0,0,0,0.4);
}

/* Kategorie-Übersicht */

div.kinder-cat .flexInhalt {
	border-radius: 50px;
}
div.kinder-cat .flexKind div.contentWP {
	padding: 25px 20px 50px 0;
}
div.kinder-cat .articlePic a img {
	border-radius: 30px;
	width: 90% !important;
	margin: 22px 10px 30px 10px;
	box-shadow: 0 5px 12px 1px rgba(0,0,0,0.4);
}
div.kinder-cat h2,
div.kinder-cat h2 a,
div.kinder-cat h3 {
	color: #fa9c00 !important; /* orange */
	font-family: webfontKids;
	font-size: 2.0rem;
	text-align: left;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.8); */
	margin: 0 0 0.6rem 0;
}
div.kinder-cat h3 {
	text-transform: none;
	font-size: 1.5rem;
}
div.kinder-cat a.categoryReadMore {
	right: 30px;
	bottom: 15px;
}
div.kinder-cat a.categoryReadMore::after {
	content: "Will ich sehen!  ▶";
	font-family: webfontKids;
	color: #fa9c00 !important; /* orange */
	/* text-shadow: 0px 1px 2px rgba(0,0,0,0.8); */
}
div.kinder-cat a.categoryReadMore img {
	visibility: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Kinder: mobile =kids-mobile             */
/* - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 700px) {

	div.kinder {
		border-radius: 0px;
	}

	div.header-headline {
		margin-top: 1rem;
	}

	div.kinder-cat .flexKind div.contentWP {
		padding: 25px 10px 50px 10px;
	}

	div.kinder-cat h2,
	div.kinder-cat h3 {
		text-align: center;
	}

	div.kinder img {
		width: 100% !important;
	}

	div.kinder::after {
		height: 330px;
	}
}
