/*
Version: T2021-05-07_1.03.2
Theme Name: LHM-STRAC_REG
Author: Daniel Hannuschka, IT@M - A35, ext.dl.hannuschka@muenchen.de
Author URI: http://www.muenchen.de/
Description: Dieses Theme wurde im Rahmen des E- und Open Government Projektes der Landeshauptstadt München für das Teilprojekt STRAC_REG Registrierung zu Veranstaltungen entwickelt.
License: Alle Rechte vorbehalten.
License URI:
Tags: STRAC_REG
Text Domain: STRAC_REG
*/

/*@CHARSET "UTF-8";*/

/* *** TOC ***
 *
 *  1. RESET
 *  2. HEADINGS
 *  3. LAYOUT
 *  4. BUTTONS
 *  5. RESPONSIVE
 *  6. NAVIGATION
 *  7. ENTRY-HEADER 
 *  8. EVENT-PAGE
 *  9. Veranstaltung einreichen
 * 10. Suche und Übersichtslisten
 * 11. FOOTER
 * 12. WIDGETS
 * 13. ERROR 404
 * 14. Twenty-Thirteen
 *
 */


/* *** 1. RESET *** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0px;
	margin: 0px;
}
table { border-spacing: 0px; }
fieldset,img { border: 0px; }
.navigation ol,.navigation ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
q:before,q:after { content:”; }
abbr, acronym { border: 0px; }
a {text-decoration: none;}

address,caption,cite,code,dfn,th,var {
	font-weight: normal;
	font-style: normal;
}

img {
	border:  0px;
	padding: 0px;
	margin:  0px 0px -4px 0px;
}

html {
	height: 100%;
}
	
body {
	width:100%;
	height: 100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* *** 2. HEADINGS *** */
h1{
	margin-top: 10px;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	margin: 20px 0;
}

h3 {
	font-size: 1.1em;
	/*font-weight: bold;*/
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

h4 {
	font-size: 0.9em;
	/*font-weight: bold;*/
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/* *** 3. LAYOUT *** */
.wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 0;
}

.wrapper-content {
	margin: 0px auto;
	padding: 0 3em;
}

.wrapper-content > .fixed {
	z-index: 9000;
	position: fixed;
}

#content {
	font-size: 1.3em;
	padding-left: 21px;
}

.low #content {
	padding-left: 0px;
}

#main {
	padding-top: 124px;
}

.low #main {
	padding-top: 104px;
}

#primary,
#secondary {
	display: inline-block;
	vertical-align: top;
}

#primary {
	width: 70%;
	padding-right: 1.5%;
}

#secondary {
	width: 28%;
	padding-top: 1.5%;
}

#tertiary {
	display: none;
}
/* *** HEADER *** */
.mobile-wrapper { display: none; }

.header {
	background: #0099DF;
	position: relative;
	height: 70px;
}

.header .logo {
	display: block;
	margin-left: 4px;
}

.header #search-container {
	position: absolute;
	right: 10px;  /* TODO */
	top: 25px;    /* TODO */
}

.header .search-form .search-submit {
	color: transparent;
	background: #1D4C9B url('img/search-icon-16.png') no-repeat 28px 5px; /* fallback */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #357AE8 0%, #1D4C9B 100%); /* Saf4+, Chrome */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #357AE8 0%, #1D4C9B 100%); /* Chrome 10+, Saf5.1+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,    -moz-linear-gradient(top, #357AE8 0%, #1D4C9B 100%); /* FF3.6+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,     -ms-linear-gradient(top, #357AE8 0%, #1D4C9B 100%); /* IE10 */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,      -o-linear-gradient(top, #357AE8 0%, #1D4C9B 100%); /* Opera 11.10+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,   linear-gradient(to bottom, #357AE8 0%, #1D4C9B 100%); /* W3C */
	border: 0;
	border-bottom: 3px solid #1A4286;
	font-size: 8px;
	padding: 7px 24px 7px;
	vertical-align: top;
}

.mac .header .search-form .search-submit { padding: 6px 24px 6px; }

