/*
Version: T2024-03-15_2.0.0
Theme Name: LHM-STRAC_REG
Author: Daniel Hannuschka, IT@M - KM54, daniel.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; width:100%; }
fieldset,img { border: 0px; }
.navigation ol,.navigation ul { list-style: none; }
caption,th { text-align: left; }
.events-table td, .events-table tr th {
  padding: 8px 8px 8px 0px;
  border-bottom: 1px dotted #5c740e;
}
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: #3a5368;
	font-size: 1em;
	font-family: Roboto Condensed,Arial,sans-serif;/*Open Sans,Arial,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;
}


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

h6 {
	font-size: 0.7em;
	/*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;
}

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

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

#main {
	padding: 124px 12px 0px 12px;
}

#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: 73px;
}

.header .logo {
	display: block;
	padding: 12px 0px 0px 10px;
}

.header #search-container {
	position: absolute;
	right: 10px;  /* TODO */
	top: 10px;    /* TODO */
}
.search-form input {
    font-size: 1.25em !important;
    padding: 14px 8px 14px;
}
.header .search-form .search-submit {
	color: transparent;
	background: #005a9f 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%, #005a9f 100%); /* Saf4+, Chrome */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #357AE8 0%, #005a9f 100%); /* Chrome 10+, Saf5.1+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,    -moz-linear-gradient(top, #357AE8 0%, #005a9f 100%); /* FF3.6+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,     -ms-linear-gradient(top, #357AE8 0%, #005a9f 100%); /* IE10 */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,      -o-linear-gradient(top, #357AE8 0%, #005a9f 100%); /* Opera 11.10+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,   linear-gradient(to bottom, #357AE8 0%, #005a9f 100%); /* W3C */
	border: 0;
	border-bottom: 3px solid #1A4286;
    font-size: 1.25em !important;
    padding: 15px 20px 15px;
	vertical-align: top;
}

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

