html{
  height: 100%;
}
body {
    min-height: 100%;
    font-family: 'PT Sans';
    margin: 0;
    padding: 0;
    background: rgb(240,249,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(233,242,240,1) 47%, rgba(62,135,122,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(233,242,240,1)), color-stop(100%,rgba(62,135,122,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(233,242,240,1) 47%,rgba(62,135,122,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(233,242,240,1) 47%,rgba(62,135,122,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(233,242,240,1) 47%,rgba(62,135,122,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(233,242,240,1) 47%,rgba(62,135,122,1) 100%); /* W3C */
    background-attachment: fixed;
}

header, section, article, footer, nav, form {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: #398374;
    text-decoration: none;
    
}
#content a {
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}


/* normal shadow #1 */
#page {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
#page {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 961px;
    min-height: 100%;
    background: #FFF;
    border:none;

}

header.page {
    width: 100%;
    height: 124px;
    background: transparent url('images/header.png') no-repeat;
    position: relative;
}

header.page form {
    position: absolute;
    left: 30px;
    bottom: 15px;
}

header.page a {
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: block;
}

header.page input{}

header.page input#tx-indexedsearch-searchbox-sword {
    border: 0;
    height: 26px;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 5px;
    
}


header.page input.button{
    display: inline-block;
    border: 0;
    background: transparent url('images/lupe.jpg') no-repeat;
    width: 26px;
    height: 36px;
    margin-left: 10px;
    font-size: 0;
}

header.page  {
    text-align: right;
}
header.page img {
    margin: 10px 20px 0 0;
}


/* MAIN */
#main {
    margin: 20px -27px 34px -27px;
    padding: 0 54px 0 0;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 10px;
    width: 100%;
    height: 54px;
}

#main * {
    /* z-index: 200; */
}

#main  ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
}

#main ul {
    margin: 0;
    padding: 0 0 0 67px;
    /* width: 100%; */
    height: 100%;
    list-style-type: none;
}
#main ul li{
    float: left;
    border-right: 1px solid #d5538c;
    height: 100%;
    padding: 0 15px;
    line-height: 4;
    font-size: 18.8px;
    list-style-type: none;
}
#main ul li:first-child{
    border-left: 1px solid #d5538c;
}

#main ul li:hover,
#main ul li.current {
    background-color: #c3dad6;
}

#main ul li a{
    color: #000;
    text-decoration: none;
    line-height: 3;
}

/* 2nd */

.sf-menu ul {
    position:    absolute;
    top:      -999em;
    /* width:      12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:      100%;
}
.sf-menu li:hover {
    visibility:    inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:      left;
    position:    relative;
}
.sf-menu a {
    display:    block;
    position:    relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:      0;
    top:      54px; /* match top ul list item height */
    z-index:    99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:      15em; /* match ul width */
    top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 0; /* match ul width */
    top: 0;
}
ul.sf-menu {
    height: auto;
}
ul.sf-menu ul {
    padding: 0 !important;
}
ul.sf-menu ul li {
    background-color: #d7e5e5;
    border: 0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 0 19px !important;
    height: auto !important;
    min-height: 25px;
}
ul.sf-menu ul li:first-child a {
    margin-top: 10px;
}

ul.sf-menu ul li:last-child a {
    margin-bottom: 10px;
}
ul.sf-menu ul li.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.sf-menu ul li a {
    line-height: 2 !important;
}

.sf-sub-indicator {
    display: none;
}

    
    
/* WRAPPER */
#tablewrapper {
    display: table;
}
#wrapper {
    margin-bottom: 100px;
    display: table-row;
}

.full-width #tablewrapper,
.full-width #wrapper {
    display: block;
}

/* #wrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
} */

/* SIDEBAR */
#sidebar {
    width: 253px;
    /* float: left; */
    height: 100%;
    display: table-cell;
    vertical-align: top;
}
body.full-width #sidebar {
    display: none;
}

#sidebar nav {
    margin: 0 0 100px 0;
}
#sidebar nav ul{
    padding: 0;
    margin: 0 0 0 57px;
    list-style-type: none;
}
#sidebar nav ul li {
    line-height: 2;
}
#sidebar nav ul li a{
    color: #000;
    text-decoration: none;
    font-weight: 300;
}
#sidebar nav ul li a:hover,
#sidebar nav ul li.act a {
    color: #398374;
    font-weight: bold;
}

