/**
* Theme Name:  Prokurs
* Theme URI: https://www.aceArt.de
* Author: aceArt GbmH
* Author URI: https://www.aceArt.de
* Description: Prokurs WordPress theme, originally based on WP default theme.
* Version:     1.0.0
*/

/*
  This is being kept for some specific reasons.
  The backend is now generally headless and would not need frontend css anymore.

  BUT

  - pdf generation (WKHTMLTOPDF)
  - event preview
  - event booking is currently done via iframe with ?booking_only=true
  is code that uses "frontend mechanisms
*/

/*
  MAVEN PRO FONT
*/

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/prokurs/fonts/Maven_Pro/static/MavenPro-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src:
    url(/wp-content/themes/prokurs/fonts/Maven_Pro/static/MavenPro-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/prokurs/fonts/Maven_Pro/static/MavenPro-Bold.ttf) format('truetype');
}

body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  color: #807f7f;
}









/*
  START OLD events_manager.css
*/

div#em-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF url(../images/loading.gif) 50% 50% no-repeat;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99998;
}

.em-search-ajax {
  position: relative;
}

/* Warnings */
.em-warning {
  margin: 10px 0px;
  padding: 10px;
  color: #333;
  border-radius: 3px;
}

.em-warning p {
  margin: 10px 0px !important;
  padding: 0px;
  color: #333
}

.em-warning-errors {
  background-color: #FFEBE8;
  border: 1px solid #C00;
}

.em-warning-confirms {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
}

a.em-button {
  float: right;
  padding: 5px 10px;
  margin: 5px;
  background: #EEE;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}

a.em-button:hover {
  text-decoration: none;
}

/* Search Form */
.em-search div {
  display: inline;
}

.em-search label {
  display: none;
}

.em-search .hidden {
  display: none !important;
}

/* Custom Search CSS */
div.css-search {
  margin-bottom: 20px;
}

div.em-search.css-search label {
  display: inline;
}

div.em-search.css-search div {
  display: block;
}

div.css-search input,
div.css-search select,
div.css-search option,
div.css-search div,
div.css-search span,
div.css-search button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  display: auto;
  font-size: 14px;
  /* reset everything */
}

div.css-search input,
div.css-search select {
  padding: 5px;
}

div.css-search {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 5px;
  min-height: 40px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Main Search */
div.css-search.has-advanced div.em-search-main {
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
}

div.css-search div.em-search-main div {
  display: inline;
}

div.css-search div.em-search-field {
  padding: 5px 0px;
}

div.css-search input.em-search-text,
div.css-search input.em-search-geo {
  width: 90%;
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  border: none;
  outline: none !important;
  color: #666;
  text-overflow: ellipsis;
}

div.css-search div.em-search-geo {
  margin: 0px 0px 0px 5px;
  padding-left: 20px;
  background: url(../images/search-geo.png) 0px 3px no-repeat;
}

div.css-search div.em-search-text {
  margin: 0px 0px 0px 5px;
  padding-left: 20px;
  background: url(../images/search-mag-ico.png) 0px 4px no-repeat;
}

/* Geo field specifics */
div.css-search input.em-search-geo::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  line-height: 16px;
  padding: 3px 0px;
  border: none;
  outline: none;
  color: #666;
}

div.css-search input.em-search-geo:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  border: none;
  outline: none;
  color: #666;
}

div.css-search input.em-search-geo::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  border: none;
  outline: none;
  color: #666;
}

div.css-search input.em-search-geo:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  border: none;
  outline: none;
  color: #666;
}

div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
  width: 40%;
}

.pac-container .pac-item {
  padding: 4px 4px !important;
}

