/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

.parallax-fix {

  background-size: 100% !important;
}
.opacity-medium {
    opacity: 0.5;
}

.sidebar > .widget:last-child {
    //text-align: center;
}

.widget-title {
    line-height: 1.5em;
    text-align: left;
}

div#simpleimage-2 {
    text-align: center;
}
.title-start {
    padding: 0% !important;
}

section.no-padding.next-prev-post-wrapper {
    margin-top: 45px;
}

/* Gridlist - andere Artikel */
.blog-image {
    background:#ffffff;
}

.event_item h5 {
    margin-top: 3em;
    margin-bottom: 0.6em;
    line-height: 1.5em;
    font-size: 13px;
    text-transform: none;
}

.event_data {
    line-height: 0.8em;
}
.event_data.event_category {
    display: none;
}
.dashicons, .dashicons-before:before {
    float: right;
}
.event_item address {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1em;
    line-height: 1.3em;
}

.event_date {
    font-size: 11px;
}

span.eventpost-date-export {
    display: none;
}

.event_exerpt {
    font-size:1em;
    margin-bottom: 2.5em;
}



.event_category {
    display: none;
}
.event_data address {
    margin-bottom: 0px;
}
a.event_link.gps.dashicons-before.dashicons-location-alt {
    display: none;
}
.event_data .date-single {
    font-size: 13px;
}


    
/* Event list in sidebar */
.eventwidget {
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

.eventwidget h5 {
    font-weight: 300;
    margin-top: 0em;
    line-height: 1.2em;
    letter-spacing: 0px;
    font-size:13px;
}
.eventwidget .event_date, span {
    font-size: 8px;
    line-height: 1em;
    margin-bottom: 3px;
}

.eventwidget span.date.date-single {
    font-size: 10px;
}
.eventwidget .dashicons, .dashicons-before:before {
    display: none;
}
.eventwidget address {
    //display: none;
    font-size: 10px;
}
.eventwidget .eventpost-date-export {
    display: none;


    
}

/*= Body ====================== */

/** Body >> section all **/
section {
	padding: 20px 0 0 0;
}


/*= Header ==================== */

/** Header >> title-background **/
.parallax-fix {
	background-attachment: fixed;
	background-size: initial;
}


/*= Content =================== */

/** Content >> agency title **/
div.vc-column-innner-wrapper h1.agency-title {
	margin-bottom: 20px;
}

/** Content >> kontaktformular **/
#kontaktformular {
	margin-top: 0px;
}

/** Content >> sidebar-right **/
.col-md-3.col-sm-4.col-xs-12.col-md-offset-1.xs-margin-top-seven.sidebar.pull-right {
	margin-top: 50px;
}

/** Content >> h2 **/
h2 {
	margin-bottom: 20px;
}

/** Content >> Container-top (top text block) **/
.vc-column-innner-wrapper {
	margin-top: 25px;
}


/*= Pages ===================== */

/** Pages >> title startseite **/
div.title-start h2 {
	margin-bottom: 0px;
}

/** Pages >> section-start **/
section-start {
	margin-top: 0px;
}

