/*
Theme Name: fkb
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: fkb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.sticky {

}
/* Kacheln Homepage */
#kachel {
	margin: 0 20px 40px 20px !important;
	width:calc(100% - 40px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
}
@media screen and (max-width: 768px) {
	#kachel {
		margin: 0 20px 20px 20px !important;
		width: calc(100% - 10px);
		grid-column-gap: 20px;
	}
}


/* =Fonts
-------------------------------------------------------------- */
/* then for WOFF-capable browsers */
@font-face {
  font-family: MuseoSansRounded900;
  src: url("fonts/MuseoSansRounded-900Web.woff") format("woff");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: MuseoSansRounded700;
  src: url("fonts/MuseoSansRounded-700Web.woff") format("woff");
}
/* then for WOFF-capable browsers */
@font-face {
    font-family: MuseoSansRounded500;
    src: url("fonts/MuseoSansRounded-500Web.woff") format("woff");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: MuseoSlab500;
  src: url("fonts/Museo_Slab_500Web.woff") format("woff");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: MuseoSlab500italic;
  src: url("fonts/Museo_Slab_500italicWeb.woff") format("woff");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: MuseoSlab700;
  src: url("fonts/Museo_Slab_700Web.woff") format("woff");
}
/* Font Awesome 4 */
@font-face {
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
    outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #0099a9;
	border: 0;
	height: 2px;
	margin: 1em 0 2em 0;
    display: block;
    width:100%;
    clear:both;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
}
em {
    font-family: "MuseoSlab500italic", Arial, sans-serif ;
    font-style: normal;
}
strong, b {
  font-weight: normal;
  font-family: "MuseoSlab700", Arial, sans-serif ;
  white-space: normal;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.wrapper,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
.search input:hover,
.search input:focus {
	border: 1px solid #ccc !important;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border: 1px solid #d2d2d2;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height:auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.clear {
	clear: both;
	height: 0;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption.alignright { margin:0 0 5px 20px;}
.wp-caption.alignleft { margin:0 20px 5px 0px;}

.wp-caption-text {
    font-size: 0.75em;
    line-height: 1.5em !important;
	color: #000;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
/*	max-width: 90%;*/
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content .nav-single {
	position: absolute;
	right:0;
	top:100px;
	line-height: 2em;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: right;
    text-align: right;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Navigation
-------------------------------------------------------------- */
#site-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 1000;
}
.main-navigation span {
	visibility: hidden;
	margin: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	overflow-x: hidden;
	text-align: center;
	opacity: 0;
	background-color: #0099a9;
}

#nav-wrapper {
	max-width: 1120px;
	padding:0 20px;
	margin:15% auto 0 auto;
}

.main-navigation span ul {
	width:100%;
	list-style: none;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
}
.menu-hauptnavigation-container ul.menu {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	-moz-column-fill: auto;
	column-fill: auto;
	height:230px;
}
.main-navigation ul ul {
	display: none;
}
.main-navigation ul li a {
	font-size: 1.5em;
	margin-bottom: 1.4em;
	line-height: 1.1em;
	font-family: "MuseoSansRounded900", Arial, sans-serif;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-page-ancestor a,
.main-navigation ul li.current-menu-item a {
	color:#fff;
}
.main-navigation ul li ul li {
	float: none;
	display: block;
	margin: 0;
	width: 100% !important;
}
.main-navigation ul li ul li a {
	font-size: 1.125em;
	margin-bottom: 1em;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
}
/* Suche */
.suche  {
	max-width: 1160px;
	margin: 25px auto;
	padding: 0;
	background-color: #fff;
	text-align: left;
}
.suche .search-field {
	width: calc(100% - 100px);
	border: none;
	border-radius: 0;
	font-family: "MuseoSansRounded500", Arial, sans-serif;
	font-size: 1.5em;
	color:#000;
	padding:25px 20px 25px 20px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
	color: #000;
	font-family: "MuseoSansRounded500", Arial, sans-serif;
}
/* Service Menu */
.nav-menu .menu-footer-container  {
	text-align: center;
	margin:50px auto 0 auto;
	/*width: 70%;*/
}
.nav-menu .menu-footer-container ul,
.nav-menu .menu-footer-container li {
	display: -webkit-flex;
	display: flex;
}

.nav-menu .menu-footer-container li {
	-webkit-flex: 1;
	flex: 1;
}
.nav-menu .menu-footer-container li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-family: "MuseoSansRounded500", Arial, sans-serif;
}
/* Small menu. */
.menu-toggle {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100002;
	background: none;
	border: none;
	padding:20px;
}
.menu-toggle:hover {
	background: none;
	border: none;
}

.main-navigation.toggled {
	z-index: 1002 !important;
}
.main-navigation.toggled span {
	display: block;
	top: 0;
	left: 0;
	visibility: visible;
	-webkit-transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.2s;
	transition: opacity ease 0.2s;
	opacity: 1;
	background-color: rgba(0,153,169,0.95);
}

.site-main .comment-navigation,
.site-main,
.post-navigation {
	margin: 0 0 1.5em 0;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* to-top button */
.back-to-top {
	color:#fff;
	position: fixed;
	bottom:20px;
	right:20px;
	height: 50px;
	width:50px;
	z-index: 999;
	text-decoration: none;
	background: url("images/top.png") center center no-repeat #0099A9;
	background-size: 25px;
	cursor: pointer;
	border-radius: 4px;
}

/* Mobile Navigation
-------------------------------------------------------------- */
.cookcodesmenu_menu {
	display:none;
}
.cookcodesmenu_menu li.current-menu-ancestor > a a,
.cookcodesmenu_menu li.current-menu-ancestor > a .cookcodesmenu_arrow,
.cookcodesmenu_menu li.current-menu-item > a,
.cookcodesmenu_menu li.current-menu-ancestor li li.current-menu-item a,
.cookcodesmenu_menu li.current-menu-ancestor li.current-menu-item > a,
.cookcodesmenu_menu li.current-menu-ancestor li.current-menu-item > a .cookcodesmenu_arrow,
.cookcodesmenu_menu li.current-menu-ancestor li.current-menu-item > a a,
.cookcodesmenu_menu li.current-menu-item > a a,
.cookcodesmenu_menu li.current-menu-item > a .cookcodesmenu_arrow {
	color:#000 !important;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

html, body {
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
    height:100%;
}
body.custom-font-enabled {
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
#top {
  height:0;
  width:0;
}

a {
	outline: none;
	color: #0099a9;
    text-decoration: none;
    font-family: "MuseoSansRounded700", Arial, sans-serif ;
}

a:hover {
    text-decoration: none;
}
.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid #0099a9;
}

/* Page structure */
.site {
	padding: 0px;
    max-width: 1160px;
    margin: 0 auto;
}
.site-content {
	margin: 0px;
    width:100%;
}
#page {
    min-height: 100%;
    height:auto !important;
    height:100%;
    overflow: hidden !important;
    background-color: #fff;
}
#main {
  	background-color: #fff;
    padding:0 0 70px 0;
    position:relative;
}
#submenu {
  position: absolute;
  top:117px;
  left:20px;
  width:220px;
	margin-bottom: 1em;
}