.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, #005a9f 0%, #2768B4 100%); /* Saf4+, Chrome */
	background: url('img/search-icon-16.png') no-repeat 28px 5px, -webkit-linear-gradient(top, #005a9f 0%, #2768B4 100%); /* Chrome 10+, Saf5.1+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,    -moz-linear-gradient(top, #005a9f 0%, #2768B4 100%); /* FF3.6+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,     -ms-linear-gradient(top, #005a9f 0%, #2768B4 100%); /* IE10 */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,      -o-linear-gradient(top, #005a9f 0%, #2768B4 100%); /* Opera 11.10+ */
	background: url('img/search-icon-16.png') no-repeat 28px 5px,   linear-gradient(to bottom, #005a9f 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 *** */
.em-search-submit button {
	padding: 8px;
    background: #005a9f !important;
    background: -webkit-linear-gradient(top, #3693DB 0%, #005a9f 100%) !important;
    background: linear-gradient(to bottom, #3693DB 0%, #005a9f 100%) !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-size: var(--font-size) !important;
    line-height: var(--line-height) !important;
    font-weight: var(--font-weight) !important;
    font-family: var(--font-family) !important;
    letter-spacing: 0px !important;
}

.em.pixelbones .input button,
input[type="submit"]:not(.adminbar-button),
input[type="button"],
input[type="reset"],
.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button {
	background: #005a9f !important; /* Old browsers */
	background: -webkit-linear-gradient(top, #3693DB 0%, #005a9f 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3693DB 0%, #005a9f 100%) !important; /* W3C */
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	display: inline-block !important;
	text-decoration: none !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-size: var(--font-size) !important;
    line-height: var(--line-height) !important;
    font-weight: var(--font-weight) !important;
    font-family: var(--font-family) !important;
    letter-spacing: 0px !important;
}
.em button.input.em-tooltip-ddm {
	margin: 0 !important;
  padding: 0 !important;
  padding:8px !important;
  margin: 8px !important;
  display:block;
}
.em-search-submit button,.em button.input.em-tooltip-ddm {
	background: linear-gradient(to bottom, #3693DB 0%, #005a9f 100%) !important;
	color: white !important;
}
.em-search-submit button:hover,.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button:hover, .search-form .search-submit:hover,.em button.input.em-tooltip-ddm:hover {
	background: linear-gradient(to top, #3693DB 0%, #005a9f 100%) !important;
}
.em-search-submit button:active,.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button:active, .search-form .search-submit:active,.em button.input.em-tooltip-ddm:active,.em button.input.em-tooltip-ddm:focus  {
	background: linear-gradient(to top, #3693DB 0%, #005a9f 100%) !important;
}
/*
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, input[type="submit"]:before {
	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;
}*/


/* Warteliste und Formulare Screens*/
.em.em-calendar {
    --nav-color: #777;
    --nav-border: 1px solid #dedede;
    --nav-background: none;
    --event-border-color: #ccc;
    --event-background-color: #dedede;
    --event-color: #fff;
    --header-border: 1px solid #dedede;
    --header-background: transparent;
    --header-color: #888;
    --date-box-border: 1px solid #dedede;
    --date-color: #999;
    --date-background: #fff;
    --date-border-color: #cdcdcd;
    --date-border: 1px solid var(--date-border-color);
    --date-today-color: #fff;
    --date-today-background: #aaa;
    --date-today-border: 1px solid #cdcdcd;
    --date-more-color: var(--nav-color);
    --calendar-background: #f2f6fa;
    --counter-background: #F36752;
    display: block;
    width: 100%;
}
.em.em-search .em-search-main.em-search-main-bar, .em.em-search-advanced .em-search-main.em-search-main-bar, .em .em-search-advanced .em-search-main.em-search-main-bar {
	border-radius: 4px;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
    text-align: left;
    background-color: var(--event-background-color);
    border: 1px solid var(--event-border-color);
    color: var(--event-color);
    position: absolute;
    width: calc(100% + -12px);
    height: 28px;
    margin: 0;
    padding: 0px 0px;
    left: 5px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.em.em-modal .em-modal-popup header .em-modal-title a {
    color: var(--text-color-normal) !important;
    padding: 0px 12px;
}
.em.em-calendar .em-cal-body > div {
    border: var(--date-box-border);
    border-right-width: 0;
    border-bottom: none;
    padding: 0px;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
    color: var(--date-color) !important;
    text-decoration: none !important;
    display: inline-block;
    margin: 12px 12px 0px 0px;
    padding: 5px 6px;
    width: 34px;
    height: 34px;
    font-size: 16px;
    background: var(--date-background);
    border-radius: 50%;
    box-sizing: border-box;
}
.em.em-list .em-item .em-item-info .em-item-desc {
    display: none;
}
.em.em-modal .em-modal-popup header {
    background: #f2f6fa;
}
.em.em-modal .em-modal-popup header {
    background: #fff5d7;
}
.em.em-list .em-item .em-item-info .button {
    margin-bottom: 0 !important;
    background: linear-gradient(to bottom, #357AE8 0%, #005a9f 100%) !important;
	color: white !important;
}
.em.em-list .em-item .em-item-info .button:hover {
    margin-bottom: 0 !important;
    background: linear-gradient(to top, #357AE8 0%, #005a9f 100%) !important;
	color: #3a5368 !important;
}
.em .em-tooltip-ddm-display a {
    padding: 5px;
    display: block;
    min-width: 100%;
}
.tippy-box {
    min-width: 132%;
}
.em button.input.em-tooltip-ddm[aria-expanded=true] {
    background-image: none !important;
}
html .em-events-list .events-table:not(.css-events-month table) {
  background-color: #f2f6fa;
  margin-bottom: 1em;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding-bottom: 24px;
  padding: 8px 8px 20px 8px;
  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: 4px 4px 4px 4px;
}
.em-login-buttons button {
    padding: 8px;
	margin: 5px 0px;
}
.em-login-links a {
	margin-left: 24px;
}
.wpDirAuthMsg {
	padding:16px 0px;
}
.em-login-content,.em-login-trigger{
	background-color: #f2f6fa;
	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: 1px solid var(--main-border-color);
    border-radius: 4px;
	padding: 15px;
}
form.em-form.em-login-form p label {
    width: 112px;
    display: block;
    float: left;
	font-weight: bold;
}
.em-booking-form label {
	display: inline-block;
	width: 13em;
	vertical-align: top;
    padding: 0px 0px 8px 0px;
    text-align: left;
}
.input-field-booking_comment label {
	margin-bottom: 12px;
}

.em.em-event-booking-form form {
  width: 100%;
  position: relative;
  border-radius: 4px;
  word-wrap: break-word;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
  background: #f2f6fa; 
  top: 12px;
  margin-bottom: 24px;
}

.em.em-event-booking-form .em-booking-form {
  width: 100%;
}

.em.em-event-booking-form .em-waitlist-form {
  width: 96%;
}

.em.em-event-booking-form p:first-of-type:is(:last-of-type)  {
	padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 2.5px !important;
    display: block !important;
    color: #084298 !important;
    background-color: #cfe2ff !important;
    border-color: #b6d4fe !important;
}

.em.em-event-booking-form form p:first-of-type:is(:last-of-type)  {
    color: var(--text-color-normal) !important;
    background-color: unset !important;
    border-color: unset !important;
	border: 0 !important;
}

.em.em-event-booking-form {
  top: 12px;
}

.em.em-event-booking-form .em-booking-section {
  position: relative;
  width: auto;
  float: none;
  padding: 0;
  margin: 0px;
  top: 20px;
}

.em.em-event-booking-form .em-booking-form {
    border: 1px solid var(--main-border-color);
    border-radius: 4px;
}

.em.em-event-booking-form .em-booking-form-section-details .em-booking-section {
  margin: 0px 16px 16px 16px;
}

.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking {
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-top: 1px solid #dedede;
	min-width: 88vw;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings {
    margin: 0px 0px 0px 0px;
    padding-bottom: 0;
    border: 0;
    text-align: left;
	display:flex;
}

.em.em-event-booking-form .em-tickets .em-tickets-spaces {
    margin: 0px 0px 0px 6px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #cdcdcd;
}

.em.em-event-booking-form .em-booking-form > section {
    margin: 0;
    padding: 0px 0px 12px 0px;
}
.em-waitlist-form {
	border: 1px solid var(--main-border-color);
    border-radius: 4px;
    word-wrap: break-word;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    background: #f2f6fa;
    padding: 12px 24px;
}
.event-body .em-waitlist-form p {
	padding-left: 0px;
  	padding-top: 12px;
}
.em-waitlist-form p label{
  padding: 9px 9px 9px 0px;
  margin: 12px 6px 6px 0px;
  min-width: 4em;
  display: inline-block;
}
.em-waitlist-form p input{
  padding: 9px;
  margin: 12px 6px 6px 12px;
  min-width: 260px;
  display: inline-block;
}

.em-waitlist-form p select{
  padding: 9px;
  margin: 12px 6px 24px 12px;
  min-width: 280px;
  display: inline-block;
  border: 1px solid #ccc;
  font-family: inherit;
  border-radius: 4px;
}
.em.em-event-booking-form.em-waitlist-booking-cancel button {
	background: #2768B4; /* Old browsers */
	background: -webkit-linear-gradient(top, #005a9f 0%, #2768B4 100%); /* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #3693DB 0%, #005a9f 100%) !important; /* W3C */
	border: 0;
	padding: 15px;
	margin: 0px auto 20px auto;
  	width: 100%;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
	border-radius: 4px !important;
}
.em.em-event-booking-form.em-waitlist-booking-cancel button:hover, .em.em-event-booking-form .em-button.em-booking-submit:hover {
	background: linear-gradient(to top, #3693DB 0%, #005a9f 100%) !important; /* W3C */
}
.em.em-event-booking-form .em-booking-form .input-user-field label {
  min-width: 4em;
  display: inline-block;
}
.em.em-event-booking-form .em-booking-form .input-user-field input, p[class*="input-field-"] input:not([id*="pflichtfeld-datenschutz"]):not([type="checkbox"]):not([type="radio"]), p[class*="input-"] input:not([id*="pflichtfeld-datenschutz"]):not([type="checkbox"]):not([type="radio"]) {  
  padding: 9px;
  min-width: 453px;
  display: inline-block;
}

p[class*="input-field-"] textarea {
	min-width: 460px;
}

p[class*="input-field-"] input[type="checkbox"]:not([id*="pflichtfeld-datenschutz"]) {
	margin-left: 238px;
    margin-top: 8px;	
}

.em.em-event-booking-form .em-booking-form .input-user-field select,
.em.em-event-booking-form .em-booking-form .input-select select {
  padding: 9px;
  max-width: 472px;
  min-width: 472px;
  width: 472px;
  display: inline-block;
  border: 1px solid #ccc;
  font-family: inherit;
  border-radius: 4px;
}
.em.em-event-booking-form .em-booking-form .input-user-field select, 
.em.em-event-booking-form .em-booking-form .em-ticket-select,.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select {
	width: 474px !important;
	min-width: 474px !important;
	max-width: 474px !important;
	min-height: 104%;
	display: inline-block;
    border: 1px solid #ccc;
    font-family: inherit;
    border-radius: 4px;
	padding: 9px !important;
}
.em-tickets, .em-ticket {
	display: flex !important;
	width:100%;
}
.em.em-event-booking-form .em-tickets tr {
	padding: 0 0 0 8px !important;
}
.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces {
	width:100%;	
}

.em.em-event-booking-form .em-tickets tr td:first-child {
    display: inline-block;
}

.em-bookings-ticket-table-type {
	min-width:13.1em;
}
.em.em-event-booking-form .em-booking-form .em-datepicker .em-date-input {
  padding: 9px;
  min-width: 452px;
  display: inline-block;
}
.em.em-event-booking-form .em-tickets tr td {
    padding: 8px 0px 0px 0px !important;
    border: 0 !important;
}
.em.em-event-booking-form .em-tickets tr {
	border: none !important;
}
.em-booking-form .em-booking-form-details textarea {
	resize: vertical;	
	width: 472px;
	padding: 0px 0px 0px 0px;
}

#em-booking-submit {
	padding: 12px 12px 12px 12px;
    margin: 20px 20px 12px 0px;	
	width: 100%;
} 

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, #005a9f 0%, #2768B4 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #005a9f 0%, #2768B4 100%); /* W3C */
	border: 0;
	cursor: pointer;
}
.em.em-list.em-grid > div.em-item .em-item-info {
    margin-top: 0px;
    padding: 10px 10px 20px 15px;
}
.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;
}

.em.em-event-booking-form .em-button.em-booking-submit {
  width: 95.5% !important;
  padding: 15px;
  font-size: var(--font-size);
  font-weight: bold;
  margin-bottom: 28px;
}
.em.em-event-booking-form .em-button.em-booking-submit:hover {
background: linear-gradient(to bottom, #3693DB 0%, #2768B4 100%);
}

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

/* *** 6. NAVIGATION *** */
.menu-hauptmenue-container {
padding: 0px 0px;
}

nav.main-navigatiion  {
	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: #005a9f;
	-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,nav.main-navigation > div.shrink  > div > ul.nav-menu {
}

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

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


nav.main-navigation > div.shrink > div > ul.nav-menu  > li:first-child > a{                                                                                                                                                                       background: url('img/home-icon.png');                                                                                                                                                                                                        background-size: 20px 20px;                                                                                                                                                                                                                  background-repeat: no-repeat;                                                                                                                                                                                                                background-position: 18px 12px;                                                                                                                                                                                                               display: relative;
    width: 24px;
}

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

.high nav.main-navigation  > div > ul.nav-menu > li:first-child > a span,
nav.main-navigation > div.shrink  > 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.shrink  > div > ul.nav-menu  li {                                                                                          position: relative;
   padding: 3px 0px;
}

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;
	font-family: Roboto Condensed, Arial, sans-serif;
	font-size: 1.125rem;
    line-height: 1.5;
	font-weight: 400;
}

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

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

nav.main-navigation  > div > ul.nav-menu  li:hover a,
nav.main-navigation > div.shrink  > 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
nav.main-navigation > div.shrin  > div ul.nav-menu  li a:hover,                                                                                           
nav.main-navigation > div.shrink  > div ul.nav-menu ul.sub-menu  li a:hover{
	background: #FFCE00;
	color: #333;
}

nav.main-navigation  > div ul.nav-menu  li:first-child a:hover,
nav.main-navigation > div.shrink  > 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 > div.shrink > div > ul.nav-menu  li:hover ul.sub-menu {
	z-index: 1;
} 

nav.main-navigation ul.nav-menu ul.sub-menu,
nav.main-navigation > div.shrink 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: #005a9f;
	display: block;
}

nav.main-navigation > div.shrink ul.nav-menu ul.sub-menu  li{
	border-top: 1px solid #fff;
	background: #005a9f;
} 

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

nav.main-navigation > div.shrink ul.nav-menu ul.sub-menu  li a {
	color: #fff;
	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,
nav.main-navigation > div.shrin 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,
nav.main-navigation > div.shrin  > 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 *** */

.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;
}
.em-osm-map {
	min-width: 100%;
    width: 550px !important;
    height: 400px !important;
    position: relative;
    max-width: 100%;
}
.em-osm-map,.em-osm-map,.leaflet-container {
	border-radius: 4px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
	margin: 24px 0px;
}
.event-meta-and-map {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 20px;
}

.event-meta-and-map div {
	vertical-align: top;
	display: inline-block;
}
.em.em-event-booking-form h3.em-booking-section-title {
	font-size: 1em !important;
}
.event-meta{
	width: 40%;
}

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

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

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

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

.event-reservation {
	padding: 0px;
	margin-top: 1.5em;
}

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

.event-reservation h3,.event-meta h3 {
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 1em; 
    color: var(--main-h3-color);
    font-size: 1em !important;
    font-weight: bold;
}

.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: left;
}

.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;		
}

.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: 1em;
	/*width: 20em;*/
}

.em.em-event-booking-form .em-booking-form .input-user-field, .em.em-event-booking-form .em-booking-form .input-group, .em.em-event-booking-form .em-booking-form .input-type {
  display: block !important;
  margin-bottom: 8px !important;
}
.events-table tr:first-child th {
    font-weight: bold;
}

.em.em-event-booking-form .em-booking-form .input-group
.em-booking-form .em-attendee-details select {
	font-size: 0.7em;
	width: 56.2;
}

.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;
	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: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}

.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: 24em;
  padding: 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: auto;
  border-radius: 4px;
/* 	-webkit-appearance: button; */
/* 	-moz-appearance: button; */
/* 	appearance: auto; */
}

.event-body .em-booking-form-details select{
	background: #fff;
	width: 474px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.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: #f2f6fa;}

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

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

.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;
}

.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: 1em; }
[class*="input-field-pflichtfeld-datenschutz"] label span { 
    display: block;
    margin: -24px 0px 2px 20px;
}
.em-booking-form p[class*="input-field-pflichtfeld-datenschutz"] label {
	width: 2px; 
}
.input-field-pflichtfeld-datenschutz {
	padding-top:24px !important;
}
.em-booking-form-details [class*="input-field-pflichtfeld-datenschutz"] input {
	width: 20px;
	padding-top: 20px;
	padding-left: 0px;
}

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

[class*="text-datenschutz"] {
  width: calc(30vw);
  font-size: 0.8em;
  height: 9em;
  margin: -30px 0px 12px 180px;
  line-height: 22px;
  padding-left: 60px;
  word-break: normal;
  display: inline-block;
}

.em-waitlist-booking-approved .em-booking-form-section-details .em-booking-section [class*="text-datenschutz"] {
  margin: 0px 0px 0px 182px;
}

#pflichtfeld-datenschut {
margin-left: 14px;
}

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

/* **** Disclaimer Generic Form-Element **** */
.input-checkboxes {
	padding: 0px 0px 8px 0px;
}
.input-checkboxes span.input-group {
	margin-left: 238px !important;
}
.input-radio span.input-group {
	margin-left: 234px !important;
	margin-top: -24px !important;
}
.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.em-list.size-small .em-item .em-item-image.has-placeholder, .em.em-list.em-grid .em-item .em-item-image.has-placeholder {
    background-color: #f2f6fa;
}

.em.em-search .em-search-main.em-search-main-bar, .em.em-search-advanced .em-search-main.em-search-main-bar, .em .em-search-advanced .em-search-main.em-search-main-bar {
    padding: 1px;
}
.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: #f2f6fa;
	margin-bottom: 1em;
	border-radius: 4px;
    border: 1px solid #ccc;
	padding-bottom: 24px;
}

.css-my-bookings .table-wrap h2,
.css-events-list h2{
	padding: 0;
	font: 700 1.1em Roboto Condensed,Arial,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 Roboto Condensed,Arial,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: 15%; padding-right: 5px; }
.css-my-bookings .table-wrap tr > *:nth-child(5) { width: 15%; 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: #f2f6fa;
	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: #005a9f;
}

.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 *** */
.em.pixelbones li {
  margin-bottom: 5px !important;
  font: 1.05em Roboto Condensed,Arial,sans-serif;
}
.widget {
	background-color: #f2f6fa;
	font-size: 1.2em;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 12px;
	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: 4px 4px 4px 4px;
}

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

.widget ul,.widget li,
.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: #005a9f;
}

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

.em.pixelbones.em-events-widget li > ul,
.em.pixelbones.em-events-widget li > ol {
	margin-bottom: 0px !important;
}

/* 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: 4px;
	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: 1em;
}

select {
	padding: 3px;
}

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: #005a9f;
}

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

.entry-content blockquote {
	font-size: 1em;
}

.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 Roboto Condensed,Arial,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 Roboto Condensed,Arial,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 Roboto Condensed,Arial,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 Roboto Condensed,Arial,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 Roboto Condensed,Arial,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;
    border: 1px solid #ccc;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #f2f6fa;
    word-wrap: break-word;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

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

.kachel-widgets > a:not(:first-child) {
	margin-left: 2%;
}
.kachel-widget-ferienpass, .kachel-widget-ferienfreizeit,.kachel-widget-familienpass,
.kachel-widget-ferienpass:hover, .kachel-widget-ferienfreizeit:hover,.kachel-widget-familienpass:hover{
	border-radius:4px;
	word-wrap: break-word;
	margin: 5px 0px;
	border: 1px solid #ccc;
}
.kachel-widget-ferienpass {
	background: #E6421E url('img/schmetterling44x42.png') 32px 10px no-repeat;
	width: 100%;
	height: 64px;
	font-size: 24px;
	font-family: Roboto Condensed,Arial,sans-serif;
	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: 64px;
}

.kachel-widget-familienpass {
	background: #3c813a url('img/blume44x42-gruen.png') 32px 10px no-repeat;
	width: 100%;
	height: 64px;
	font-size: 24px;
	position: relative;
	font-family: Roboto Condensed,Arial,sans-serif;
}

.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: 64px;
}
.kachel-widget-ferienfreizeit {
    background: #0099df url('img/sonnenschirm44x42.png') 32px 10px no-repeat;
    width: 100%;
    height: 64px;
    font-size: 24px;
    position: relative;
	font-family: Roboto Condensed,Arial,sans-serif;
}

.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: 64px;
}
.kachel-widget-kombiangebot {
	background: url('img/kachel-sonne.png');
	background-size: cover;
}

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

/* 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') 32px 10px no-repeat;
	width: 100%;
	height: 64px;
	font-size: 24px;
	font-family: Roboto Condensed,Arial,sans-serif;
	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') 32px 10px no-repeat;
	width: 100%;
	height: 64px;
	font-size: 24px;
	position: relative;
	font-family: Roboto Condensed,Arial,sans-serif;
}

.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') 32px 10px no-repeat;
    width: 100%;
    height: 64px;
    font-size: 24px;
	font-family: Roboto Condensed,Arial,sans-serif;
    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 {
  border: 1px solid var(--border-color);
  padding: 10px;
  width: 97.9%;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.em.em-search-advanced section.em-search-main > .em-search-field {
  margin: 0 !important;
  min-width: 100%;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings > section.em-search-advanced-section header {
  display: none;
}
div.css-search div.em-search-main .em-search-submit {
	background: linear-gradient(to bottom, #357AE8 0%, #005a9f 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, #005a9f 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;
}

.em.em-event-booking-form h3.em-booking-section-title{
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
	padding-top: 36px;
}

/*Neues Layout für Tablets aktuell nicht verwendet */
.shrink .shrink-toggle-menu,
.shrink .shrink-toggle-search{
position: absolute;
z-index: 200;
width: 40px;
height: 40px;
top: 10px;
border-radius: 4px;
cursor: pointer;
}

.shrink .shrink-toggle-menu{
background:url('img/button_menu-2x.png');
background-size: 40px 40px;
left: 10px;
}

.shrink .shrink-toggle-search{
background:url('img/button_search-yellow-2x.png');
background-size: 40px 40px;
right: 10px;
}

.shrink .shrink-nav-elements .mobile-search-box{
background: #FFCB08 url('../img/search-icon-42.png') 16px 5px no-repeat;
height: 55px;
display: none;
}

.shrink .shrink-nav-elements .mobile-search-box form{
padding-left: 76px;
padding-top: 12px;
white-space: nowrap;
}

.shrink .shrink-nav-elements .mobile-search-box form input.search-field {
font-size: 16px;
width: 75%;
}

.shrink .mac .shrink-nav-elements .mobile-search-box form input.search-field {
font-size: 15px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
}

.shrink .shrink-nav-elements .mobile-search-box form input.search-submit {
padding: 6px 18px 5px;
vertical-align: top;
}

.shrink .mac .shrink-nav-elements .mobile-search-box form input.search-submit {
font-size: 14px;
padding: 6px 18px 4px;
}
/*Layout Ende*/
/*CSS nach Update EM auf v6*/
.em.em-list .em-item {
  color: #222;
}
.em {
	--theme-hue: 0;
	--accent-hue: 208;
	--accent-s: 73%;
	--accent-l: 43%;
  --counter-background: #F36752;
  --counter-color: #fff;
  --counter-background-tentative: #ddd;
  --counter-color-tentative: #888;
  --font-size: 16px;
  --line-height: 20px;
  --default-color: #222;
  --default-border: #4b86b4;
  --palette-1-bg: #03396c;
  --palette-1-color: #FFFFFF;
  --meta-color: #787878;
  --meta-bg: transparent;
  --main-bg: #F5F5F5;
  --main-h3-color: #777777;
  --main-border-color: #cdcdcd;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored {
  --date-border-color-top: none;
  --date-border-color-right: none;
  --date-border-color-bottom: none;
  --date-border-color-left: none;
  --date-border-color: #1e73be;
  --date-border: 3px solid var(--date-border-color);
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored a, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colfontored a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored a {
  border: none;
  min-width: 35px;
}
.em.em-modal .em-modal-popup header {
	width: inherit;
	border-bottom: 1px solid #dedede;
	margin: 0;
	padding: 10px 0 7px 0px;
	border-radius: 4px !important;
	background: #f2f6fa;
}
.event-places {
	width: 150px;
}