/* Main Search Button */
div.css-search div.em-search-main .em-search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-box-shadow: 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7d282), color-stop(1, #8eb56d));
  background: -moz-linear-gradient(center top, #b7d282 5%, #8eb56d 100%);
  background-color: #b7d282;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #c7c5c7;
  line-height: 16px;
}

div.css-search div.em-search-main .em-search-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C4DB99), color-stop(1, #A4C48A));
  background: -moz-linear-gradient(center top, #C4DB99 5%, #A4C48A 100%);
  background: -ms-linear-gradient(top, #C4DB99, #A4C48A);
  background: -o-linear-gradient(top, #C4DB99, #A4C48A);
  background: linear-gradient(top, #C4DB99, #A4C48A);
  background-color: #A4C48A;
}

div.css-search div.em-search-main .em-search-submit img {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
}

/* Advanced Search */
div.css-search div.em-search-location,
div.em-search-location-meta {
  margin: 0px;
  padding: 0px;
}

div.css-search div.em-search-advanced,
div.css-search div.em-search-options {
  padding: 5px 8px;
}

div.css-search div.em-search-advanced>div {
  clear: both;
}

div.css-search div.em-search-advanced label {
  display: block;
  float: left;
  min-width: 100px;
}

div.css-search div.em-search-advanced .em-search-submit {
  margin: 10px 0px;
}

div.css-search.no-search-main div.em-search-advanced.visible div {
  display: inline;
  clear: none;
}

div.css-search.no-search-main div.em-search-advanced.visible label {
  display: none;
}

div.css-search div.em-search-options {
  text-align: right;
}

/* Booking Form */
.em-booking {
  margin: 15px 0px 10px 0px;
  position: relative;
}

.em-booking-form {
  position: relative;
  clear: left;
}

.em-booking-form p {
  clear: left;
}

.em-booking-form label {
  display: block;
  float: left;
}

.em-booking-form span.input-group input {
  margin-left: -20px;
}

.em-booking-form span.input-group {
  display: block;
  margin-left: 120px;
}

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

/* Tickets */
.em-tickets {
  margin-bottom: 20px;
}

/* Message Errors */
div.em-booking-message {
  margin: 10px 0px;
  padding: 10px;
  color: #333;
  border-radius: 3px;
}

div.em-booking-message p {
  margin: 10px 0px;
  padding: 0px;
  color: #333;
}

div.em-booking-message-success {
  margin: 70px 0px;
  background-color: #f1fff0;
  border: 1px solid #a8d144;
}

div.em-booking-message-error {
  background-color: #FFEBE8;
  border: 1px solid #C00;
}

/* Optional Login Form */
div.em-booking-login {
  padding: 10px 10px 10px 20px;
  margin: 0px 0px 0px 390px;
  border-left: 1px solid black;
}

div.em-booking-login label {
  display: inline-block;
  width: 90px;
}

div.em-booking-login p {
  margin: 10px 0px !important;
  padding: 0px !important;
}

div.em-booking-login input {
  margin: 0px;
}

/* Add Event Form */
#event-form h4 {
  margin: 25px 0px 15px 0px;
  font-weight: bold;
}

#event-form p {
  margin-top: 10px;
}

#event-form .inside {
  clear: both;
  margin-bottom: 20px;
}

/* Event Details */
#event-form #event-name {
  width: 80%;
  padding: 2px;
}

#event-form .event-extra-details {
  margin-top: 20px;
}

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

/*Tickets*/
#event-rsvp-box {
  margin: 10px;
}

#event-rsvp-options label {
  font-weight: bold;
}

/*Tickets*/
.em-tickets-row .ticket-status span.ticket_on {
  display: block;
  width: 10px;
  height: 10px;
  background: green;
}

.em-tickets-row .ticket-status span.ticket_off {
  display: block;
  width: 10px;
  height: 10px;
  background: red;
}

.em-tickets-row .ticket-status span.ticket_new {
  display: block;
  width: 10px;
  height: 10px;
  background: grey;
}

#em-tickets-form th {
  width: auto;
}

#em-tickets-form th.ticket-status {
  width: 20px;
}