#content {
	margin: 31px 150px 0 0px;
	float:right;
	width:700px;
	font-size: 14px;
}

/* Header */
.site-header {
	padding: 0;
    position: relative;
    height:176px;
}
.site-header .logo {
  position:absolute;
  top:20px;
  right:70px;
  z-index:1001;
}
.cookcodes-logo {
	display: none;
}

/* Breadcrump */
#breadcrump {
    display:block;
    width:100%;
    margin: 50px 0 0 20px;
}
#breadcrump h1,
#breadcrump h1 a {
	color: #0099A9;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    font-weight: normal;
    font-size: 29px;
	line-height: 1.4em;
}
#breadcrump h1 a:hover {
    text-decoration: none;
    border-bottom: 2px solid #0099a9;
}
#breadcrump h1 img {
  margin:0 -2px 0 0;
    height:20px;
    width: auto;
}
#breadcrump .delimit {
  font-style: italic;
	margin: 0 0.2em 0 0.1em;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0px;
	word-wrap: break-word;
}
.widget-area .widget_nav_menu {
    font-size: 0.8125em;
}
.widget-area .widget p,
.widget-area .widget .textwidget {
	font-size: 0.875em;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .widget a {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "MuseoSansRounded900", Arial, sans-serif ;
    padding: 0.6em 0 0.6em 0;
    display:block;
}
.widget-area .widget a:hover {
	color: #0099A9;
}
.widget-area .widget li.current-page-ancestor a,
.widget-area .widget li.current-post-ancestor a,
.widget-area .widget li.current-menu-item a {
    color: #0099A9;
}
.widget-area .widget li.current-page-ancestor a:after,
.widget-area .widget li.current-menu-item a:after {
    content:" " url(images/slash_nav.png);
}

#submenu .widget-area a {
	color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    padding: 0.6em 0 0.6em 0;
    display:block;
    font-size: 0.8125em;
    line-height: 1.2em;
}
#submenu .widget-area ul.children  a {
    padding: 0 0 0.6em 0;
    font-family: "MuseoSansRounded700", Arial, sans-serif;
}
#submenu .widget-area ul.children {
    margin-bottom: 0.5em;
}
#submenu .widget-area a:hover {
	color: #0099A9;
}
#submenu .widget-area li.current_page_item > a,
#submenu .widget-area li.current_page_parent > a {
    color: #0099A9;
}
#submenu .widget-area li.current_page_item > a:after,
#submenu .widget-area li.current_page_parent > a:after {
    content:" / ";
	font-style: italic;
	margin: 0 0.2em 0 0.1em;
	font-family: "MuseoSansRounded900", Arial, sans-serif;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer {
	clear: both;
	width: 100%;
	padding: 7px 0;
	position:fixed;
	bottom:0;
	text-transform: uppercase;
	font-family: "MuseoSansRounded700", Arial, sans-serif;
	font-size: 0.75em;
	z-index: 100;
}
footer .wrapper {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
footer a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle !important;
	padding: 7px;
}
footer ul li:before {
	content:" | ";
	color:#fff;
}
footer ul li:first-child:before {
	content:none;
}
footer ul li:first-child a {
	padding-left: 0;
}
footer a:hover,
footer ul li.current-menu-item a {
	color: #0099A9;
}
footer ul li {
	display:inline-block;
}
footer .wrapper-social #facebook,
footer .wrapper-social #youtube,
footer .wrapper-social #instagram,
footer .wrapper-social {
	float:left;
}
footer #facebook a,
footer #youtube a,
footer #instagram a {
	padding-right:10px;
}
footer #facebook a:before {
	content: '\f082';
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
	vertical-align: top;

}
footer #youtube a:before {
	content: '\f16a';
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
	vertical-align: top;

}
footer #instagram a:before {
	content: '\f16d';
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
	vertical-align: top;

}
footer #search {
	display: none;
}
footer .menu-footer-container {
	float:right;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1em;
    display:none;
}
/* Header werden fuer News-Seite angezeigt */
.category-kulturtipps .entry-header,
.category-news .entry-header,
.news .entry-header,
.home .entry-header {
	margin-bottom: 0;
    display:block;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-content h1,
.comment-content h1 {
	margin: 0 0 1em 0;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    color: #0099a9;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 16px;
}
.entry-content h1 em,
.comment-content h1 em {
  font-family: "MuseoSansRounded900", Arial, sans-serif;
	font-style: italic;
}
.entry-content h2,
.comment-content h2,
.widget_page_in_widget h2,
.entry-content h3,
.comment-content h3,
.widget_page_in_widget h3,
.entry-content h4,
.comment-content h4,
.widget_page_in_widget h4,
.entry-content h5,
.comment-content h5,
.widget_page_in_widget h5,
.entry-content h6,
.comment-content h6,
.widget_page_in_widget h6 {
	margin: 0 0 1em 0;
    font-family: "MuseoSansRounded700", Arial, sans-serif;
    color: #0099a9;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
    font-size: 16px;
}
.entry-content h2 em,
.comment-content h2 em,
.widget_page_in_widget h2 em,
.entry-content h3 em,
.comment-content h3 em,
.widget_page_in_widget h3 em,
.entry-content h4 em,
.comment-content h4 em,
.widget_page_in_widget h4 em,
.entry-content h5 em,
.comment-content h5 em,
.widget_page_in_widget h5 em,
.entry-content h6 em,
.comment-content h6 em,
.widget_page_in_widget h6 em {
  font-family: "MuseoSansRounded700", Arial, sans-serif;
	font-style: italic;
}
.entry-content span.legende {
    font-size:0.75em;
    line-height: 0em !important;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 1em 0;
    line-height: 1.5em;
}
.widget_page_in_widget,
.widget_page_in_widget p,
.widget_page_in_widget p a {
    font-family: "MuseoSansRounded700", Arial, sans-serif !important ;
	margin: 0 !important;
    line-height: 1.32em;
    color:#0099a9 !important;
    text-transform: none !important;
    font-size: 0.95em !important;
    padding:0 !important;
}
.widget_page_in_widget p a:after {
    content:" >";
}
.widget_page_in_widget img {
    margin-bottom:1em;
}
.widget_page_in_widget h1 {
	margin: 0;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    color: #0099a9;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1em;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 1em 0;
    line-height: 1.5em;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 1.5em;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
img.alignleft {
	margin: 0px 1em 1em 0;
}
img.alignright {
	margin: 0px 0 1em 1em;
}
img.aligncenter {
	margin-top: 0px;
	margin-bottom: 1em;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
/* homepage
-------------------------------------------------------------- */
#foerderlogos {
	width:100%;
	clear:both;
	text-align: center;
	font-size: 12px;
	font-family: "MuseoSansRounded500", Arial, sans-serif;
}
.category-homepage .entry-header {
    display: block;
}
.info-home {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    color: #0099a9;
    font-family: "MuseoSansRounded900",Arial,sans-serif;
    font-size: 19px;
    font-weight: normal !important;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    margin:50px 0 48px 20px;
    max-width:100%;
}
#claim {
	margin: 30px 20px 30px 20px;
}
#claim h1 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #000;
	font-family: "MuseoSansRounded900",Arial,sans-serif;
	font-size: 19px;
	font-weight: normal !important;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin:0;
}
#nobox {
    display:none;
}
/* startseite + kulturtipps
-------------------------------------------------------------- */
.news #breadcrump h1 img,
.kulturtipps #breadcrump h1 img {
    display:none;
}
.news #breadcrump .current,
.kulturtipps #breadcrump .current {
    display:none;
}
.category #submenu {
    display:none;
}
.category #content {
    float: none;
    margin: 41px 0 0 20px;
    width: 100%;
}
.single #content {
    float: none;
    margin: 41px 0px 0 20px;
    width: 990px;
}
.single .entry-header,
.single .entry-content {
    max-width:560px;
    float:left;
}
.single .entry-content{
    clear:left;
}
/* startseite: Boxen
-------------------------------------------------------------- */
.home #content{
	float: none;
	margin: 20px 0 50px 20px;
	width: calc(100% - 40px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
}
.home #box #thumbnail {
	position: relative;
	/*height:160px;*/
	overflow: hidden;
	width:100%;
	background-color: transparent;
	margin-bottom: 10px;
}
.home #box #thumbnail img {
	/*position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.home #box {
	/*height:290px;*/
	position: relative;
}
.home #box p {
	margin: 0;
	color:#000;
	font-size: 14px;
	line-height: 18px;
	font-family: "MuseoSansRounded500", Arial, sans-serif;
	display: inline;
}
.home #box:hover p,
.home #box:hover h1 {
	color: #0099a9 !important;
}
.home #box:hover img {
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity = 60)";
	opacity: .6;
}
.home #box h1 {
	font-size: 13px;
	margin-bottom:0em;
	color:#000;
	text-transform: uppercase;
	font-family: "MuseoSansRounded900", Arial, sans-serif;
	line-height: 1.5em;
	display: block !important;
	font-weight: normal;
}
@media screen and (max-width: 1160px) {
	.home #content {

	}
}
@media screen and (max-width: 768px) {
	.home #box {
		background-color: #fff;
		padding: 15px;
	}
	.home #content{
		width: calc(100% - 10px) !important;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		margin: 0 20px 40px 20px !important;
		grid-row-gap: 20px;
	}
	.home #box #thumbnail {
		margin-bottom: 5px;
	}
}
@media screen and (max-width:330px) {
	.home #content{
		width: calc(100% - 10px) !important;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
		margin: 0 20px 40px 20px !important;
	}
}
/* kulturtipps: Boxen
-------------------------------------------------------------- */
.category #box #thumbnail {
    height: 160px;
    overflow: hidden;
    margin:0 0 20px 0;
    width:250px;
    position: relative;
    background-color: transparent;
}
.category #box #thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.category #box {
    float:left;
    width:250px;
    height:290px;
    margin:0 40px 20px 0;
    position: relative;
}
.single .entry-title {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: normal !important;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    color:#0099a9;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
.category #box .entry-header {
    margin-bottom:0;
}
.category #box p {
    margin: 0;
    color:#000;
    font-size: 14px;
    line-height: 18px;
    font-family: "MuseoSansRounded500", Arial, sans-serif;
    display: inline;
}
.category #box:hover p,
.category #box:hover h1 {
    color: #0099a9 !important;
}
.single #thumbnail {
    float:right;
}
#box .boxLinks {
     position: absolute;
     top:0;
     left:0;
     width: 100%;
     height:100%;
    z-index: 100;
 }