.header .search-form .search-submit:hover {
	color: transparent;
	background: #357AE8 url('img/search-icon-16.png') no-repeat 28px 5px; /* fallback */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #3693DB 0%, #2459B1 100%); /* Saf4+, Chrome */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #3693DB 0%, #2459B1 100%); /* Chrome 10+, Saf5.1+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,    -moz-linear-gradient(top, #3693DB 0%, #2459B1 100%); /* FF3.6+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,     -ms-linear-gradient(top, #3693DB 0%, #2459B1 100%); /* IE10 */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,      -o-linear-gradient(top, #3693DB 0%, #2459B1 100%); /* Opera 11.10+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,   linear-gradient(to bottom, #3693DB 0%, #2459B1 100%); /* W3C */
	border: 0;
	border-bottom: 3px solid #1E4D9C;
}

.header .search-form .search-submit:active {
	color: transparent;
	background: #357AE8 url('img/search-icon-16.png') no-repeat 28px 5px; /* fallback */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* Saf4+, Chrome */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* Chrome 10+, Saf5.1+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,    -moz-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* FF3.6+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,     -ms-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* IE10 */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,      -o-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* Opera 11.10+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,   linear-gradient(to bottom, #1D4C9B 0%, #2768B4 100%); /* W3C */
	border: 0;
	border-bottom: 3px solid #2459B1;
	border-top: 0;
}

.wrapper[class*=" ie"] .header .search-form .search-submit:hover,
.wrapper[class*=" ie"] .header .search-form .search-submit:active {
	border-bottom: 3px solid #357AE8;
}

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px Arial, Helvetica, sans-serif;
/*	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; */
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/* *** 4. BUTTONS *** */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #1D4C9B; /* Old browsers */
	background: -webkit-linear-gradient(top, #3693DB 0%, #1D4C9B 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3693DB 0%, #1D4C9B 100%); /* W3C */
	border: 0;
	border-bottom: 3px solid #1A4286;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 10px 24px 10px;
	text-decoration: none;
}

button:not([role="presentation"]):not(.wp-switch-editor):not(.insert-media):not(.em-search-submit):hover,
button:not([role="presentation"]):not(.wp-switch-editor):not(.insert-media):not(.em-search-submit):focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	border: 0;
	border-bottom: 3px solid #245EA3;
	background: #3693DB; /* Old browsers */
	background: -webkit-linear-gradient(top, #3693DB 0%, #2768B4 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3693DB 0%, #2768B4 100%); /* W3C */
	outline: none;
	cursor: pointer;
	padding: 10px 24px 10px;
}

button:not([role="presentation"]):not(.wp-switch-editor):not(.insert-media):not(.em-search-submit):active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #2768B4; /* Old browsers */
	background: -webkit-linear-gradient(top, #1D4C9B 0%, #2768B4 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #1D4C9B 0%, #2768B4 100%); /* W3C */
	border: 0;
	border-top: 3px solid #1A4286; 
	padding: 7px 24px 13px;
	cursor: pointer;
}

.em-search-submit {cursor: pointer;}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* *** 5. RESPONSIVE *** */
.low .wrapper-content {
	max-width: 980px;
}

.fallback.low .wrapper-content .fixed {
	position: relative;
}

.fallback.low #main {
	padding-top: 0;
}

.low .header .logo img{
	width: 327px;
	height: 70px;
	margin:  0px 0px -3px 0px;
}

.logo-ref-container img {
	width: 9.5em;
}

.low #primary {
	width: 100%;
	display: block;
}

.low #secondary {
	width: 100%;
	padding-top: 20px;
}

.medium .wrapper-content {
	max-width: 1280px;
}