/* 2nd */
#sidebar nav ul ul {
    margin: 0 0 0 20px;
}

/* contact */
#sidebar #contact {
    margin: 0 0 0 -27px;
    padding: 10px 20px;
    width: 210px;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #FFF;
}
#sidebar  #contact h1{
    color: #398374;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

/* CONTENT */
#content {
    width: 663px;
    padding: 0 21px;
    height: 100%;
    border-left: 2px solid #d5538c;
    display: table-cell;
}

body.full-width #content {
    float: none;
    border-left: 0;
    width: 880px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

body.full-width #content:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
}

#content h1 {
    color: #d34985;
    font-size: 22px;
}
#content h1 a {
    color: #d34985;
    text-decoration: none;
}

#content h2 {
    color: #388376;
    font-size: 24px;
}

#content ul li {
    font-size: 14px;
}

/* #wobcom */
#wobcom {
    position: relative;
    overflow: hidden;
    margin: 0 -27px;
    background: #388376;
    -webkit-box-shadow: 0 0px 10px #666;
    -moz-box-shadow: 0 0px 10px #666;
    box-shadow:0 0px 10px #666;
    border-radius: 10px;
    height: 85px;
}

.caroufredsel_wrapper {
    overflow: hidden;
}

#wobcom_wrapper {
    position: relative;
    height: 100px;
    margin-top: 20px;
}

#wobcom ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 85px;
    list-style-type: none;
}

#wobcom ul li {
    float: left;
    padding: 10px 7px;
    border-radius: 10px;
}
#wobcom ul li img {
    border-radius: 10px;
}
#wobcom ul li:first-child {
    padding-left: 8px;
}

#wobcom ul li:last-child {
    padding-right: 0;
}
#wobcom ul li img{
    width: 130px;
    
}

#wobcom ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#wobcom ul li a span {
    display: none;
}

#wobcom_wrapper  #topLabel {
    position: absolute;
    top: -8px;
    left: 41%;
    border: 8px solid #388376;
    border-radius: 10px;
    width: 144px;
    height: 85px;
    background: #388376;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


#wobcom_wrapper  #topLabel a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 144px;
    height: 85px;
    background: #FFF;
    border-radius: 10px;
}

#wobcom_wrapper  #topLabel img {
    border-radius: 10px;
}

/* small box */
.small-box {
    float: left;
    width: 193px;
    height: 160px ;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 5px;
    font-size: 14px;
    position: relative;
}
#content div.small-box h1 {
    margin: 0;
    text-align: center;
    color: #388376;
    font-size: 16px;
}

#content div.small-box h1 a {
    color: #388376;
}

#content div.small-box p {
    margin: 5px 0;
}

/* mid box */
.mid-box {
    float: left;
    width: 244px;
    height: 227px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    background: #FFF;
    border-radius: 10px;
    margin: 17px 10px;
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
}

.mid-box h1 {
    margin: 0 0 5px 0;
    font-size: 22px;
}


.mid-box p {
    margin: 0;
}

/* #content div.mid-box {
    margin-left: 0 !important;
}

#content div.mid-box + div.mid-box {
    margin: 17px 10px;
}

#content div.mid-box + div.mid-box + div.mid-box {
    margin-right: 0;
} */

div.small-box:nth-of-type(3n-3),
div.mid-box:nth-of-type(3n-2),
.ajleft
{
    margin-left: 0 !important;
    
}

div.small-box:nth-of-type(3n-1),
div.mid-box:nth-of-type(3n-3),
.ajright 
{
    margin-right: 0;
}


.mid-box h1,
.mid-box h1 a{
    color: #388376 !important;
    font-size: 22px;
}

.box100p {
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 10px;
    margin: 17px 10px;
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
}

/* .mid-box:nth-of-type(1n):after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
} */

.box200 {
    width: 270px;
    min-height: 150px;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    border-radius: 10px;
    margin: 17px 10px;
    padding: 10px 15px;
    position: relative;
}

.box200 h2 {
    text-align: center;
    margin: 0;
}

.box200 ul li:before {
    /* For a round bullet */
    content:'\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -15px;
    top: -5px;
    color: #d34985;
    font-size: 20px;
}