.category #box:hover img {
    filter: alpha(opacity = 60);
    -ms-filter: "alpha(opacity = 60)";
    opacity: .6;
}
.category #box h1 {
    font-size: 13px;
    margin-bottom:0em;
    color:#000;
    text-transform: uppercase;
    font-family: "MuseoSansRounded900", Arial, sans-serif;
    line-height: 1.5em;
    display: block !important;
    font-weight: normal;
}
/* Suchergebnisse
-------------------------------------------------------------- */
.search .entry-header {
      display:block;
  }
.search-results .entry-header {
    margin-bottom: 0;
}
.search-results article  {
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.search-results article h1 {
    font-family: "MuseoSlab700",Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.search-results .entry-content {
    padding: 1em 0 0 0;
    border-top: 2px solid #0099a9;
    margin:2em 0 0 0;
}
.search-no-results h1.entry-title  {
    color: #0099a9;
    font-family: "MuseoSansRounded900",Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}
/* Kuenstlerinnen neu
-------------------------------------------------------------- */
h1.kuenstlerin {
  border-bottom: 2px #0099a9 solid;
  padding:1em 0 0.5em 0;
  margin:0 0 0.5em 0;
  line-height: 1em;
}
h1.kuenstlerin a:after {
  content:none;
}
p.kuenstlerin {
  margin-bottom:1em !important;
}
.kuenstlerin-content p {
	margin: 0 0 0em 0;
	line-height: 1.5em;
}
.kuenstlerin-content p:last-child {
	margin: 0 0 1em 0;
}

#AbisZ {
    margin-top:-0.75em;
    margin-bottom:1em;
}
#AbisZ p a {
    background-color: #0099a9;
    color: #fff;
    padding: 5px 7px;
    text-align: left;
    text-decoration: none;
    margin:0 3px 3px 0;
    border:1px #0099a9 solid;
    vertical-align: middle;
    font-family: "MuseoSansRounded700", Arial, sans-serif;
	display: inline-block;
}
#AbisZ p a:hover {
    background-color: #fff;
    color: #0099a9;
    border:1px #0099a9 solid;
}
#AbisZ p a:after {
    content:none;
}
.required {
	color: #0099a9;
}