/* *** 6. NAVIGATION *** */
nav.main-navigation {
	display: block;
	/* Text Markierung verhindern */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

nav.main-navigation  > div{
	background: #1d4c9b;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.24);
}

nav.main-navigation  > div > ul.nav-menu {
	margin-left: 35px;
	border-left: 1px solid #fff;
}

.low nav.main-navigation  > div > ul.nav-menu,
.medium nav.main-navigation  > div > ul.nav-menu,
.high nav.main-navigation  > div > ul.nav-menu {
	display: block !important;
}

.low nav.main-navigation  > div > ul.nav-menu > li:first-child > a,
.medium nav.main-navigation  > div > ul.nav-menu > li:first-child > a,
.high nav.main-navigation  > div > ul.nav-menu  > li:first-child > a {
	background: url('img/home-icon.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 20px 9px;	
	display: block;
	width: 24px;
}

.low nav.main-navigation  > div > ul.nav-menu > li:first-child > a:hover,
.medium nav.main-navigation  > div > ul.nav-menu > li:first-child > a:hover,
.high nav.main-navigation  > div > ul.nav-menu  > li:first-child > a:hover {
	background: url('img/home-hover.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 20px 9px;
}

.low nav.main-navigation  > div > ul.nav-menu > li:first-child > a span,
.medium nav.main-navigation  > div > ul.nav-menu > li:first-child > a span,
.high nav.main-navigation  > div > ul.nav-menu > li:first-child > a span {
	visibility: hidden;
}

nav.main-navigation  > div > ul.nav-menu  li{
	display: inline-block;
	position: relative;
}

nav.main-navigation  > div > ul.nav-menu  > li  > a{
	border-right: 1px solid #fff;
}

nav.main-navigation  > div > ul.nav-menu  li a{
	color: #fff;
	display: inline-block;
	padding: 9px 17px 9px 17px;
	font-weight: 700;
	white-space: nowrap;
}

nav.main-navigation  > div > ul.nav-menu  li:hover{
	background: #FFCE00;
}

nav.main-navigation  > div > ul.nav-menu  li:hover a{
	color: #333;
}

nav.main-navigation  > div ul.nav-menu  li a:hover,
nav.main-navigation  > div ul.nav-menu ul.sub-menu  li a:hover{
	background: #FFCE00;
	color: #333;
	text-decoration: underline;
}

nav.main-navigation  > div ul.nav-menu  li:first-child a:hover {
	text-decoration: none;
}

nav.main-navigation  ul.nav-menu li.expanded ul.sub-menu ,
nav.main-navigation  > div > ul.nav-menu  li:hover ul.sub-menu {
	display: block;
	z-index: 1;
}

nav.main-navigation ul.nav-menu ul.sub-menu {
	display: none;
	position: absolute;
}

nav.main-navigation ul.nav-menu ul.sub-menu  li {
	border-top: 1px solid #fff;
	background: #1d4c9b;
	display: block;
}

nav.main-navigation ul.nav-menu ul.sub-menu  li a{
	color: #fff;
	display: block;
	padding: 9px 34px 9px 17px;
}

.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu {
	margin-left: 554px;
	margin-top: -37px;
}

nav.main-navigation ul.nav-menu ul.sub-menu ul.sub-menu ul.sub-menu {
	display: none;
}

nav.main-navigation  > div > ul.nav-menu  li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
	display: block;
	z-index: 1;
}

/* *** 7. ENTRYHEADER *** */
.entry-header {
	position: relative;
}

.entry-meta {
	position: absolute;
	top: 0px;
	right: 0;
}

.logo-ref-container {
	width: 100%;
	padding-top: 3%; /* TODO */
	text-align: right;
}

.hide-if-zero-0,
.hide-if-zero-0 + p,
.hide-if-zero-0 + p + p,
.verfuegbare-plaetze-versteckt,
.verfuegbare-plaetze-versteckt + p,
.verfuegbare-plaetze-versteckt + p + p,
.verfuegbare-plaetze-normal + p + p,
.verfuegbare-plaetze-ausgebucht + p,
.verfuegbare-plaetze-abgesagt + p {
	display: none;
}

.kontaktinfo {
display: none;
}

/* *** 8. EVENT PAGE *** */
.event-body p {
	padding-left: 20px; /* TODO */
}

.no-excerpt .event-excerpt {
	display: none;
}

.event-excerpt p{
	padding: 0;
}

.event-image img {
	margin: 20px 0; /* TODO */
	cursor: pointer;
}

html.fancybox-lock {
    overflow: auto !important;
}

html.fancybox-lock .fancybox-overlay {
overflow-y: hidden !important;
}

.event-category {
	display: none;
}

.event-category.event-category-show {
	display: block;
}

.event-category span {
	margin-left: 20px; /* TODO */
	/* font-size: 1.4em; */
	vertical-align: middle;
	display: inline-block;
}

.event-category p {
	margin-top: 0.5em;
}

.event-description .event-notes{
	padding-left: 20px; /* TODO */
}
/*.event-description .event-notes h3{
	margin-left: -20px;
}*/

.event-body .event-description .event-notes p{
	padding: 0;
}
	
.event-description ul {
	list-style: disc;
	list-style-position: inside;
}

.event-meta-and-map {
	position: relative;
	width: 100%;
	display: block;
}

.event-meta-and-map div {
	vertical-align: top;
	display: inline-block;
}

.event-meta{
	width: 40%;
}

.event-map-spacer{
	width: 8%;
	height: 1px;
}

.event-map{
	width: 50%;
	height: 400px;
	padding-top: 1.2em;
}

.em-ticket .ticket-desc {
	display: block;
	padding: 0 1.5em;
	font-weight: normal;
	font-size: 0.8em;
}

.alter-umwandeln-ja .em-ticket .ticket-desc {
	display: none;
}

.em-booking-buttons:before {
	content: "* markieren Pflichtfelder";
	display: block;
	font-size: 0.8em;
	margin: 0.8em 0;	
}

.event-reservation {
	background: #EDF4FE;
	padding: 20px;
	margin-top: 1.5em;
}

.event-reservation  h3{
	font: 700 1.1em Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
}

.event-reservation h3,.event-meta h3 {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

.event-reservation table {
	width: auto;
}

.event-reservation table th{
	color: #555;
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 1em;
}

.event-reservation table th:not(:first-child),
.event-reservation table td:not(:first-child){
	text-align: right;
}

.event-reservation table th.em-bookings-ticket-table-type {
	font-weight: bold;
	width: 15em;		
}

.event-reservation table th.em-bookings-ticket-table-price {
	width: 10em;	
}

.event-reservation table th.em-bookings-ticket-table-spaces {
	width: 18.75em;		
}

.event-reservation table th.em-bookings-ticket-table-price + th.em-bookings-ticket-table-spaces {
	width: 8.75em;		
}

.em-booking-form label {
	display: inline-block;
	width: 10em;
}

.event-body .em-booking-form-details input:not(.em-booking-submit),
.em-booking-form .em-attendee-details input,
.em-booking-form .em-booking-form-details textarea {
	font-size: 0.7em;
	width: 20em;
}

.low .event-body .em-booking-form-details input:not(.em-booking-submit),
.low .em-booking-form .em-attendee-details input,
.low .em-booking-form .em-booking-form-details textarea {
	font-size: 0.7em;
	width: 54%;
}


.em-booking-form .em-booking-form-details textarea {
	resize: none;
	height: 5em;	
}

.em-booking-form .em-attendee-details select {
	font-size: 0.7em;
	width: 21em;
}

.medium .em-booking-form .em-attendee-details select { width: 20.9em; }


.em-attendee-fields {
	padding: 0.5em 0 1em 3em;
}

.em-attendee-fields p {
	line-height: 1.6em;
	white-space: nowrap;
}

.event-reservation .em-attendee-fields strong {
	color: #555;
	font-size: 0.85em;
	font-weight: bold;
}

.event-body .em-booking-form-details {
	padding: 1em 0 0 0;
	width: 100%;
	clear: both;
}

.event-body .em-booking-form-details > :first-child:not(.em-tickets-spaces):not(.ticket-price):not(.input-field-datenschutz):not(.input-field-pflichtfeld-datenschutz):not(.text-datenschutz):before{
	content: "Kontaktinformationen";
	display: block;
	color: #555;
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 1em;
}

.event-body .em-booking-form-details p{
	padding-top: 0.2em;
}

.event-body .em-booking-form-details p label{
	width: 13em;
}

.event-body .em-booking-form-details span.input-group,
.event-body .em-booking-form span.input-group input {
	margin: 0;
	display: inline-block;
}

.event-body .em-booking-form-details span.input-group input.test_radiobutton {
	width: auto;
	margin-right: 10px;
}

.ff .event-body .em-booking-form-details select{
	width: 21.1em;
/* 	-webkit-appearance: button; */
/* 	-moz-appearance: button; */
/* 	appearance: auto; */
}

.low .ff .event-body .em-booking-form-details select{
	width: 56%;
/* 	-webkit-appearance: button; */
/* 	-moz-appearance: button; */
/* 	appearance: auto; */
}

.event-body .em-booking-form-details select{
	background: #fff;
	width: 26em;
}

.event-body .em-booking-form-details input.em-time-input,
.event-body .em-booking-form-details input.em-date-input-loc{
	width: 8.2em;
	margin-right: 2px;
}

.em-booking-buttons {
	text-align: center;
	padding-top: 0.5em;
}

.not_logged_in .input-group.input-field-email {
	display: none;
}

/* **** Disclaimer Datenschutz Form-Element **** */

[class*="input-field-datenschutz"] { height: 6em; }
[class*="input-field-datenschutz"] label { display: none;}
.em-booking-form p[class*="input-field-datenschutz"] label {color: #EDF4FE;}


.event-body .em-booking-form-details [class*="input-field-datenschutz"] input {
	width: auto;
	margin-left: -3.25em;
	margin-top: 2.5em;
}

.wrapper.ff .event-body .em-booking-form-details [class*="input-field-datenschutz"] input {
	margin-left: 11.8em;
}

.low .event-body .em-booking-form-details  [class*="input-field-datenschutz"] input,


.event-body .em-booking-form-details  [class*="input-field-datenschutz"]:before {
	content: "";
	font-size: 1em;
	margin-left: 10.88em;
	margin-top: -0.5em;
	display: inline-block;
	width: 1.25em;
}

.low .event-body .em-booking-form-details  [class*="input-field-datenschutz"]:before {
	content: "";
	font-size: 1em;
	margin-left: 6.77em;
	margin-top: -0.5em;
	display: inline-block;
	width: 1.25em;
}

.event-body .em-booking-form-details  [class*="input-field-datenschutz"]:after {
  display: inline-block;
  width: 23em;
  margin-left: 1.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 1.2em;
  vertical-align: top;
}

/* **** Disclaimer Pflichtfeld Datenschutz Form-Element **** */

[class*="input-field-pflichtfeld-datenschutz"] { height: 6em; }
[class*="input-field-pflichtfeld-datenschutz"] label span { display: none;}
.em-booking-form p[class*="input-field-pflichtfeld-datenschutz"] label { width: 10.5em; padding-top: 5px; color: #EDF4FE;}

.event-body .em-booking-form-details [class*="input-field-pflichtfeld-datenschutz"] input {
	width: auto;
	/*margin-left: -3.25em;*/
	margin-left: 7.75em;
	margin-top: 2em;
	float: left;
}

.wrapper.ff .event-body .em-booking-form-details [class*="input-field-pflichtfeld-datenschutz"] input {
	/*margin-left: 8.0em;*/
	float: left;
}

.event-body .em-booking-form-details  [class*="input-field-pflichtfeld-datenschutz"] input,
.event-body .em-booking-form-details  [class*="input-field-pflichtfeld-datenschutz"]:before {
	content: "*";
	font-size: 1em;
	/*margin-left: 11.75em;*/
	margin-top: 1.5em;
	display: inline-block;
	width: 1.25em;
}


.low .event-body .em-booking-form-details  [class*="input-field-pflichtfeld-datenschutz"] input,
.low .event-body .em-booking-form-details [class*="input-field-pflichtfeld-datenschutz"]::before {
    content: "*";
    font-size: 1em;
    /*margin-left: 6.75em;*/
    margin-top: 15px;
    display: inline-block;
    width: 1.25em;
}

.event-body .em-booking-form-details  [class*="input-field-pflichtfeld-datenschutz"]:after {
  display: inline-block;
  width: 23em;
  margin-left: 1.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 1.2em;
  vertical-align: top;
}

[class*="text-datenschutz"] {
  width: 50%;
  font-size: 0.8em;
  height: 100%;
  margin: -87px 0px 0px 254px;
  line-height: 22px;
  padding-left: 20px;
}

[class*="text-datenschutz"] p {
	padding-left: 0px;
}

.low [class*="text-datenschutz"] {
    width: 60%;
    font-size: 0.8em;
    height: 100%;
    margin: -82px 0px 0px 37%;
    line-height: 22px;
}

/* **** Disclaimer Generic Form-Element **** */

p[class*="input-field-checkbox-"] { height: 6em; }
p[class*="input-field-checkbox-"] label { display: none;}

.event-body .em-booking-form-details p[class*="input-field-checkbox-"] input {
	width: auto;
	margin-left: -3.25em;
	margin-top: 2em;
}

.wrapper.ff .event-body .em-booking-form-details p[class*="input-field-checkbox-"] input {
	margin-left: -3.75em;
}

.low .event-body .em-booking-form-details  p[class*="input-field-checkbox-"] input,

.event-body .em-booking-form-details  p[class*="input-field-checkbox-"]:before {
	content: "*";
	font-size: 1em;
	margin-left: 11.75em;
	margin-top: -0.5em;
	display: inline-block;
	width: 1.25em;
}

.event-body .em-booking-form-details p[class*="input-field-checkbox-"]:after {
  content: "Hiermit willige ich ein, dass die von mir übermittelten Daten durch die Landeshauptstadt München gespeichert werden dürfen. Diese Einwilligung kann jederzeit widerrufen werden.";
  display: inline-block;
  width: 23em;
  margin-left: 1.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 1.2em;
  vertical-align: top;
}

.event-reservation div.em-booking-login {
	border: none;
	margin: 0;
	padding: 46px 0 0;
}

.event-reservation div.em-booking-login label {
	width: 7.5em;
	margin-left: 2em;
}

.event-reservation div.em-booking-login form br,
.event-reservation div.em-booking-login form a,
.event-reservation form.em-booking-login-form > p:first-child,
.event-reservation div.em-booking-login #em_rememberme,
.event-reservation div.em-booking-login #em_rememberme + label{
	display: none;
}

.event-reservation form.em-booking-login-form input[value="Anmelden"] {
	margin-left: 14em;
}


/* *** 9. Veranstaltung einreichen *** */

.css-event-form input {
	font-size: 1em; /* normalize, overload */
	width: 12em;
}

.css-event-form #em-location-data table.em-location-data tr select,
.css-event-form select {
	width: 18.4em;
}

.css-event-form h3 {
	margin-top: 1em;
	margin-bottom: 0.75em;
}

.css-event-form h3:nth-child(2) {
	margin-top: 1em;
}

.css-event-form h3 + div {
	padding-left: 20px;
}

.css-event-form div.event-form-name{
	color: #fff;
}

.css-event-form .event-form-name i{
	color: #222;
}


.css-event-form .em-date-input-loc:first-child {
	margin-right: 1.15em;
}

/* plugin classes must be overloaded here :-( */
.css-event-form .em-date-input-loc,
.css-event-form #em-booking-options input,
.css-event-form .em-time-range .em-time-input,
.css-event-form .em-time-range #start-time,
.css-event-form .em-time-range #end-time {
	width: 5.5em;
}

.css-event-form .em-time-range .em-time-input.em-time-end {
	margin-right: 2em;
}

.css-event-form .em-time-range + span {
	display: block;
	font-size: 0.75em;
	font-style: italic;
	margin-top: 10px;
	width: 52%;
}

.css-event-form .em-location-data-nolocation {
	margin-bottom: 0.75em;
}

.css-event-form #em-location-data table.em-location-data{
	width: 100%;
	clear: both;
}

.css-event-form .event-attributes label,
.css-event-form .event-categories label,
.css-event-form #em-location-data table.em-location-data th{
	width: 13em;
	line-height: 2.5em;
	display: inline-block;
}

.css-event-form .event-categories label {vertical-align: top;}

.css-event-form #event-form .event-extra-details select {
	vertical-align: middle;
}