/* Ticket Forms */
.em-ticket-form .ticket-options {
  margin-top: 10px;
}

.em-ticket-form>div>div,
#em-tickets-form .ticket-dates>div {
  clear: both;
  padding-top: 4px;
}

.em-ticket-form label {
  display: block;
  float: left;
  min-width: 105px;
  padding-right: 5px;
}

#em-tickets-form .ticket-name input,
#em-tickets-form .ticket-description textarea {
  width: 50%
}

#em-tickets-form .em-ticket-form-actions {
  clear: both;
}

#em-tickets-form .ticket-spaces input,
#em-tickets-form .ticket-price input {
  width: 80px;
}

#em-tickets-form .ticket-dates input.em-date-input-loc {
  width: 90px;
}

#em-tickets-form .ticket-required input,
#em-tickets-form .ticket-roles input {
  width: auto;
}

#em-tickets-form .ticket-roles div {
  margin-left: 110px;
}

/* The editor */
#wp-em-editor-content-wrap table {
  margin-bottom: 0px;
}

/* Location form */
#event-form table.em-location-data td,
#event-form table.em-location-data th {
  vertical-align: top;
  border: none;
}

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

#event-form table.em-location-data {
  width: 50%;
  float: left;
  border: none;
}

#event-form .em-location-map-container {
  width: 50%;
  height: 300px;
  float: left;
}

#event-form .em-location-map-404,
#event-form .em-location-map-content {
  width: 100%;
  height: 100%;
}

#event-form .em-location-map-404 {
  vertical-align: middle;
  text-align: center;
}

/* Booking Admin */
/* Generic Table Info */
table.em-form-fields td,
table.em-form-fields th {
  text-align: left;
  vertical-align: top;
}

table.em-form-fields th {
  padding: 0px 20px 5px 0px;
}

/* Bookings Table */
.em_obj {
  position: relative;
}

.em_obj .table-wrap {
  clear: left;
  padding-top: 5px;
}

.em-bookings-table .em-bookings-table-export,
.em-bookings-table .em-bookings-table-settings {
  float: left;
  display: block;
  margin: 2px 5px;
  width: 25px;
  height: 25px;
}

.em-bookings-table .em-bookings-table-export {
  background: url(../images/csv.png) 0px 0px no-repeat;
}

.em-bookings-table .em-bookings-table-settings {
  background: url(../images/settings.png) 0px 0px no-repeat;
}

/* Settings & Export */
#em-bookings-table-export,
#em-bookings-table-settings {
  width: 500px;
  height: 75%;
}

#em-bookings-table-export form,
#em-bookings-table-settings form {
  height: 100%;
  overflow: auto;
}

/* Sorting */
.em-bookings-table-overlay ul.em-bookings-cols-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
  float: left;
  margin-right: 10px;
}

.em-bookings-table-overlay ul.em-bookings-cols-sortable li {
  margin: 0 5px 5px 5px;
  padding: 3px 8px;
  font-size: 12px;
  width: 120px;
  font-weight: none;
  cursor: move;
}

.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {}

.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default {
  color: #999;
}

#em-bookings-export-cols-inactive,
#em-bookings-cols-inactive {
  width: 300px;
}

#em-bookings-export-cols-inactive li,
#em-bookings-cols-inactive li {
  float: left;
}

/* Single Booking Edit View */
#em-bookings-admin-booking .em-booking-single-info {
  display: none;
}

#em-bookings-admin-booking .em-booking-single-form {
  padding-right: 20px;
}

/* Printable stuff */
body#printable {
  font-family: Gill Sans, Helvetica, Arial, sans-serif;
  text-align: center;
}

body#printable #container {
  margin: 0 auto;
  width: 780px;
  text-align: left;
}

body#printable table#bookings-table {
  width: 600px;
  border-spacing: 0px;
}

body#printable table#bookings-table td {
  padding: 5px 0;
}

body#printable table#bookings-table td.spaces-number {
  text-align: right;
  padding-right: 20px;
}

