@charset "utf-8";
/**********************************************************************************
	created by:		Newmedia http://www.newmedia.ch
	project:		WKK Stanzteil
	date:			Januar/2010, Marianne Luck
	version:		0.1
	file:			content.css
	function:		Content Area
**********************************************************************************/
/* STANDARD ELEMENTS ------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/

/* TEXT ELEMENTS ----------------------------------------------------------------*/
p, strong, b, i {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding: 0px;
}

#colRight p, strong, b, i {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 0px;
}

#content table {
    margin-bottom: 1em;
}

h1 {
    color: #00355F;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1 a,
h1 a:hover {
    color: #00355F;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#content #colRight h1 {
    color: #00355F;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

#nav_title h1 {
    text-transform: none;
    margin-bottom: 5px;
}

h2 {
    color: #00345F;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 10px;
    padding: 0px;
}

h3 {
    color: #00355F;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding: 0px;
}

h4 {
    color: #00355F;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding: 0px;
}

/* LIST ELEMENTS ----------------------------------------------------------------*/
#content ul {
    margin-bottom: 10px;
    /*margin-left:15px;*/
    list-style: square;
    padding-left: 17px;
}

#content ol {
    margin-bottom: 1.0em;
    margin-left: 22px;
}

#content li {
    line-height: 18px;
    font-size: 13px;
    padding: 0px;
    margin: 0px;

}

.flex-direction-nav li {
    list-style: none !important;
}

#content .home_left_infos ul {
    list-style-image: url('/fileadmin/templates/wkk-stanzteil/html/img/Icons/check.png');
    list-style-position: outside;
    padding: 0;
    margin-left: 21px;
}

/* SITEMAPS --------------------------------------------------------------------*/

#content .csc-sitemap ul {
    margin-bottom: 0px;
}

#content .csc-sitemap li {
    line-height: 25px;
}

/* TABLE ------------------------------------------------------------------------*/
table caption,
th {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
}

td {
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    border-bottom: 1px solid #CCC;
}

table caption {
    background-color: #ECECEE;
    font-size: 13px;
    padding: 5px;
}

/* LINE -------------------------------------------------------------------------*/
hr {
    background-color: #666666; /* Mozilla 1.4 */
    color: #666666; /* IE 6 */
    border: #666666; /* Opera 7.11 */
    height: 1px; /* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
    margin: 15px 0 15px 0;
    padding: 0px;
}

/* LINKS ------------------------------------------------------------------------*/
a {
    color: #00355F;
    line-height: 1.5em;
    outline: none;
    font-size: 13px;
}

a:link {
    color: #00355F;
}

a:visited {
    color: #00355F;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

a:active {
    color: #333333;
    text-decoration: underline;
}

a:focus {
    color: #333333;
    text-decoration: underline;
}

/* IMAGE ------------------------------------------------------------------------*/
#content img {
    border: none;
    max-width: 100%;
    height: auto;
}

a img {
    border: none;
}

#content .csc-caption {
    padding-top: 10px;
}

#content .csc-textpic-caption {
    font-size: 11px;
    margin-top: 7px;
    line-height: 15px;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
    display: inline-block;
}

.csc-textpic-image dt,
.news-latest-image,
.news-list-image,
.news-single-img a {
    position: relative;
    border-bottom: 1px solid white;
    z-index: 50;
}

.csc-textpic-image dt::before,
.csc-textpic-image dt::after,
.news-latest-image::before,
.news-latest-image::after,
.news-list-image::before,
.news-list-image::after,
.news-single-img a::before,
.news-single-img a::after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 14px;
    left: 5px;
    width: 50%;
    height: 20px;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.992546151641322, M12=0.12186934340514748, M21=-0.12186934340514748, M22=0.992546151641322, sizingMethod='auto expand');
}

.csc-textpic-image dt::after,
.news-latest-image::after,
.news-list-image::after,
.news-single-img a::after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.992546151641322, M12=-0.12186934340514748, M21=0.12186934340514748, M22=0.992546151641322, sizingMethod='auto expand');
}

.image_no_shadow .csc-textpic-image dt::before,
.image_no_shadow .csc-textpic-image dt::after {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    filter: none;
}

/* DAM FILELINKS ----------------------------------------------------------------*/
.filelinks span {
    font-size: 13px;
    line-height: 1.5em;
}

.filelinks .pdf {
    background-image: url('../html/img/Icons/page_white_acrobat.png') !important;
}

.filelinks .doc {
    background-image: url('../html/img/Icons/page_word.png') !important;
}

.filelinks .xls {
    background-image: url('../html/img/Icons/page_excel.png') !important;
}

.filelinks .jpg {
    background-image: url('../html/img/Icons/style.png') !important;
}

/* TEAM-SEITE ----------------------------------------------------------------*/

#content #sub_NAV_TEAM #colNormal h2 {
    background: url(../html/img/team_title_background.png);
    background-repeat: repeat-y;
    color: #FFF;
    padding: 2px 5px;
    width: 100%;
}

/* Teaser-Home ----------------------------------------------------------------*/

.home_teaser {
    padding-bottom: 2rem;
}

.home_teaser h2 {
    color: white;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.home_teaser h2 a,
#content .home_teaser h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.home_teaser img {
    width: 100%;
    height: auto;
}

.home_teaser .csc-default {
    position: relative;
    display: inline-block;
    width: 189px;
    /*overflow: hidden;*/
    margin-right: 10px;
}

.home_teaser .csc-default:last-child {
    /*margin-right: 0;*/
    /*float: right;*/
}

.home_teaser .csc-default > .csc-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00365F;
    z-index: 10;
    color: white;
}

.home_teaser .csc-default::before,
.home_teaser .csc-default::after {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: 16px;
    left: 5px;
    width: 50%;
    height: 20px;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.992546151641322, M12=0.12186934340514748, M21=-0.12186934340514748, M22=0.992546151641322, sizingMethod='auto expand');
}

.home_teaser .csc-default::after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.992546151641322, M12=-0.12186934340514748, M21=0.12186934340514748, M22=0.992546151641322, sizingMethod='auto expand');
}

.home_left_infos .test {
    list-style: none;
    position: relative;
}

.home_left_infos .test::before {
    content: '';
    display: block;
    background: url("/fileadmin/templates/wkk-stanzteil/html/img/Icons/clover-1.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}