.css-event-form .event-categories select {
	margin-top: 0.8em;
}

.css-event-form #em-location-data table.em-location-data select {
	width: auto;
}

.css-event-form #em-location-data table.em-location-data #em-location-search-tip{
	display: block;
	font-size: 0.75em;
	font-style: italic;
	margin-bottom: 0.75em;
	width: 52%;
}

.css-event-form .em-location-map-container,
.css-event-form .wp-editor-container .wp-editor-area,
.css-event-form .wp-editor-container .mce-edit-area{
	border: 1px solid #ccc !important; /* overwrite inline-style */
}

.css-event-form input#event-image {
	font-size: 0.75em;
	width: 20em;
}

.css-event-form p.submit {
	text-align: center;
}

.css-event-form #event-rsvp-options em {
	font-size: 0.75em;
	margin-bottom: 0.75em;
	display: block;
}

.css-event-form #event-rsvp-options label {
	font-weight: normal;
}

.css-event-form #em-tickets-form table.form-table {
	font-size: 0.9em;
	width: 100%;
}

.css-event-form #em-tickets-form table.form-table th {
	font-weight: bold;
}

.css-event-form #em-tickets-form table.form-table th:nth-child(2),
.css-event-form #em-tickets-form table.form-table td:nth-child(3),
.css-event-form #em-tickets-form table.form-table th:nth-child(6),
.css-event-form #em-tickets-form table.form-table td:nth-child(7){
	text-align: right;
}