body#printable table#bookings-table th {
  text-align: left;
  margin-left: 5px;
}

body#printable table#bookings-table tr#booked-spaces td {
  border-top: 2px solid #999;
}

body#printable table#bookings-table td.total-label {
  text-align: right;
}

body#printable table#bookings-table tr#booked-spaces td.spaces-number,
table#bookings-table tr#available-spaces td.spaces-number {
  font-weight: bold;
}

/* Calendar Styles */
table.em-calendar td {
  padding: 2px 4px;
  text-align: center;
}

table.em-calendar.table tr.days-names {
  font-weight: bold;
}

table.em-calendar td.eventless-pre,
.em-calendar td.eventless-post {
  color: #ccc;
}

table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
  color: #aaa;
  text-decoration: underline;
}

table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  color: #FD7E29;
}

table.em-calendar td.eventful-today a {
  font-weight: bold;
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: #CFCFCF;
}

table.em-calendar thead {
  font-size: 120%;
  font-weight: bold;
}

table.fullcalendar {
  border-collapse: collapse;
}

table.fullcalendar td {
  text-align: left;
  width: 50px;
  height: 50px;
  border: 1px solid #888;
}

div.em-calendar-wrapper {
  position: relative;
}

/*
Maps - if the info balloons don't look right on your site, chances are it's a CSS issue. 
Google is VERY sensitive to CSS rules for the infowindows, making it hard to accommodate every theme in WP. 
Please edit your theme's CSS to override this 
*/
.em-map-balloon .em-map-balloon-content {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 20px 0px !important;
  font-size: 12px !important;
  color: #000000 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}

.em-location-map img,
.em-locations-map img,
#em-map img {
  max-width: none !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  width: auto;
}

/* Time Picker */
#start-time,
#end-time {
  width: 7em;
}

#start-time.error,
#end-time.error {
  border: #cc0000 1px solid;
}

div.time-picker {
  position: absolute;
  height: 191px;
  width: 5em;
  /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}

div.time-picker-12hours {
  width: 7em;
  /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
}

div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}

/*
  END OLD events_manager.css
*/


























button,
input,
textarea,
select {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 6px;
  background-color: white;
}

/*
  START .main-navigation
*/
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
  border-bottom: 1px solid #85a10a;
  border-top: 1px solid #85a10a;
  display: inline-block !important;
  text-align: left;
  width: 100%;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
  color: #85a10a;
  font-weight: bold;
}

.main-navigation li a {
  border-bottom: 0;
  color: #6a6a6a;
  line-height: 3em;
  text-transform: none;
  white-space: nowrap;
}

.main-navigation li.current-menu-item {
  background: url(https://prokurs.net/global-assets/icon_status_frei.png) no-repeat 0px 10px;
  padding: 0 0 0 20px;
}

/*
  END .main-navigation
*/

#masthead {
  padding: 24px 0 0 0;
}

.site-content {
  margin: 20px 0 0 0;
  width: 100%;
}

.entry-content p {
  margin: 0;
}

table#verwandte_termin {
  margin-top: 15px;
}

table#verwandte_termin thead tr th {
  background-color: #85a10a;
  text-align: left;
}

ul.em-categories-list {
  list-style-type: none;
}

ul.em-categories-list li {
  background: url(https://prokurs.net/global-assets/icon_status_frei.png) no-repeat 0px 2px;
  padding: 0 0 0 20px;
}

article#post-13 header,
article#post-11 header,
article#post-9 header {
  display: none;
}

div#page {
  max-width: 830px;
}

div#em-wrapper table.events-table {
  clear: both;
}

div#em-wrapper table.events-table thead tr {
  background-color: #85a10a;
  color: #ffffff;
}

.dagw div#em-wrapper table.events-table thead tr {
  background-color: #7ba8ce;
  color: #ffffff;
}