/* =Front page template
-------------------------------------------------------------- */
.home .site-header .mobile {
    display:none;
}
.home .site-header {
    height: 335px;
}
.home .site-header .logo-anim {
  	position:absolute;
  	top:20px;
  	right:0px;
  	width:1160px;
  	height:386px;
	overflow: hidden;
	/*z-index: 1;*/
}
.bxslider li {
	top:0px;
	left:0;
	height: 386px;
}
.bxslider .grafik {
	position: absolute;
	right: 0;
	top:0;
	z-index: 1001;
}
.bxslider .claim {
	position: absolute;
	bottom:95px;
	left:0;
	z-index: 1001;
}
.bxslider .claim1,
.bxslider .claim2 {
	float: left;
	color: #0099a9;
	font-family: "MuseoSansRounded900", Arial, sans-serif;
	text-transform: uppercase;
}
.bxslider .claim1 {
	font-size: 86px;
	width:200px;
}
.bxslider .claim2 {
	font-size: 34px;
	margin-top: 0.2em;
	line-height: 1.05em;
}
.home #teaser {
	position: relative;
	width:100%;
	overflow: hidden;
	padding:50px 20px 30px 20px;
	/*z-index: 1001;*/
}
.bxsliderTeaser h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "MuseoSansRounded900",Arial,sans-serif;
	font-size: 19px;
	margin-bottom: 0.2em;
}
.bxsliderTeaser p {
	font-family: "MuseoSansRounded500",Arial,sans-serif;
	font-size: 19px;
	line-height: 1.3em;
}
.bxsliderTeaser ul li {
	width:100% !important;
}