.css-event-form #em-tickets-form table.form-table th:nth-child(3),
.css-event-form #em-tickets-form table.form-table td:nth-child(4),
.css-event-form #em-tickets-form table.form-table th:nth-child(4),
.css-event-form #em-tickets-form table.form-table td:nth-child(5),
.css-event-form #em-tickets-form table.form-table th:nth-child(5),
.css-event-form #em-tickets-form table.form-table td:nth-child(6){
	text-align: center;
}

.css-event-form #em-tickets-form table.form-table th,
.css-event-form #em-tickets-form table.form-table td:not(:first-child) {
	padding: 8px;
}

.css-event-form #em-tickets-form table.form-table tfoot tr {
	height: 2.5em;
	vertical-align: middle;
}

.css-event-form #em-tickets-form #em-tickets-add,
.css-event-form #em-tickets-form table.form-table div.ticket-actions {
	font-size: 0.75em;
}

.css-event-form .em-ticket-form label {
	display: inline-block;
	width: 8em;
}

.css-event-form div.em-ticket-form-actions{
	margin-top: 0.75em;
}


/* *** Suche und Übersichtslisten *** */
.em-events-search {
	z-index: 0;
}

.em-search-wrapper {
	margin-top: 1em;
}

.css-my-bookings .table-wrap,
.css-events-month {
	padding: 0.4em 0.5em;
	background-color: #EDF4FE;
	margin-bottom: 1em;
}

