/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 100%;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Albwerk custom styles
   ========================================================================== */

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

a {
    /*color: #e52061;*/
    color: #cd007b;
    text-decoration: none;
}
.KP_fceArticle a:before,
.tx-irfaq-pi1  p a:before{
    /*content: "» ";*/
    content: " " url('../img/bullet.png') " ";
}

.KP_fceArticle .csc-textpic-image a:before{
    content: "";
}


.KP_document {
    width: 60.000em;
    margin: 0 auto 0 auto;
    position: relative;
}

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

.KP_header {
    position: relative;
    z-index: 999;
}

.KP_header .KP_logoAlbwerk {
    position: absolute;
    right: 0px;
    top: 30px;
}

.KP_header .KP_modBreadcrumbNav {
    width: 100%;
    padding-top: 90px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-left: 9px;
}

.KP_header .KP_modBreadcrumbNavDesc {
    float: left;
}

.KP_header .KP_modBreadcrumbNav ul {
    height: 30px;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1em;
    font-family: Arial;
}

.KP_header .KP_modBreadcrumbNav li {
    float: left;
    line-height: 30px;
    margin-right: 0.5em;
}


.KP_header .KP_modBreadcrumbNav li > a {
    /*text-decoration: none;*/
    color: #000000;
}

.KP_header .KP_modBreadcrumbNav li > span {
    color: #999999;
}

.KP_header .KP_modBreadcrumbNav li:before {
    content: ">";
    margin-right: 5px;
    margin-left: 10px;
    position: relative;
    top: 0;
}

.KP_header .KP_modMainNav {
    width: 942px;
    height: 36px;
    background-color: #60c4e5;
    padding: 0 9px 0 9px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px
}

.KP_header .KP_modMainNav ul {
    margin: 0;
    padding: 0;
}

.KP_header .KP_modMainNav ul li {
    margin: 0px 15px 0px 15px;
    padding: 0px 15px 0 15px;
    float: left;
    position: relative;
}
.KP_header .KP_modMainNav > ul > li {
    height: 36px;
    line-height: 36px;
}

.KP_header .KP_modMainNav > ul > li:hover, .KP_header .KP_modMainNav ul li.KP_rootLine, .KP_header .KP_modMainNav ul li.KP_current {
    background-color: #0081c7;
}

.KP_header .KP_modMainNav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.KP_header .KP_login, .KP_header .KP_closeWindow {
    position: absolute;
    right: 10px;
    font-size: 11px;
}
.KP_header .KP_login {
    background-color: #565656;
    bottom: 9px;
    line-height: 11px;
    padding: 3px 20px 3px 20px;
}

.KP_header .KP_login a, .KP_header .KP_closeWindow {
    text-decoration: none;
    color: #ffffff;
}
.KP_header .KP_closeWindow {
    cursor: pointer;
    background: transparent url('../img/closeWindow.png') no-repeat right center;
    height: 22px;
    line-height: 22px;
    padding: 3px 30px 3px 20px;
    bottom: 4px;
}

.KP_header .KP_modSubNavCont {
    background-color: #60c4e5;
    background-color: rgba(96, 196, 229, 0.97);
    border-top: 1px solid #ffffff;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 12px;
    left: -25px;
    overflow: hidden;
    padding-bottom: 20px;
    position: absolute;
    width: 722px;
    z-index: 1000;
    line-height: 15px;
}

.no-csstransforms3d .KP_hover .KP_modSubNavCont {
    background-color: #60c4e5;
    top: 36px;
}

.KP_header .KP_modSubNavCont .KP_col {
    border-right: 1px solid #A6D1DA;
    float: left;
    margin: 20px 10px -9999px;
    padding-bottom: 9999px;
    width: 220px;
}
.KP_header .KP_modSubNavCont .KP_col:last-child{
    border-right: medium none;
    margin-right: 0;
}