.fobiu div#em-wrapper table.events-table thead tr {
  background-color: #e3b426;
  color: #ffffff;
}

.physioservice div#em-wrapper table.events-table thead tr {
  background-color: #779fda;
  color: #ffffff;
}

.velemed div#em-wrapper table.events-table thead tr {
  background-color: #11afa0;
  color: #ffffff;
}

.ecampus div#em-wrapper table.events-table thead tr {
  background-color: #e63212;
  color: #ffffff;
}

.entry-content th,
.comment-content th {
  line-height: 2em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 12px;
  line-height: 1;
  border: 3px solid #ffffff;
}

.entry-content td,
.comment-content td {

  padding: 10px;
  margin: 0px;
  border: 3px solid #ffffff;

}

div#em-wrapper tbody tr:nth-child(2n + 2) {
  background: #f9fafc;
}

div#em-wrapper tbody td {
  vertical-align: top;
}

div#em-wrapper tbody td.pro-status {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

div#em-wrapper tbody td.pro-status img {
  padding: 0;
  border: none;
  box-shadow: none;
}


div#em-wrapper tbody td.pro-seminar {
  max-width: 50%;
}

div#em-wrapper .pro-gebuehr {
  width: 80px;
  text-align: right;
}

div#em-wrapper tbody td.pro-datum {
  width: 90px;
}

div#em-wrapper tbody td.pro-punkte {
  text-align: center;
}


a {
  color: #85a10a;
  text-decoration: none;
}

.dagw a {
  color: #7ba8ce;
  text-decoration: none;
}

.fobiu a {
  color: #e3b426;
  text-decoration: none;
}

.physioservice a {
  color: #779fda;
  text-decoration: none;
}

.box_bottom_border {
  border-bottom: 2px solid #94ad29;
}

.fobiu .box_bottom_border {
  border-bottom: 2px solid #e3b426;
}

.mmpbox {
  float: right;
  background-color: #f6f8ee;
  padding: 1em;
  width: 300px;
}

.fobiu .mmpbox {
  background-color: #fefbf4;
}

.mmpbox img {
  width: 100%;
}

.mmpbox span {
  line-height: 1;
  margin: 0 0 0.8em;
  display: block;
}

.event-categories-fortbildung-urlaub h2 {
  width: auto;
  color: #94ad29;
  text-transform: uppercase;
  font-weight: normal;
}

.event-categories-fortbildung-urlaub table thead td {
  background-color: #94ad29;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.infokasten {
  padding: 1em 1em 1em 4em;
  background-image: url('images/icon_info.png');
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-color: #f6f8ee;
}

.event-categories-fortbildung-urlaub .entry-content .em-ticket-select {
  display: inline-block;
}

.fobiu .event-categories-fortbildung-urlaub h2 {
  color: #e3b426;
}

.fobiu .event-categories-fortbildung-urlaub table thead td {
  background-color: #e3b426;
}

.fobiu .infokasten {
  background-image: url('images/icon_info_gelb.png');
  background-color: #fefbf4;
}

/* Theme my Login */

div#theme-my-login1.formular {
  display: inline-block;
  padding: 0 0 0 50px;
  max-height: 55px;
  width: 511px;
  text-align: right;
  position: relative;
}

div#theme-my-login1 {
  position: absolute;
  top: -5px;
  right: 0px;
  text-align: right;
  display: block;
}

div.me-login {
  vertical-align: top;
  border-bottom: 1px solid #85a10a;
  position: relative;
  min-height: 27px;
}

.dagw div.me-login {
  border-bottom: 1px solid #47739c;
}

.fobiu div.me-login {
  border-bottom: 1px solid #e3b426;
}

div#tml-titel {
  float: left;
  padding: 0px;
}

div#theme-my-login1 form p {
  float: left;
  padding: 0 5px;
  vertical-align: bottom;
}

div#theme-my-login1 form {
  float: left;
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}

div#theme-my-login1 form p.submit {
  padding-top: 12px;
}