.css-my-bookings .table-wrap h2,
.css-events-list h2{
	padding: 0;
	font: 700 1.1em Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0 0 0.4em;
}

.css-my-bookings .table-wrap table,
.css-events-list table {
	padding: 0;
	width: 100%;
	position: relative;
}

.css-my-bookings .table-wrap table th,
.css-events-list table th {
	font: 700 1em Arial, Helvetica, sans-serif;
	color: #555;
	padding: 0.4em 0;
}

.css-my-bookings .table-wrap table td,
.css-events-list table  td {
	border-top: 1px solid #666;
}

.css-events-list .result-event {
	hyphens: auto;
}
.css-events-list table.events-table tr td {
	padding: 5px 20px 5px 0px;
}

.css-my-bookings .table-wrap th:first-child,
.css-my-bookings .table-wrap td:first-child,
.css-events-list table th:first-child,
.css-events-list table td:first-child {
	width: 12em; /* TODO -> fpfamp, 150px inline style rausnehmen */
}

.css-my-bookings .table-wrap tr > *:nth-child(2) { width: 16%; padding-right: 15px; }
.css-my-bookings .table-wrap tr > *:nth-child(3) { display: none; }
.css-my-bookings .table-wrap tr > *:nth-child(4) { width: 13%; padding-right: 5px; }
.css-my-bookings .table-wrap tr > *:nth-child(5) { width: 13%; padding-right: 15px; }