/* = Wordpress Galerie
-------------------------------------------------------------- */
.gallery a:after {
    content:"";
}
.gallery a,
.gallery a:hover {
    border:none;
}
.gallery img {
    border: 0px solid #CFCFCF !important;
}
.gallery .gallery-icon img {
    max-width: 100% !important;
    padding: 0% !important;
}

.gallery .gallery-item {
    width: 20% !important;
}
.gallery br {
    clear:none !important;
}
.gallery br:last-child {
    clear:both !important;
}
/* = Galerie
-------------------------------------------------------------- */
.page-template-page-templatesgalerie-php .gallery {
    clear: both;
    display: block !important;
    overflow: hidden;
    width: 100% !important;
    position: absolute;
    top:213px;
    left:0;
    z-index: 0;
}
.page-template-page-templatesgalerie-php .gallery-item {
    height: 190px !important;
    margin-bottom: 50px!important;
    margin-right: 20px!important;
    text-align: center;
    width: 190px!important;
	height: 190px !important;
}
.page-template-page-templatesgalerie-php .gallery .gallery-icon img {
/*    width: 100%;*/
    padding: 0%;
}
.page-template-page-templatesgalerie-php .gallery-item a,
.page-template-page-templatesgalerie-php .gallery-caption {
    width: 100%;
}
.page-template-page-templatesgalerie-php .gallery-caption {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 0;
    padding-top: 10px;
}
.page-template-page-templatesgalerie-php .gallery br {
    clear:none !important;
    display:none !important;
}
/* = Wordpress Galerie - Colorbox
-------------------------------------------------------------- */
#cboxOverlay {
    background: none repeat scroll 0 0 #fff;
}
#colorbox #cboxMiddleRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxTopLeft,
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight
 {
    display:none !important;
}
#cboxCurrent {
    display:none !important;
}
#cboxTitle {
    font-weight: normal !important;
    color:#000 !important;
    bottom: -75px !important;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    background-image: url("images/controls.png");
    height:25px !important;
}