div#theme-my-login1 form p.forgetmenot {
  display: none;
}

ul.tml-action-links {
  float: right;
}

div.login p.message {
  margin: 0 0 20px 0;
}

/* Einzelveranstaltung */

div#veranstaltungsbild {
  float: right;
  max-width: 300px;
}

div#veranstaltungsbild img {
  margin: 0px 0px 15px 15px;
  max-width: 100%;
  max-height: 100%;
}

div.textauszug {
  margin-top: 20px;
}

div.em-events-search {
  padding: 0;
  width: 100%;
}

div.em-events-search input.em-events-search-text {
  width: 310px;
  margin: 3px 0 7px 0;
}

div.css-search div.em-search-text {
  margin: 0 20px 0 0;
  padding: 0;
  background-image: none;
  width: 70%;
  display: inline-block;
}

div.css-search div.em-search-main .em-search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-box-shadow: 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #85a10a), color-stop(1, #8eb56d));
  background: -moz-linear-gradient(center top, #85a10a 5%, #8eb56d 100%);
  background-color: #85a10a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #c7c5c7;
  line-height: 16px;
}

div.css-search div.em-search-main .em-search-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8eb56d), color-stop(1, #85a10a));
  background: -moz-linear-gradient(center top, #8eb56d 5%, #8eb56d 100%);
  background: -ms-linear-gradient(top, #8eb56d, #85a10a);
  background: -o-linear-gradient(top, #8eb56d, #85a10a);
  background: linear-gradient(top, #8eb56d, #85a10a);
  background-color: #85a10a;
}

div.events-search-legende {
  float: right;
}

div.events-search-legende table {
  float: right;
  width: 140px;
  border: none;
  margin: 10px;
  line-height: 16px;
}

div.events-search-legende table td {
  vertical-align: middle;
  border: none;
  padding: 0;
}

div.events-search-legende table td img {
  border: none;
  box-shadow: none;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 0;
  box-shadow: none;
}

#user_login1 {
  width: 125px;
}

#user_pass1 {
  width: 125px;
}

header#masthead * {
  vertical-align: top;
}

/*Status Legende*/

div.status-legende {
  display: block;
}

div.status-legende ul {
  list-style-type: none;
  padding: 0 20px 0 5px;
  display: inline-block;
  margin: 0px 0 10px 0;
}

div.status-legende ul li {
  display: inline-block;
  margin: 0 2em 0 0;
  border: none;
}

div.status-legende p {
  display: inline-block;
  padding: 0 0 2px 10px;
  position: relative;
  top: -3px;
  line-height: 1;
}

div.status-legende img {
  border: none;
  box-shadow: none;
}

div.em-booking-buttons {
  clear: both;
}

.em-search-wrapper div.css-search div.em-search-advanced {
  display: none;
}

input[type="submit"].button-pk,
input[type="submit"].em-booking-submit,
input[type="submit"]#wp-submit,
.button-pk,
.button-pk-blau {
  background: #85a10a;
  padding: 15px;
  border: none;
  color: white;
  margin: 0;
  float: right;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  line-height: 1;
  font-size: 15.4px;
  padding: 6px;
  width: 202px;
}

.dagw input[type="submit"].button-pk,
.dagw input[type="submit"].em-booking-submit,
.dagw input[type="submit"]#wp-submit,
.dagw .button-pk,
.dagw .button-pk-blau {
  background: #47739c;
}

.fobiu input[type="submit"].button-pk,
.fobiu input[type="submit"].em-booking-submit,
.fobiu input[type="submit"]#wp-submit,
.fobiu .button-pk,
.fobiu .button-pk-blau {
  background: #e3b426;
}

input[type="submit"].em-booking-submit {
  float: none;
  margin-top: 2em;
}

div.css-search .pk-form input[type=text] {
  width: 100%;
  border: none;
  padding: 15px;
  margin: 0;
}

div.css-search div.pk-suchfeld {
  padding: 15px;
  margin-bottom: 30px;
}

.em-search-wrapper div.em-events-search .em-search-main {
  border: 0;
}

.bg-hblau {
  background-color: #f9fafc;
}

.kurs {
  font-style: italic;
}

div.me-login {
  display: none;
}

.entry-title {
  font-size: 20px;
  color: #94ad29;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0.2em;
  text-transform: uppercase;
}

.dagw .entry-title {
  color: #47739c;
}

.fobiu .entry-title {
  color: #e3b426;
}

#masthead {
  padding: 0;
}