.css-cats-list ul.em-categories-list{
	list-style: disc inside none;
}

.css-cats-list ul.em-categories-list li{
	padding: 5px 0;
}

.em-pagination:before {
	content: "Seite: ";
}

.em-pagination .current {
	font-weight: bold;
}

.search-query {
	font-weight: bold;
	font-style: italic;
}

.search-results-box {
	padding: 0.7em 0.6em;
	background-color: #EDF4FE;
	margin-top: 1.5em;
}

.search-results-box h2 {
	color: #555;
}

.search-results-box .no-results {
	font-style: italic;
	padding: 0.8em 0;
}

.search-results-box .result-event a,
.search-results-box .result-event a:active,
.search-results-box .result-event a:visited {
	color: #1d4c9b;
}

.search-results-box .result-event a:hover {
	color: #3693DB;
}

.search-results-box .result-date a,
.search-results-box .result-date a:active,
.search-results-box .result-date a:hover ,
.search-results-box .result-date a:visited {
	cursor: default;
	color: #000;
}

/* *** FOOTER *** */
.site-footer{
	padding: 2em 0;
	text-align: center;
	color: #666;
}

.site-footer a{
	color: #3693DB;
	text-decoration: underline;
	white-space: nowrap;
}

/* *** 12 WIDGETS *** */

.widget {
	background-color: #EDF4FE;
	font-size: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px 3px 3px 3px;
}

.widget .widget-title {
/*	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; TODO: Source Sans entfernen*/
	font: 700 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 8px 0;
}

.widget li > ul > li:first-child {
	padding: 8px 0 3px;
}

.widget li > ul > li {
	padding: 3px 0;
}

.widget > ul > li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #1D4C9B;
}

.widget a:hover {
	color: #3693DB;
}


/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/* *** 13. ERROR 404 *** */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/* *** 14. Twenty-Thirteen *** */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 5px;
	border-radius: 4px;
	min-width: 4em;
}

select {
	padding: 3px;
}

.mac select:not(.test_multiselect) { height: 25px; }

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}