.no-borderradius .KP_header .KP_modSubNavCont .KP_col.last-child {
    margin-right: 0;
        border-right: none;
}

.KP_header .KP_modSubNavCont h2, .KP_modSubNavCont h2 a {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.KP_header .KP_modSubNavCont h2 a {
    margin: 0;
}
.KP_header .KP_modSubNavCont ul {
    margin-top: 10px;
}
.KP_header .KP_modSubNavCont ul li {
    /*line-height: 15px;
    height: 26px;*/
    float: none;
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin: 0;
    padding: 0;
}
.KP_header .KP_modSubNavCont ul li + li:last-child {
    margin-bottom: 10px;
}
.KP_header .KP_modSubNavCont ul li a {
    border-right: medium none;
    border-top: 1px solid #A6D1DA;
    color: #FFFFFF;
    margin: 0 15px 0 0;
    padding: 5px 0 5px 10px;
    text-transform: none;
}
.KP_header .KP_modSubNavCont ul li a span {
    display: block;
    padding-left: 12px;
}
.KP_header .KP_modSubNavCont ul li a:before {
    content: ">";
    margin-right: 5px;
    position: relative;
    top: -1px;
    float: left;
}
.KP_header .KP_modSubNavCont ul ul {
    margin-top: 0;
}
.KP_header .KP_modSubNavCont ul ul li {
    margin-top: 0;
}
.KP_header .KP_modSubNavCont ul ul li a {
    border: medium none;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
}
.KP_modSubNavCont li > a {
    display: block;
    text-decoration: none;
}
.KP_header .KP_modSubNavCont ul li a:hover {
    background-color: #0081C7;
    color: #FFFFFF;
}

/* ==========================================================================
   SUBNavi
   ========================================================================== */
ul.KP_subnav {
    margin-top: 50px;
    text-decoration: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
}

ul.KP_subnav li a {
    color: #000;
    font-size: 18px;
}

ul.KP_subnav li.active a {
    color: #59addb;
}

ul.KP_subnav li a:before {
    content: '>>>';
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: -3px;
    float: left;
}

ul.KP_subnav li a span {
    display: block;
    padding-left: 30px;
}



/* ==========================================================================
   Content Area classes
   ========================================================================== */

.KP_contentArea {
    border-left: 0.063em solid #d3d3d3;
    border-right: 0.063em solid #d3d3d3;
    padding: 0.625em 0em 0 0.563em;
}

.KP_col {
    float: left;
    min-height: 1px;
}


.KP_grid-2-1  .KP_col:first-child,
.KP_grid-2-1  .KP_col.first  {
    width: 38.750em;
    margin-right: 0.625em;
}
.KP_grid-2-1  .KP_col.last,
.KP_grid-2-1  .KP_col:last-child
{
    width: 18.750em;
    margin-left: 0.625em;
    margin-top: 60px;
}

.KP_grid-2-1  .KP_col.last {
     margin-top: 60px;   
}

.no-borderradius .KP_grid-2-1 div.last {
     width: 18.750em;   
} 

.KP_page71 .KP_grid-2-1  .KP_col:last-child,
.KP_page71 .KP_grid-2-1  .KP_col.last {
    margin-top: 0px;
}

.KP_page71 .KP_grid-2-1  .KP_col.last {
    margin-top: 0px;
}

.KP_grid-1-1-1-1 .KP_col {
    width: 13.750em;
    margin: 0 0.625em 0 0.625em;
}

.KP_grid-1-1-1 > .KP_col {
    width: 18.750em;
    margin: 0 0.625em 0 0.625em;
    overflow: hidden;
}
.KP_grid-1-1-1 > .KP_col:first-child {
    margin-left: 0;
}
.KP_grid-1-1-1 > .KP_col:last-child {
    margin-right: 0;
}

.KP_grid-1-1-1 > .KP_col.last {
    margin-right: 0;
}





/* ==========================================================================
   FCEs classes
   ========================================================================== */

.KP_fceMainArticle .KP_grid-1-1 {
    /*padding: 20px 0 0 0;*/
}

.KP_grid-2-1 .KP_fceArticle .KP_col,
.KP_grid-2-1 .KP_Teaserbox_grid-1,
.KP_grid-2-1 .KP_fceDescList.grid-1,
.KP_page71 .KP_grid-2-1 .KP_Faqbox {
    width: 300px;
    float: left;
    /*text-align: justify;*/
}

.KP_fceArticle .KP_col:first-child {
    margin-right: 20px;
}

/* Alternate two-col styling when editors decide to go with tables */
.KP_fceArticle table.contenttable td {
    vertical-align: top;
    padding: 0;
    font-size: 12px;
}
.KP_fceArticle table.contenttable td:first-child {
    padding-right: 20px;
    width: 300px;
}

.KP_fceMainArticle .KP_content img {
    margin: 20px 0 20px 0;
}

.KP_fceArticle, .csc-textpic {
    border-top: 1px solid #999999;
    margin-bottom: 20px;
}

.KP_page71 .KP_fceArticle {
    border-top: none;
    margin-bottom: 00px;   
}

div.KP_col .KP_Teaserbox_Bg {
    padding: 12px;
}

div.KP_col .KP_Teaserbox_Bg h3,
.KP_grid-2-1 .KP_col.last .fce0 h3 {
    margin-top: 0;
    color: #fff;
    font-weight: bold;
}

div.KP_col .KP_Teaserbox_Bg p,
div.KP_col .KP_Teaserbox_Bg a {
    color: #fff;
}

div.KP_col .KP_Teaserbox_Bg a:before {
    content: " " url('../img/bullet_white.png') " ";
}

div.KP_col .KP_Teaserbox_Bg h4 a:before {
    content: "";
}

div.KP_col .black h3,
div.KP_col .black p,
div.KP_col .black a {
    color: #000;
}

div.KP_col .black a:before {
    content: " " url('../img/bullet_black.png') " ";
}

.KP_grid-2-1 > .KP_col:last-child .fce0{
    background-color: #59addb;
    padding: 12px;
    color: #ffffff;
}

.KP_grid-2-1 .KP_col.last .fce0{
    background-color: #59addb;
    padding: 12px;
    color: #fff;
    border-top: none;
}


.KP_grid-2-1 > .KP_col:last-child .fce0 a {
    color: #ffffff;
}
.KP_grid-2-1 > .KP_col:last-child .fce0 a:before {
    /*content: "» ";*/
    content: " " url('../img/bullet_white.png') " ";
}

.KP_grid-2-1 > .KP_col:last-child .fce0 h3 {
    margin: 0 0 .5em 0;
}
.KP_grid-2-1 > .KP_col:last-child .csc-textpic, .KP_grid-2-1 > .KP_col:last-child .KP_fceArticle {
    border-top: none;
}

.KP_col > .KP_fceArticle:first-child, .csc-textpic, .KP_fce2 {
    border-top: none !important;
}

.KP_fceArticle h1 + h2 {
    font-size: 14px;
    font-weight: 400;
}

.KP_fceArticle img {
    margin: 10px 20px 5px 20px;
    float: left;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 10px;
}

figcaption.csc-textpic-caption {
    font-size: 12px;
}

.KP_fceArticle .csc-textpic-intext-left img, .KP_fceArticle .csc-textpic-left img {
    margin-left: 0;
}
.KP_fceArticle .csc-textpic-intext-right img, .KP_fceArticle .csc-textpic-right img {
    margin-right: 0;
}

.KP_fceArticle p.bodytext, .KP_fceArticle ul li, .KP_fceArticle ol li {
    font-size: 12px;
}
.KP_fceArticle ul {
    list-style-image: url('../img/bullet.png');
    padding: 0 0 0 20px;
}

.KP_grid-2-1 .KP_col:last-child > div:first-child {
    /* margin-top: 96px; */
}
.KP_fce2 .KP_col:last-child > div:first-child {
    margin-top: 0;
}

.KP_fce2 .KP_col:first-child {
    overflow: hidden;
}

.KP_fce2 .shortVersion .more {
    cursor: pointer;
    color: #e52061;
    font-weight: bold;
}

.KP_fce2 h1 {
    font-size: 14px;
    font-family: 'Trebuchet MS';
    font-weight: 400;
    color: #ffffff;
    background-color: #e52061;
    line-height: 25px;
    padding: 0 9px 0 9px;
    margin: 0 0 10px 0;
}

.KP_fce2 .fullVersion img {
    margin: 0 0 5px 0;
}

.KP_fce2 .shortVersion header, .KP_fce2 .shortVersion p.teaser {
    width: 180px;
    float: right;
    margin-top: 0;
}

.KP_fce2 .fullVersion h2 {
    margin-top: 0;
    font-size: 14px;
}

.KP_fce2 .fullVersion .news-list-morelink {
    display: none;
}

.KP_fce2 .fullVersion .bodytext {
    font-size: 12px;
}

.KP_fce2 .shortVersion {
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

.KP_fce2 .shortVersion h2 {
    font-style: 'Arial';
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 3px;
}

.KP_fce2 .shortVersion img {
    margin: 0 10px 10px 0;
    float: left;
}

.KP_fce2 .shortVersion a:before{
    /*content: " "; */
}

.KP_fce2 .shortVersion a {
    display: block;
}

.KP_fce2 .shortVersion p.teaser,
.artikelsammlung.KP_fceArticle .shortVersion .subtitle p {
    font-size: 11px;
    margin: 0;
}

.KP_fce3 h1 {
    font-weight: 600;
    font-size: 14px;
}

.KP_fceDescList h1 {
    font-size: 19px;
}

.KP_pageHome .KP_fceDescList,
.KP_page71 .KP_Faqbox,
.KP_fceArticle.KP_fceDescList,
.KP_page71 .KP_Faqbox .KP_fceDescList  {
    border-top: none;
    margin-left: 10px;
}

.KP_fceArticle.KP_fceDescList h1 {
    margin-top: 0;
}

.KP_pageHome .KP_fceDescList h3,
.KP_page71 .KP_Faqbox h3 {
    font-size: 22px;
    margin-top: 10px;
   border: none;
}

.KP_page71 .KP_Faqbox h1 {
	display: none;
}


.KP_pageHome .KP_fceDescList.KP_fceArticle ul,
.KP_page71 .KP_Faqbox ul {
    list-style-image: none;
    list-style-type: none;
    padding-left: 0;
    margin: 35px 0;
}

.KP_pageHome .KP_fceDescList ul li,
.KP_page71 .KP_Faqbox ul li {
    line-height: 26px;
}

.KP_pageHome .KP_fceDescList ul li a,
.KP_page71 .KP_Faqbox ul li a {
    color:#000;
    font-size: 14px;
}

.KP_pageHome .KP_fceDescList ul li a:before,
.KP_page71 .KP_Faqbox ul li a:before {
    content: '';
}

.KP_pageHome .KP_fceDescList > a,
.KP_page71 .KP_Faqbox a.internal-link {
    color: #000;
    font-weight: bold;
    font-size:14px; 
}

.KP_pageHome .KP_fceDescList > a:before,
.KP_page71 .KP_Faqbox a.internal-link:before {
    content: '';
}

.KP_pageHome .KP_fceDescList > a:after,
.KP_page71 .KP_Faqbox a.internal-link:after {
    content: '>>>';
    margin-left: 10px;
}

.KP_fceDescList dl dt.closed + dd,
.tx-irfaq-toggle dl dt.closed + dd {
    display: none;
}

.KP_fceDescList dl dt + dd,
.tx-irfaq-toggle dl dt + dd{
    background-color: #d9edc4;
    padding: 15px 15px 15px 15px;
    margin: 0 0 25px 0;
}

.KP_fceDescList dl dt,
.tx-irfaq-toggle dl dt{
    border-top: 1px solid #60c4e5;
    padding: 5px 0 5px 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}

.tx-irfaq-toggle dl dt

.KP_fceDescList dl dt.closed,
.tx-irfaq-toggle dl dt.closed{
    font-weight: 400;
}

.KP_fceDescList dl dt:before,
.tx-irfaq-toggle dl dt:before{
    content: ">";
    margin-right: .5em;
    font-weight: 700;
}

.tx-irfaq-toggle dl dt:before {
    float: left;
}

.tx-irfaq-toggle dl dt span {
    padding-left: 15px;
    display: block;
}

.KP_fceDescList dl dt.open:before,
.tx-irfaq-toggle dl dt.open:before{
    font-weight: 400;
}

.KP_fceDescList dl dt.open,
.tx-irfaq-toggle dl dt.open{
    font-weight: 600;
}

.KP_fceDescList dl,
.tx-irfaq-toggle dl{
    border-bottom: 1px solid #60c4e5;
}

.KP_fceDescList dl dd h2,
.tx-irfaq-toggle dl dd h2{
    font-size: 12px;
}

.KP_fceDescList dl dd p,
.tx-irfaq-toggle dl dd p{
    font-size: 11px;
}

.tx-irfaq-toggle .tx-irfaq-toggle-plus,
.tx-irfaq-toggle .tx-irfaq-toggle-minus {
    background-image: none;
}

.KP_footer {
    background-color: #999999;
    color: #ffffff;
}

.KP_footer h1,
.KP_footer h4 {
    margin: 20px 0 0 0;
    font-size: 16px;    
}

.KP_footer h1 a,
.KP_footer h4 a {
    margin: 0;
    font-size: 16px
    color: #ffffff;
    text-decoration: none;
}

.KP_footer ul {
    padding-left: 0;
}

.KP_footer li a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.KP_footer .Netz a {
    float: left;
}

.KP_footer .Netz a.blankLink {
    display: block;
    padding-left: 10px;
    float: none;
}

.KP_footer .Netz li {
padding: 4px 0;
}

.KP_footer li a:before {
    content: ">";
    margin-right: 3px;
}

.KP_footer li a.blankLink:before{
     content: "";
    margin-right: 0px;   
}

.KP_copyright {
    width: 960px;
    text-align: right;
    background-color: #ffffff;
    font-size: 10px;
    margin: 5px 0 10px 0;
}

.KP_Teaserbox.grid-2 img {
    position: static;
}

.KP_Teaserbox.grid-1 {
    margin-right: 10px;
    width: 300px;
    height: 300px;
}

.KP_Teaserbox.grid-1-50 {
    margin-right: 10px;
    width: 300px;
    height: 140px;
}

.KP_Teaserbox {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.KP_grid-2-1 div.last .KP_Teaserbox {
    float: none;
}

.KP_Teaserbox img {
    position: absolute;
    top: 0;
    left: 0;
}

.KP_Teaserbox .KP_Teaserbox_Bg{
    background-color: #FF0000;
    opacity: 0.85;
    position: absolute;
    bottom: 20px;
    padding: 20px 10px;
    width: 290px;
}

.KP_Teaserbox.grid-1-50 .KP_Teaserbox_Bg{
    padding: 20px 10px;
    height: 100px;
    width: 220px;
    top: 0;
    opacity: 1;
}

.KP_Teaserbox .KP_Teaserbox_Bg h3{
    font-size: 21px;
    font-weight: lighter;
    color: #FFF;
    margin: 0;
}

.KP_Teaserbox .KP_Teaserbox_Bg.black h3,
.KP_Teaserbox .KP_Teaserbox_Bg.black h4,
.KP_Teaserbox .KP_Teaserbox_Bg.black h4 a,
.KP_Teaserbox_Bg.black  h3,
.KP_Teaserbox_Bg.black  p,
.KP_Teaserbox_Bg.black.fce0  p.bodytext a{
    color:#000; 
}

.KP_Teaserbox_Bg.black.fce0 p.bodytext  a:before {
    content: url('../img/bullet_black.png');
}
 
.KP_Teaserbox .KP_Teaserbox_Bg h4{
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
    line-height: 24px;
}

.KP_Teaserbox .KP_Teaserbox_Bg h4 a{
    color: #fff;
}

.KP_Teaserbox .KP_Teaserbox_Bg h4 a:after{
    content: '>>>';
    margin-left: 8px;
}


/* ==========================================================================
   Contact form
   ========================================================================== */

.csc-mailform {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    /* height: 400px; */
    min-height: 400px;
    display: table;
}
.csc-mailform .csc-form-element {
    margin-bottom: 5px;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 5px;
    width: 282px;
    float: left;
    margin-right: 20px; 
    position: relative;  
    overflow: visible; 
}

.csc-mailform .csc-form-element-textblock {
    height: 49px;
}

.csc-mailform .csc-form-element strong{
    position: absolute;
    top: 0;
    right: 0;
}



.csc-mailform .KP_formLabel {
    float: left;
    width: 110px;
    font-size: 13px;
    line-height: 1.75em;
    font-weight: 700;
}

.csc-mailform label em {
 display: inline;
}

.csc-mailform .csc-form-element input[type=text], .csc-mailform .csc-form-element textarea {
    width: 270px;
    height: 28px;
    border: 1px solid #4e595f;
    line-height: 1.75em;
    padding: 0 5px 0 5px;
    font-weight: 400;
    font-size: 14px;
}
.csc-mailform .csc-form-element textarea {
    height: 150px;
}
.csc-mailform .csc-form-element input[type=checkbox] {
    margin-left: 0px;
    float: left;
}
.csc-mailform .csc-form-element input[type=checkbox]+label {
    margin-left: 20px;
    display: block;
}
.csc-mailform label,
div.csc-mailform li label {
    font-size: 13px;
    width: 22em;
}
.csc-mailform .KP_mandatoryLabel:before {
    content: "* ";
}
.csc-mailform .KP_formLabel.mandatory:after {
    content: " *";
    font-weight: 400;
    font-size: 12px;
}
.csc-mailform .KP_mandatoryLabel {
    font-size: 11px;
    margin-top: 2em;
    margin-left: 110px;
}
.csc-mailform .KP_formButton {
    float: right;
    margin-right: 65px;
}
.csc-mailform .KP_formButton input {
    height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0081c7;
    border-style: none;
    padding: 0 10px 0 10px;
    cursor: pointer;
}
.csc-mailform p.KP_formError {
    position: absolute;
    right: 0;
    width: 190px;
    margin: 0;
    color: #CD007B;
    font-size: 11px;
}

.csc-form-element-checkbox.csc-form-element {
    margin-top: 20px;
}

.csc-form-element-checkbox.csc-form-element strong {
    top: -20px;
}

.csc-form-element-submit.csc-form-element {
    margin-top: 20px;
}

.csc-mailform .csc-form-confirmation {
    clear: both;
}

.csc-mailform p.bodytext {
    font-size: 12px;
}

.csc-mailform .csc-form-confirmation ol{
    padding-left: 0;
}

.csc-mailform .csc-form-confirmation ol li {
    padding-left: 0;
    float: left;
    margin-right: 10px;
}

fieldset.fieldset-subgroup ol {
    margin: 0;
}

fieldset.fieldset-subgroup ol .csc-form-element-checkbox {
    position: relative;
    margin: 0;
}

fieldset.fieldset-subgroup ol .csc-form-element-checkbox input{
    position: absolute;
    left: -13px;
    top: 11px;
} 

/* ==========================================================================
   Artikelsammlung
   ========================================================================== */
.artikelsammlung.KP_fceArticle .KP_col:first-child {
    margin-right: 10px;
}

.artikelsammlung.KP_fceArticle .KP_col:last-child {
    margin-top: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.push-right {
    text-align: right;
    margin-right: 20px;
}


/* CookieBanner */
.cookiebanner span {
    padding: 0 120px;
}

.cookiebanner a:before {
    content: " " url('../img/bullet.png') " ";
}

.cookiebanner div.cookiebanner-close {
    background-color: #e52061;
    color: #fff;
    padding-right: 5px;
}

/* Suche */
form.search-form{float: right;margin-right: 9px;}

form.search-form .searchbox-sword {
    float: left;
    padding: 5px 10px;
    line-height: normal;
    font-size: 11px;
    height: auto;
}

form.search-form .input-group-btn{
    float: right;
}

form.search-form .input-group-btn button {
    border: none;
    overflow: hidden;
    background-color: #e52061;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
font-size: 11px;
    height: auto;
    line-height: normal;
}    

.tx-indexedsearch form.search-form .input-group-btn button {
    font-size: 16px;
}

.tx-indexedsearch-res {
    margin-bottom: 40px;
} 

.tx-indexedsearch-res p.tx-indexedsearch-descr {
    margin-top: 0;
    font-size: 12px;
}

.tx-indexedsearch-res .alert.alert-info {
    font-size: 12px;
}

.tx-indexedsearch-res .tx-indexedsearch-text-item-path {
    display: block;
}

.tx-indexedsearch .form-inline.search-form {
    float: none;
    display: block;
}

.tx-indexedsearch form.search-form .input-group-btn {
    float: none;
}

.tx-indexedsearch form.search-form .form-search.search-only.input-group-btn {
    float: left;
}

.tx-indexedsearch  #tx-indexedsearch-searchbox-sword {
    padding: 5px 10px;
}

.ac_results {
    z-index: 999;
}

.ac_results iframe {
    display: none;
}

.ac_results li {
    font-size: 13px;
}

.pagination li,.browsebox li{display:inline-block;margin-bottom:-3px;font-size:12px}
.pagination li a,.browsebox li a{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#60C4E5;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination li:first-child a,.browsebox li:first-child a{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination li:last-child a,.browsebox li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination.pagination-letter li,.browsebox.pagination-letter li{display:inline-block;margin-bottom:-3px}
.pagination,.browsebox{margin-bottom:0 !important;margin-left:0 !important;padding-left:0 !important;display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>.tx-indexedsearch-browselist-currentPage a,.pagination>.tx-indexedsearch-browselist-currentPage a:hover,.pagination>.tx-indexedsearch-browselist-currentPage a:focus,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.browsebox>.tx-indexedsearch-browselist-currentPage a,.browsebox>.tx-indexedsearch-browselist-currentPage a:hover,.browsebox>.tx-indexedsearch-browselist-currentPage a:focus,.browsebox>.active>a,.browsebox>.active>span,.browsebox>.active>a:hover,.browsebox>.active>span:hover,.browsebox>.active>a:focus,.browsebox>.active>span:focus{background-color:#60C4E5;border-color:#60C4E5;color:#fff}
.tx-indexedsearch-browsebox {
    clear: both;
    float: none;
    margin-bottom: 30px;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
       /* content: " (" attr(href) ")"; */
    }

    abbr[title]:after {
       /* content: " (" attr(title) ")"; */
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .KP_contentArea {
        border: none;
    }

    .torrelcalculator dl fieldset a {
        display: inline;
    }

    .yellow span {
        float: none;
        display: block;
    }

    .KP_footer,
    .KP_header .KP_modMainNav,
    .torrelcalculator dl a,
    .torrelcalculator dl dt,
    .KP_login {
        display: none;
    }
}