#primary {
  margin: 0;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  line-height: 1.5;
}

h5.kursnummer-head {
  font-weight: normal;
}

.entry-content ul {
  padding: 20px 0 5px 0;
  margin: 0;
  list-style-type: none;
  list-style-image: url('images/icon_haken.png');
  list-style-position: inside;
}

.fobiu .entry-content ul {
  list-style-image: url('images/icon_haken_gelb.png');
}

.entry-content li {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  margin: 0;
}

.entry-content li a {
  color: #9d9d9d;
}

/*
  START TABLE KURSDETAILS
*/

.entry-content .kursdetails {
  background-color: #f6f8ee;
  margin: 24px 0;
  padding: 0 20px;
}

.entry-content .kursdetails table {
  border-collapse: collapse;
  width: 100%;
}

.entry-content .kursdetails table td {
  border: 0;
  line-height: 1.4;
  border-bottom: 1px solid #cecece;
}

.entry-content .kursdetails table tr:last-child td {
  border-bottom: none;
}

.entry-content .kursdetails table ul.event-categories {
  list-style: none;
  margin: 0;
}

.entry-content .kursdetails table ul.event-categories li {
  margin: 0;
}

.entry-content .kursdetails table img {
  padding-top: 5px;
  border: none;
  box-shadow: none;
}

.entry-content .kursdetails table p.status {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  padding: 2px 0 0 5px;
  height: 24px;
}

/*
  END TABLE KURSDETAILS
*/

table.em-tickets {
  border-bottom: 1px solid #cecece;
  margin: 0;
}

table.em-tickets td {
  border: none;
  padding-left: 0;
  font-weight: 600;
}

.entry-content .em-ticket-select {
  display: none;
}

.pk-gr {
  color: #94ad29;
}

.dagw .pk-gr {
  color: #47739c;
}

.fobiu .pk-gr {
  color: #e3b426;
}

.entry-content h5 {
  text-transform: uppercase;
}

/*
  START .em-booking-form-details {
*/

.em-booking-form-details .em-booking-submit {
  width: auto;
}

.em-booking-form-details p {
  max-width: 340px;
  display: block;
  margin: 1em 40px 0 0;
  float: left;
  clear: none;
}

.em-booking-form-details p.input-field-em_strasse,
.em-booking-form-details p.input-dbem_anrede,
.em-booking-form-details p.input-field-em_berufsbezeichnung,
.em-booking-form-details p.input-field-dbemre_praxis,
.em-booking-form-details p.input-field-dbemre_strasse,
.em-booking-form-details p.input-first_name {
  clear: both;
}

.em-booking-form-details p.input-field-em_plz,
.em-booking-form-details p.input-field-dbemre_plz {
  width: 80px;
  clear: both;
}

.em-booking-form-details p.input-field-em_ort,
.em-booking-form-details p.input-field-dbemre_ort {
  width: 220px;
}

.em-booking-form-details input.input,
.em-booking-form-details input.em-date-start,
.em-booking-form-details textarea {
  width: 100%;
}

.em-booking-form-details .em-date-single {
  float: none;
  width: 100%;
}

.em-booking-form-details p.input-field-agbs,
.em-booking-form-details p.input-checkboxes {
  width: 100%;
  clear: both;
}

