/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3-dec-2015, 15:50:32
    Author     : jawed
*/

#content-area-widget-inner {
    padding-left: 15px;
}

.content-widget-titel {
    min-height: 50px;
}

.content-widget-body {
    display: block;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.content-widget-titel span {
   background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    display: block;
    font-size: 20px;
    padding: 20px 0 10px 65px;
    box-sizing: border-box;
    text-transform: uppercase;
}

#content-area-bottom {
    clear: both;
}

.site-part.part-type-content.content_widget_content {
  float: none;
  height: auto;
  margin-right: 3%;
    margin-top: 10px;
  overflow: hidden; 
    display:  table-cell;
}

.site-part.part-type-content.content_widget_content.widget-one-half, .site-part.part-type-content.content_widget_content.widget-one-fifth,
.site-part.part-type-content.content_widget_content.widget-two-fifth, .site-part.part-type-content.content_widget_content.widget-three-fifth,
.site-part.part-type-content.content_widget_content.widget-four-fifth, .site-part.part-type-content.content_widget_content.widget-three-fourth {
    height: 300px;
}

/*
.content_widget_content .widget-full-width {
  width: 97%;
}
.content-widget .widget-one-half {
  width: 47%;
}
.content_widget_content .widget-one-third {
  width: 30%;
}
.content_widget_content .widget-two-third {
  width: 63%;
}
.content_widget_content .widget-one-fourth {
  width: 20.5%;
}
.content_widget_content .widget-three-fourth {
  width: 71.5%;
}
.content_widget_content .widget-one-fifth {
  width: 15.4%;
}
.content_widget_content .widget-two-fifth {
  width: 36%;
}
.content_widget_content .widget-three-fifth {
  width: 56%;
}
.content_widget_content .widget-four-fifth {
  width: 76.6%;
}
*/

.site-part.part-type-content.content_widget_content:last-child, .content_widget_content.widget-one-third:nth-child(4) {
    margin-right: 0;
}

.content-widget-body img {
    display: block;
    margin: 0 auto;
}


.site-part.part-type-content.content_separator_content.content-separator-center {
    background-position: center center;
}
.site-part.part-type-content.content_separator_content.content-separator-right {
    background-position: right center;
}
.site-part.part-type-content.content_separator_content.content-separator-left {
    background-position: left center;
}
.site-part.part-type-content.content_separator_content {
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 25px;
    margin: 20px 0;
    width: 100%;
}
.site-part.part-type-content.content_separator_content.content-separator-1-light {
    background-image: url("/cms/modules/content/images/content-separator-1-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-1-dark {
    background-image: url("/cms/modules/content/images/content-separator-1-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-2-light {
    background-image: url("/cms/modules/content/images/content-separator-2-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-2-dark {
    background-image: url("/cms/modules/content/images/content-separator-2-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-3-light {
    background-image: url("/cms/modules/content/images/content-separator-3-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-3-dark {
    background-image: url("/cms/modules/content/images/content-separator-3-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-4-light {
    background-image: url("/cms/modules/content/images/content-separator-4-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-4-dark {
    background-image: url("/cms/modules/content/images/content-separator-4-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-5-light {
    background-image: url("/cms/modules/content/images/content-separator-5-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-5-dark {
    background-image: url("/cms/modules/content/images/content-separator-5-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-6-light {
    background-image: url("/cms/modules/content/images/content-separator-6-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-6-dark {
    background-image: url("/cms/modules/content/images/content-separator-6-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-7-light {
    background-image: url("/cms/modules/content/images/content-separator-7-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-7-dark {
    background-image: url("/cms/modules/content/images/content-separator-7-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-8-light {
    background-image: url("/cms/modules/content/images/content-separator-8-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-8-dark {
    background-image: url("/cms/modules/content/images/content-separator-8-dark.png");
}
.site-part.part-type-content.content_separator_content.content-separator-9-light {
    background-image: url("/cms/modules/content/images/content-separator-9-light.png");
}
.site-part.part-type-content.content_separator_content.content-separator-9-dark {
    background-image: url("/cms/modules/content/images/content-separator-9-dark.png");
}

/* RESPONSIVE WIDGETS */
@media (max-width: 480px) {
    .site-part.part-type-content.content_widget_content {
        display: block;
        clear: both;
    }
}