.box200 ul li{
    list-style: none;
}

/* HIDDEN BOXES */
.boxH {
    width: 270px;
    height: 200px;
    font-size: 0em;
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}


/* footer */


/* socialbar */
.socialbar {
    clear: both;
    text-align: center;
}

.socialbar * {
    text-align: center;
}

/* FOOTER */
footer {
    color: #388376;
    width: 100%;
    background: transparent url('images/footer_bg.png') right top no-repeat;
    font-size: 14px;
    overflow: hidden;
}

footer .firmindex  {}

/* copyright */
div.copyright,
div.copyright p {
    text-align: center;
}

.copyright ul {
    margin: 0;
    padding: 0;
    color: #d7487a;
    margin: 0 auto;
    /* display: inline; */
    float: left;
    position: relative; 
    left: 50%;
    margin: 0 auto;
}

.copyright:after,
.copyright nav:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
}

.copyright ul li {
    /* display:inline; */
    float: left;
    margin: 0 10px;
    padding: 0 10px 0 0;
    position: relative;
    right: 50%;
}

.copyright ul li:first-child {
    list-style-type: none;
}

.copyright ul li a{
    color: #388376;
    font-size: 14px;
    text-decoration: none;
}

.copyright ul li a:hover {
    font-weight: bold;
}



/* slider */
.flexslider {
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    -webkit-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    border-radius: 10px;
}

.flexslider  img {
    border-radius: 10px;
    
}

.flex-caption {
    background: transparent;
    display: none;
}

.flex-control-nav {
    bottom: 10px;
    top: auto;
}
.flex-control-nav a {
    background-position: 0 0 !important;
}
.flex-control-nav .active {
    background-image: url('images/dot.png') !important;
}

.flex-direction-nav a {
    background: transparent url('images/arrow.png') 0 0 no-repeat !important;
    height: 40px !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 
}

.flex-direction-nav a.prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flex-direction-nav a.next {
    right: 0 !important;
}

.flex-direction-nav li .prev {
  left: 0 !important;
}

.flex-direction-nav li a {
    font-size: 0em;
    text-indent: 0;
}
/** SITEMAP **/
#sitemap {
    padding: 20px 0;
}

#sitemap ul,
#sitemap ul * {
    /* padding: 0; */
    /* margin: 0; */
    list-style-type: none;
}

#sitemap ul {
    width: 100%;
    /*Mozilla Pr�fix -moz-*/
    -moz-column-count:3;
    -moz-column-rule: solid 1px transparent;
    -moz-column-gap: 100px;
    /*Webkit Pr�fix -webkit-*/
    -webkit-column-count:3;
    -webkit-column-rule: solid 1px transparent;
    -webkit-column-gap: 100px;
    /* MS */
    -ms-column-count: 3;
    -ms-column-gap: 100px;
    /* REST */
    column-count: 3;
    column-gap: 100px;
    column-rule: solid 10px transparent;
}

#sitemap ul  ul {
    /*Mozilla Pr�fix -moz-*/
     -moz-column-count:1;
    -webkit-column-count:1 !important;
    /* MS */
    -ms-column-count: 1;
    /* REST */
    column-count: 1 !important;
    width: auto;
}
#sitemap ul li {
    margin-bottom: 10px;
}

#sitemap ul li a {
    color: #388376;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
#sitemap ul li ul {
    padding-left: 10px;
}

#sitemap ul li  ul li {
    margin-bottom: 0;
    margin-left: 30px;
    list-style-type: disc;
}

#sitemap ul li ul li a {
    font-weight: normal;
}

#sitemap ul li ul li a:hover {
    font-weight: bold;
}

/* TABLE */
table th {
    text-align: left;
}

table th h2 {
    margin: 0;
    padding: 5px 5px;
}

table {
    background: #FFF;
    -moz-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    -webkit-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    border-radius: 10px;
    width: 100%;
}

table td {
    height: 31px;
    padding: 0 5px;
}

table tr:nth-of-type(odd) td,
.contenttable-0 tr:nth-of-type(even) td,
table tr.even td {
    background-color: #FFF;
}

table tr:nth-of-type(even) td,
.contenttable-0 tr:nth-of-type(odd) td,
table tr.odd td {
    background-color: #ebf2f1;
}