/* = Galerie
-------------------------------------------------------------- */
#colorbox,
#cboxWrapper {
    overflow: visible !important;
}
#cboxContent {
    background-color: transparent !important;
}
#galerie-button {
    width:36px;
    height:71px;
    position:fixed;
    right:0;
    top:50%;
    margin:-35px 0 0 0;
	z-index: 20;
}
#galerie-button a {
    display:block;
    height: 71px;
    width:36px;
    text-indent: -9999px;
    background: url(images/galerie_open.png) left top no-repeat;
}
.page-template-galerie #galerie-button {
	display: none;
}
#galerie-button-gal {
    width:36px;
    height:71px;
    position:fixed;
    right:0;
    top:50%;
    margin:-35px 0 0 0;
}
#galerie-button-gal a {
    display:block;
    height: 71px;
    width:36px;
    text-indent: -9999px;
    background: url(images/galerie_close.png) left top no-repeat;
}
#tooltip {
    text-align: center;
    color: #fff;
    background: #0099A9;
    position: absolute;
    z-index: 100;
    padding: 28px 45px 28px 45px;
    text-transform: uppercase;
    font-family:"MuseoSansRounded900", Arial, sans-serif ;
    font-size: 13px;
    background: url(images/galerie_mouseover.png) right top no-repeat;
}
.page-template-page-templatesgalerie-php,
.page-template-page-templatesgalerie-php .site-header {
    background-color: #fff !important;
}
.page-template-page-templatesgalerie-php #site-navigation {
    display:none;
}
.page-template-page-templatesgalerie-php .site-header {
    height:auto;
}
.page-template-page-templatesgalerie-php #content {
    float:none;
    width:100% !important;
}
.page-template-page-templatesgalerie-php #main {
    position: inherit;
}
.page-template-page-templatesgalerie-php  #breadcrump {
    margin: 50px 0 0 0px !important;
}
/* =Sitemap
-------------------------------------------------------------- */
#wp-realtime-sitemap-pages ul li ul.children {
  margin:0 0 1em 0 !important;
}
#wp-realtime-sitemap-pages h3,
#wp-realtime-sitemap-posts h3 {
    color: #000000 !important;
    font-family: "MuseoSlab500",Arial,Helvetica,sans-serif !important ;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: none;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 1160px) {
	#content {
		margin: 31px 41px 0 0px;
		float: right;
		font-size: 0.875em;
		font-size: 14px;
	}
	.home .site-header .logo-anim {
		/*right: 20px;
		max-width: 50%;*/
		width:100%;
	}
	.home ul.bxslider li {
		/*right:0 !important;*/
		width:100% !important;
	}
	.bxslider .claim {
		left: 20px;
	}
	.main-navigation ul li a,
	.suche .search-field{
		font-size: 1.5em;
	}
	.menu-hauptnavigation-container ul.menu {
		height: 230px;
	}
	footer .wrapper {
		padding:0 20px;
	}
}
@media screen and (max-width: 808px) {
	.main-navigation ul li a,
	.suche .search-field{
		font-size: 1.3em;
	}
	.menu-hauptnavigation-container ul.menu {
		height: 200px;
	}
}
@media screen and (max-width: 1000px) {
	#content {
		width:60%;
	}
	#erste {
		margin:30px 0 0 20px;
	}
	.bxslider .claim1, .bxslider .claim1,
	.bxslider .claim1, .bxslider .claim2 {
		float: none;
		display:block;
	}
}