.em-booking-form-details p.input-field-agbs label,
.em-booking-form-details p.input-checkboxes label {
  width: 94%;
  float: right;
}

/*
  END .em-booking-form-details {
*/

.em-booking-form span.input-group input {
  margin-left: 0;
}

.em-booking-form span.input-group {
  display: inline-block;
  margin-left: 0;
}

div.em-booking-login {
  padding: 0;
  margin: 0;
  border-left: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

div.em-booking-login .pk-form input,
div.em-booking-login #loginform input {
  width: 210px;
  border: none;
  padding: 15px;
  margin: 0 1em 0 0;
  display: inline-block;
  float: none;
}

div.em-booking-login .pk-form input[type="checkbox"],
div.em-booking-login #loginform input[type="checkbox"] {
  width: auto;
}

div.em-booking-login p label {
  width: 230px;
}

.button-pk-blau {
  padding: 1em 2em;
  border: none;
  margin: 0 1em 0 0;
  float: none;
  text-transform: uppercase;
  width: initial;
}

.button-pk-blau:hover {
  background-color: #807f7f;
  color: #fff;
  background-image: none;
}

:focus {
  outline: none;
}

.page-template-top_events div.status-legende {
  text-align: right;
}

.page-template-top_events div.status-legende ul {
  padding-right: 0;
}

.page-template-top_events div.status-legende ul li {
  margin: 0 0 0 2em;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
  }

  body {
    background-color: #fff;
  }
}

@media screen and (min-width: 960px) {
  body {
    background-color: #fff;
  }

  body .site {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }

  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}

.page-template-last_minute #page {
  padding: 0;
}

div#last-minute {
  background-image: url('images/mfz-signet.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #85a10a;
  height: 500px;
  width: 440px;
  color: #ffffff;
  padding: 1.5em;
}

.dagw div#last-minute {
  background-color: #47739c;
}

.fobiu div#last-minute {
  background-color: #e3b426;
}

div#last-minute h4 {
  text-transform: uppercase;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 0;
}

ul.last-minute {
  list-style-image: none;
  width: 320px;
}

ul.last-minute li {
  border-bottom: 1px solid #97ad3e;
  padding: 1em 0;
}

ul.last-minute li:last-child {
  border-bottom: 0;
}

ul.last-minute span {
  font-weight: normal;
}

ul.last-minute a {
  display: block;
  color: #ffffff;
}

.pro-seminar span {
  display: none;
}

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

  body.single-event {
    width: 90%;
  }

  body.custom-font-enabled,
  body,
  div.css-search input,
  div.css-search input.em-search-text,
  div.css-search input.em-search-geo {
    font-size: 10px;
  }

  div#page {
    padding: 0 0.5em;
  }

  .pro-seminar span {
    display: block;
  }

  .entry-content th,
  .comment-content th,
  div#em-wrapper table.events-table {
    font-size: 10px;
  }

  th.pro-datum,
  td.pro-datum {
    display: none;
  }

  td {
    line-height: 1.3;
  }

  .entry-content td,
  .comment-content td,
  .entry-content th,
  .comment-content th {
    padding: 0.5em;
    border: 2px solid #ffffff;
  }

  div#em-wrapper .pro-gebuehr {
    width: 50px;
  }

  div.css-search div.em-search-text {
    width: 60%;
  }

  input[type="submit"].button-pk {
    width: 10em;
  }

  div.status-legende,
  div.status-legende ul {
    padding: 0;
  }

  div.status-legende ul li {
    margin: 0;
  }

  div.status-legende p {
    padding: 0 0 0 0.5em;
    top: 0;
  }

  div.status-legende img,
  div#em-wrapper tbody td.pro-status img {
    width: 13px;
    vertical-align: middle;
  }

  em-booking-form-details p.input-field-agbs label,
  .em-booking-form-details p.input-checkboxes label {
    width: 93%;
  }

  .entry-content .kursdetails {
    padding: 0 0px;
  }
}