/* Responsive images
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


.hentry {
	padding: 20px 0 0;
}


/**
 * 14.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}


/**
 * 14.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
/*	font-size: 1em; */
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 14.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #1D4C9B;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #3693DB;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px; /* -60px; */
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px; /* -60px; */
}

.entry-content ul{
	list-style: disc;
	list-style-position: outside;
	margin-left: 18px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* 14.3.1 Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* 14.3.2 Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


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

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

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


/**
 * 14.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}


/* 14.5.1 Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* 14.5.2 Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* 14.5.3 Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
/*	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; */
	font: 300 italic 20px Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* 14.5.4 Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* 14.5.5 Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}


/**
 * 14.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
/*	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; */
	font: 300 italic 30px Arial, Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/**
 * 14.7 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px Arial, Helvetica, sans-serif;
/*	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; */
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

/**
 * 14.8 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px Arial, Helvetica, sans-serif;
/*	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; */
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px Arial, Helvetica, sans-serif;
/*	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; */
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
/* *** Kachel-Widgets ** */
.kachel-widgets { 
	margin: auto;
	position: relative;
	display: block;
	text-align: center;
}

.kachel-widgets > a {
	width: 32%;
	height: 100px; /* **** */
	display: inline-block;
}

.kachel-widgets > a:not(:first-child) {
	margin-left: 2%;
}

.kachel-widget-ferienpass {
	background: #E6421E url('img/schmetterling44x42.png') 16px 5px no-repeat;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	position: relative;
}

.kachel-widget-ferienpass a {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 40px;
	vertical-align: middle;
	line-height: 50px;
}

.kachel-widget-familienpass {
	background: #3c813a url('img/blume44x42-gruen.png') 16px 5px no-repeat;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	position: relative;
}

.kachel-widget-familienpass a {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 57px;
	vertical-align: middle;
	line-height: 50px;
}
.kachel-widget-ferienfreizeit {
    background: #0099df url('img/sonnenschirm44x42.png') 16px 5px no-repeat;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    position: relative;
}

.kachel-widget-ferienfreizeit a {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 57px;
    vertical-align: middle;
    line-height: 50px;
}
.kachel-widget-kombiangebot {
	background: url('img/kachel-sonne.png');
	background-size: cover;
}

.widget_ferfamp_widget {
	background-color: #fff;
	box-shadow: none;
	padding: 0px;
}

.low #secondary .widget_ferfamp_widget {
	display: none;
}

.low #tertiary .widget_ferfamp_widget {
	width: 100%;
	margin: 0px;
}

.low #tertiary {
	display: block;
}

/* Preload Images */
body:after{
    visibility: hidden;
	display:none;
    content: url('img/kachel-schmetterling-hover.png') url('img/kachel-blume-hover.png') url('img/kachel-sonne-hover.png') url('img/home-hover.png');
}

.kachel-widget-ferienpass:hover {
	background: #E6421E url('img/schmetterling44x42.png') 16px 5px no-repeat;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	position: relative;
}

.kachel-widget-ferienpass:hover > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
}

.kachel-widget-familienpass:hover {
	background: #3c813a url('img/blume44x42-gruen.png') 16px 5px no-repeat;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	position: relative;
}

.kachel-widget-familienpass:hover > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
}
.kachel-widget-ferienfreizeit:hover {
    background: #0099df url('img/sonnenschirm44x42.png') 16px 5px no-repeat;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    position: relative;
}

.kachel-widget-ferienfreizeit:hover > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
}
.kachel-widget-kombiangebot:hover {
	background: url('img/kachel-sonne-hover.png');
	background-size: cover;
}
/*FerFamp*/
/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

.pac-container {
	display: none;
}

.em-search-geo .search-place {
	width: 40%;
}

div.css-search div.em-search-main .em-search-submit {
	background: linear-gradient(to bottom, #357AE8 0%, #1D4C9B 100%);
	padding: 6px 10px;
}
div.css-search div.em-search-main .em-search-submit:hover {
	background: linear-gradient(to bottom, #3693DB 0%, #2459B1 100%); 
}
div.css-search div.em-search-main .em-search-submit:active {
	background: linear-gradient(to bottom, #1D4C9B 0%, #2768B4 100%);
}

/* Re-captcha */
.g-recaptcha {
	display: block;
    position: relative;
	margin: auto;
	text-align: center;
	max-width: 304px;
	min-width: auto;

}
.editor-post-title__block .editor-post-title__input {
    font-family: sans-serif;
}