@media screen and (max-width: 768px) {
	.site-header .logo {
		top:20px;
		right:20px;
		display: none;
	}
	.cookcodes-logo {
		display: block;
		position: absolute;
		right:10px;
		top: 10px;
		width:60px;
		height:auto;
		z-index: 1000;
	}
	.cookcodes-logo img {
		width:100%;
		height:auto;
	}
	/* Galerie ausblenden */
	.cookcodesmenu_menu ul li.menu-item-17472 {
		display:none;
	}
	.home .site-header .logo-anim {
		display:none;
	}
	.home .site-header .mobile {
		display: none;
	}
	.home .site-header {
		height: 205px;
	}
	.home #teaser {
		padding:50px 20px 10px 20px;
	}
	.bxsliderTeaser h2,
	.bxsliderTeaser p,
	#claim h1 {
		color: #fff;
	}
	.bxsliderTeaser ul li {
		width:100% !important;
	}
	/* to-top button */
	.back-to-top {
		bottom:40px;
		right:10px;
	}
}
@media screen and (max-width: 650px) {
	#foerderlogos {
		margin: 0 20px;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.cookcodesmenu_menu {
		display:block;
	}
	.menu-item-16916,
	.menu-item-16917 {
		display:block;
	}
	#search,
	#submenu {
        display: none;
    }
    .info-home {
        color: #0099a9;
        line-height: 1.2em;
        padding: 50px 20px 48px 20px;
        margin:0;
        max-width: 100%;
        background-color: #fff;
    }

	#claim .links,
	#claim .rechts {
		float: none;
	}
	#claim .links,
	#claim .rechts {
		width: 100%;
	}
	.site {
        width:100%;
	}
    #main {
        margin-right:30px;
    }
    .home #page,
    .category #page {
        background-color: transparent;
    }
    .home #main,
    .category #main {
        background-color: transparent;
        padding: 0;
    }

    #content {
        margin: 20px 16px 0 16px;
        float:none !important;
        width:100% !important;
    }
    .single .entry-header,
    .single .entry-content {
        float: none;
        width: 100%;
    }
    .site-content .nav-single {
        margin-top:20px;
    }
    .single #thumbnail {
        float: none;
    }
    .nav-next,
    .next-image {
        float: left;
        margin-right: 20px;
        text-align: left;
    }
    #breadcrump {
        margin: 20px 0 20px 16px;
        float:none;
    }
    #breadcrump h1,
    #breadcrump h1 a,
    #breadcrump h1 span {
        font-size: 100%;
    }
    #breadcrump img {
        height:18px;
        width:auto;
    }

    .site-header {
        height:0;
		display: none;
    }
    .home .site-header .mobile {
        display:none;
    }
    #galerie-button {
        display:none;
    }
    .category #box {
        margin: 0 20px 20px 0;
        padding: 20px;
        background-color: #fff;
    }
    footer {
	    clear: both;
	    width: 100% !important;
	    padding: 20px 0;
        position:relative !important;
    }
    footer ul {
        margin:0px 20px 0 20px;
        text-align: center;
    }
    footer ul li,
	footer a {
        line-height: 1.5em;
    }
    footer #toplink {
        display:none;
    }
    footer .wrapper-social {
        margin: 0  0 10px 0 ;
        text-align: center !important;
		width:100%;
    }
	footer .wrapper-social #facebook, footer .wrapper-social #youtube, footer .wrapper-social #instagram, footer .wrapper-social {
		float: none;
		display: inline-table;
	}
	footer .menu-footer-container {
		float: none;
		text-align: center;
	}
	div.wpr_search {
		width: 96% !important;
	}
	.wpr_search .wpr-search-field {
		border: 0px solid #ccc !important;
	}
	img.alignleft,
	img.alignright {
		float: none;
		width: auto;
		display: block;
        margin: 0 0 1em 0;
	}
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer  {
		display:none;
	}
	a {
		text-decoration: none;
	}
	.site {
		width: 100%;
		position: relative !important;
	}
	.site-header,
    .home .site-header {
		margin-bottom: 1em;
		text-align: left;
        height:200px;
	}
    .home .site-header .logo-anim {
        display:none;
    }

    .home .site-header .mobile {
        display: block;
    }

    .site-header .logo {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .site-header #erste,
    .site-header #zweite,
    .site-header #dritte {
      display:none;
    }

	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
    #content {
        float: none;
        margin: 10px 0px 0 0;
        width: 100%;
    }
    #main {
        padding: 0 0 0px;
    }
    hr {
        background-color: none;
    border-bottom: 2px solid #0099A9;
    clear: both;
    display: block;
    height: 0px;
    margin: 1em 0 2em;
    width: 100%;
}
    #breadcrump {
    margin: 10px 0 0 0px;
    }
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
}