.csc-default {
    margin-bottom: 20px;
}


/* MAILFORM */
.csc-mailform {}
.csc-mailform ol {
    list-style-type: none;
}

.csc-mailform ol li {
    margin: 10px 0 !important;
    overflow: visible !important;
}

#content input,
#content textarea,
#content select {
    border: 0;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    -moz-box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    box-shadow: 5px 0px 20px #dfdfdf, -5px 0px 20px #dfdfdf;
    height: 26px;
    border-radius: 5px;
}

.csc-mailform textarea {
    height: 120px;
}

.csc-mailform input,
.csc-mailform select {
    height: 20px;
}

/* RTE classes */
p.more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    float: right;
    background: #FFF;
    -moz-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    -webkit-box-shadow: 0px 0px 18px 1px rgba(109, 109, 109, 0.4);
    box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    border-radius: 10px;
    padding: 0px 10px;
    
    height: 34px;
    width: 55px;
    
    font-weight: bold;
    font-size: 1.1em;

    color: #388376;
    background: #FFF url('images/more.jpg') right 5px top 5px no-repeat;
    
}

p.more a {
    font-weight: bold !important;
    font-size: 1.1em;
    line-height: 2;
    color: #388376;
}

.align-center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.align-right {
    text-align: right;
}

span.money {
    display: inline-block;
    box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    -moz-box-shadow: 0px 0px 18px 1px rgba(219, 219, 219, 1.5);
    -webkit-box-shadow: 0px 0px 18px 1px rgba(109, 109, 109, 0.4);
    border-radius: 10px;
    /* padding: 0 20px 0 5px; */
    padding: 0 5px;
    height: 34px;
    min-width: 55px;
    font-weight: bold !important;
    font-size: 1.1em;
    line-height: 2;
    color: #388376;
    /* background: transparent url(images/euro.jpg) right 5px top 8px no-repeat; */
}

span.moneyIcon {
    color: #d34985;
    font-weight: bold;
}

/* span.money:after {
    content: ".";
    display: inline-block;
    background: transparent url(images/euro.jpg) 5px 8px no-repeat;
    width: 20px;
    height: 34px;
    margin: 2px 0 0 10px;
    font-size: 0em;
    line-height: 2;
    color: transparent;
} */


.clearer {
    clear: both;
}

.clearer hr {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}


.csc-textpic-imagewrap {
    margin-top: 20px;
}

.full-width #breadcrumb {
    display: none;
}

/* breadcrumb */
#breadcrumb {
    width: 100%;
    height: 30px;
}

#breadcrumb * {
    font-size: 12px;
    color: #000;
}

#breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}

#breadcrumb ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
}

#breadcrumb li {
    float: left;
    margin: 0 10px;
}

#breadcrumb li a {
    display: block;
}

#breadcrumb li:first-child {
    list-style-type: none;
    margin-left: 0;
    margin-right: 20px;
}

span.plus {
    display: inline-block;
    background: transparent url('images/plus.png') no-repeat;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0em;
}

span.neg {
    display: inline-block;
    background: transparent url('images/neg.png') no-repeat;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0em;
}



/* POLL */
.tx-easypoll {
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.tx-easypoll label {
    display: block;
}

.tx-easypoll .bar {
    background: #000;
}

.jcarousel-clip {
    margin: 0 10px;
    width: 960;
}


#c186 {
    text-align: center;
}


/* PDF-Links */
#content ul li {
    line-height: 1.5;
}
a[href$='.pdf'] {
    background: url('images/application_pdf.png') center left no-repeat;
    padding-left:20px;
    line-height:16px;
}

.nobg td { background-color: transparent !important;}

.tx-indexedsearch-redMarkup {
    color: #d34985 !important;
}

.csc-textpic-imagewrap {
    margin-top: 0;
}

.csc-textpic-image img {
    border-radius: 10px;
    -webkit-box-shadow: 7px 1px 26px 0px rgba(219, 219, 219, 1.5);
    box-shadow: 7px 1px 26px 0px rgba(219, 219, 219, 1.5);
    -moz-box-shadow: 7px 1px 26px 0px rgba(219, 219, 219, 1.5);
}

.csc-textpic-intext-right:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
}

.div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0 !important;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
    overflow: visible;
}
