/* Reset and cleanup styles
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font-size: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover, a:active {
  outline: none;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}



/* Individual styles
-------------------------------------------------------------------------------*/
/* ======= FONT ====== */
@font-face {
  font-family: "TheSerif";
  src: url("../fonts/TheSerif_6_.eot");
  src: url("../fonts/TheSerif_6_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSerif_6_.woff") format("woff");
  src: url("../fonts/TheSerif_6_.eot");
  src: url("../fonts/TheSerif_6_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSerif_6_.woff") format("woff"), url("../fonts/TheSerif_6_.svg#TheSerif_6_") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url("../fonts/modernpictogramspro_2-webfont.eot");
  src: url("../fonts/modernpictogramspro_2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/modernpictogramspro_2-webfont.woff") format("woff"), url("../fonts/modernpictogramspro_2-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
 */
 
 
body {
  font-size: 15px;
  font-family: Arial, Sans-Serif;
  line-height: 125%;
  text-align: left;
  color: #636564;
}

h1 {
  font-size: 30px;
  color: #101211;
  font-family: TheSerif, verdana, sans-serif;
  line-height: 120%;
  margin-bottom: 15px;
}

h2 {
    border-bottom: 1px solid #CFD0D0;
    color: #101211;
    font-family: TheSerif,verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 20px 52px !important;
}

h3 {
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
  color: #636564;
  margin-bottom: 9px;
  margin-top: 9px;
  padding-top: 15px;
  font-weight: normal;
}

h4 {
  color: #636564;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 15px;
}

h5 {
  color: #e2091b;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.ie8 img {
  max-width: none;
}

ol {
  list-style: none;
  padding-bottom: 20px;
}

ol li {
  line-height: 135%;
  margin-left: 15px;
  padding: 4px 0;
  list-style-type: decimal;
}

ul {
  list-style: none;
  padding-bottom: 20px;
}

ul li {
  line-height: 155%;
  margin-left: 15px;
  padding: 4px 0;
}


p {
  margin-bottom: 20px;
}


a {
  color: #636564;
}

.important {
  font-size: 18px;
  font-family: TheSerif, verdana, sans-serif;
  font-weight: bold;
  color: #e2091b;
}

a.pdf {
  display: block;
  line-height: 120%;
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
  background-image: url(../images/icon-pdf.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}

a.app {
  display: block;
  min-height: 16px;
  text-decoration: none;
  font-size: 12px;
  background-image: url(../images/icon-app-small.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}

a.tool {
  display: block;
  min-height: 16px;
  font-size: 12px;
  text-decoration: none;
  background-image: url(../images/icon-tool.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}

.button-grey {
  background-image: url("../images/linkitem-red.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  color: #e2091b;
  font-size: 16px;
  line-height: 120%;
  font-family: TheSerif, verdana, sans-serif;
  text-decoration: none;
  padding-left: 15px;
}

.svg .button-grey {
  background-image: url(../images/linkitem-red.svg);
  background-repeat: no-repeat;
}

.button {
  font-family: TheSerif, verdana, sans-serif;
  background-image: url("../images/linkitem-red.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  color: #e2091b;
  font-size: 16px;
  text-decoration: none;
  padding-left: 15px;
}


.svg .button {
  background-image: url("../images/linkitem-red.svg");
}

.button-big {
  -webkit-border-radius: 6px;
  border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 6px;
    top: 6px;
    width: auto;  
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.07);
    background-image: url("../images/linkitem-red.png");
    background-position: 26px 13px;
    background-repeat: no-repeat;
    border-radius: 6px;
    color: #3F4040;
    font-size: 16px;
    padding: 10px 29px 10px 39px;
    text-decoration: none;
}

.back-link {
  font-family: Arial, verdana , sans-serif;
  line-height: 120%;
  font-size: 13px;
  height: auto;
  padding: 0;
  padding-left: 15px;
  color: #101211;
  background: none;
  background-position: left 1px;
  background-image: url("../images/linkitem.png");
  background-size: 6px 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-decoration: none;
}

.morelink {
  color: #e2091b;
  font-family: TheSerif, verdana, sans-serif;
  font-size: 20px;
  line-height: 93%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url("../images/linkitem-red-big.png");
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.svg .morelink {
  background-image: url("../images/linkitem-red-big.svg");
  background-repeat: no-repeat;
}

.submit-button-big {
  position: absolute;
  left: 66%;
}

.submit-button-big input {
  border: none;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: url(../images/linkitem-red.png);
  background-position: 30px 16px;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #636564;
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
  text-decoration: none;
  padding: 12px 43px;
}

.submit-button-big .svg .input {
  background-image: url(../images/linkitem-red.svg);
}

UL.csc-uploads LI {
  margin: 5px 0;
}

.csc-uploads-fileName a {
  background-image: url(../images/icon-download.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}

.csc-frame-indent {
  padding: 0 35px;
}

.csc-textpic-caption {
  font-size: 12px;
  color: #6F7D88;
}

/* Tabelle */

table.contenttable {
  text-align: left;
  border-right: 1px solid #d1d5dd;
  margin-bottom: 35px;
  font-size: 12px;
  border-collapse: separate;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

table.contenttable thead th {
  font-weight: bold;
  color: #4B4B4B;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  padding: 8px 10px;
  border-right: 0;
}

table.contenttable thead th:first-child {
  -webkit-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0;
}

table.contenttable thead th:last-child {
  -webkit-border-radius: 0 12px 0 0;
  border-radius: 0 12px 0 0;
}

table.contenttable tbody th {
  background-color: transparent;
  border-top: 1px solid #dfdfdf;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  padding: 8px 10px;
}

table.contenttable tbody td {
  border: 1px solid #dfdfdf;
  padding: 8px 10px;
  background-color: #fff;
  border-right: 0;
  border-top: 0;
}

.csc-frame-indent {
  padding: 0 35px;
}

#header-wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#content-wrapper {
  clear: both;
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#menu-wrapper {
  width: 970px;
  margin: 0 auto;
}

/* HEADER */

.header {
  height: 91px;
  background-image: url(../images/slogan-dynamic-balance.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

.header:hover {
  color: #7f99b2;
}

.logo {
  top: 35px;
  position: absolute;
}

.logo-marketplace {
  position: absolute;
  top: 32px;
  right: 35px;
}

/* MAINMENU*/

.mobilemenu {
  display: none;
}

.mainmenu {
  height: 28px;
  margin-bottom: 27px;
  margin-top: 4px;
}

.mainmenu ul {
  float: left;
  padding: 0;
  margin-right: 25px;
}

.mainmenu ul li {
  float: left;
  line-height: 25px;
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 50px;
}

.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #878888;
}

.mainmenu ul li.active {
  border-bottom: 3px solid #e2091b;
}

.mainmenu ul li.active a {
  color: #3E4C57;
}

.mainmenu ul li:hover {
  border-bottom: 3px solid #CFD0D0;
}

.mainmenu ul li:hover a {
  color: #3E4C57;
}

/* TOP AREA */

.teaser {
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  display: block;
  width: 100%;
}

.teaser div {
  font-family: TheSerif, verdana, sans-serif;
  font-size: 26px;
  line-height: 26px;
  z-index: 999;
    color: #000000;
    font-weight: normal;
    padding: 7.5% 0 10.5% 520px;
    z-index: 999;
}


/* CONTENT*/

.content {
    background-image: url("../images/main-background.png");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    min-height: 450px;
    overflow: hidden;
    padding: 13px 0;
}


#home .content {
  padding: 35px;
}

/* main */

.main {
  float: left;
  width: 655px;
  position: relative;
}

.main ul li {
  background-image: url("../images/list-item.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  margin-left: 10px;
  padding-left: 13px;
}

.main ul .svg li {
  background-image: url("../images/list-item.svg");
  background-repeat: no-repeat;
}

.col-left {
  float: left;
  width: 19%;
  font-size: 12px;
  padding-right: 5%;
}

.col-left .csc-frame-indent {
  padding-right: 0;
}

/* FOOTER */

footer {
  clear: both;
  height: 110px;
  font-size: 12px;
  color: #878888;
  border-top: 1px solid #CCCCCC;
  padding-top: 10px;
  
    background-color: #E7E7E7;
    background-image: none;
    border-top: 1px solid #BCBCBC;
    color: #777777;
    font-family: arial;
    font-size: 11px;
    height: 54px;
    line-height: 130%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 15px;   
    
}

footer p {
  float: left;
  margin: 0;
  width: 40%;
  height: 50px;
  font-size: 12px;  
}

footer .links {
  float: right;
  margin-right: -1%;
  font-size: 12px;  
}

footer .links a {
  text-decoration: none;
  color: #6C9AC6;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;  
}

/* your account */

.tx-km-appstore p {
  margin-bottom: 26px;
}

.tx-km-appstore .button-big {
  background: transparent;
  color: #e2091b;
  font-weight: bold;
  padding-left: 0;
  padding-top: 6px;
}

.tx-km-appstore .button-big span {
  font-size: 18px;
  line-height: 18px;
  background-image: url(../images/linkitem-red-middle.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.tx-km-appstore .svg .button-big span {
  background-image: url(../images/linkitem-red-middle.svg);
}

/* Register */

.register {
  padding-top: 30px;
  border-top: 1px solid #D7D7D7;
}

.register .login-credentials,
.register .personal-information {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 18px;
  padding-left: 35px;
}

.register .login-credentials div,
.register .personal-information div {
  float: left;
  width: 33%;
  position: relative;
  margin-bottom: 12px;
  margin-top: 7px;
}

.register .login-credentials div label,
.register .personal-information div label {
  display: block;
  font-family: TheSerif, verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

.register .login-credentials div input,
.register .login-credentials div textarea,
.register .personal-information div input,
.register .personal-information div textarea {
  width: 85%;
  color: #101211;
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #e0eaf3;
  background-color: rgba(108, 154, 198, 0.2);
  border: none;
  margin-bottom: 10px;
  padding: 9px 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.register .login-credentials div textarea,
.register .personal-information div textarea {
  height: 35px;
}

.register .login-credentials div select,
.register .personal-information div select {
  width: 85%;
  height: 30px;
  color: #101211;
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #e0eaf3;
  background-color: rgba(108, 154, 198, 0.2);
  border: none;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.register .login-credentials div .error-message,
.register .personal-information div .error-message {
  width: 93%;
  color: #e2091b;
  background-image: url(/fileadmin/templates/images/icon-error.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 28px;
  position: absolute;
  top: 34px;
}

.register .login-credentials div.FeUsers-Country,
.register .personal-information div.FeUsers-Country {
  margin-left: 33%!important;
}

.register .login-credentials .city-zip,
.register .personal-information .city-zip {
  width: 33%;
  float: left;
  position: relative;
}

.register .login-credentials .city-zip .city,
.register .personal-information .city-zip .city {
  overflow: hidden;
}

.register .login-credentials .city-zip .city div,
.register .personal-information .city-zip .city div {
  width: 50%;
}

.register .login-credentials .city-zip .city div label,
.register .personal-information .city-zip .city div label {
  white-space: nowrap;
}

.register .login-credentials .city-zip .city .error-message,
.register .personal-information .city-zip .city .error-message {
  width: 100%;
}

.register .login-credentials .city-zip .zip,
.register .personal-information .city-zip .zip {
  overflow: hidden;
}

.register .login-credentials .city-zip .zip div,
.register .personal-information .city-zip .zip div {
  width: 40%;
  float: right;
  margin-right: 5%;
}

.register .login-credentials .city-zip .zip div label,
.register .personal-information .city-zip .zip div label {
  height: 18px;
  text-align: left;
  background-position: 74% top;
}

.register .login-credentials .city-zip .zip div input,
.register .personal-information .city-zip .zip div input {
  width: 74%;
}

.register .finish-register {
  min-height: 50px;
  margin-bottom: 25px;
  position: relative;
  margin-left: 35px;
}

.register .finish-register .morelink {
  margin-left: 50px;
  position: relative;
  top: 25px;
}

.register .finish-register input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
}

.register .finish-register input[type="submit"] {
  display: block;
  height: 57px;
  line-height: 57px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: transparent;
  background-image: url("../images/button-right-forward-big.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0 60px 0px 35px;
}

.register .finish-register .error-message {
  color: #e2091b;
  position: absolute;
  top: -4px;
}

.register .FeUsers-TxNawfeuserregisterBizhubConfirmation {
  float: left;
  padding-right: 5px;
  padding-top: 18px;
}

.register .confirmation-text {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.register .edit-mode label {
  background-image: url(../images/icon-edit.png);
  background-repeat: no-repeat;
  background-position: 85% top;
}

.register .edit-mode .city label {
  background-image: none;
}


#ThankYouEditPanel p {
  font-size: 32px;
  line-height: 34px;
}

/* login */

.tx-felogin-pi1 {
  position: relative;
}

.tx-felogin-pi1 > p {
  font-weight: bold;
  font-size: 14px;
  margin-left: 98px;
}

.tx-felogin-pi1 > p a {
  text-decoration: none;
}

.tx-felogin-pi1 label {
  width: 150px;
  float: left;
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
}

.tx-felogin-pi1 form {
  margin-top: 15px;
}

.tx-felogin-pi1 form fieldset legend {
  display: none;
}

.tx-felogin-pi1 form fieldset > div {
  overflow: hidden;
  padding-top: 9px;
}

.tx-felogin-pi1 form fieldset input,
.tx-felogin-pi1 form fieldset textarea {
  width: 27%;
  color: #101211;
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #e0eaf3;
  background-color: rgba(108, 154, 198, 0.2);
  border: none;
  padding: 9px 22px;
  margin-bottom: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  top: -9px;
  z-index: 9;
}

.tx-felogin-pi1 form fieldset input[type="submit"],
.tx-felogin-pi1 form fieldset textarea[type="submit"] {
  width: auto;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: url(../images/linkitem-red.png);
  background-position: 26px 14px;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #3f4040;
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
  text-decoration: none;
  padding: 10px 29px 10px 41px;
  margin-left: 150px;
  margin-top: 25px;
}

.svg .tx-felogin-pi1 form fieldset input[type="submit"], .svg
.tx-felogin-pi1 form fieldset textarea[type="submit"] {
  background-image: url(../images/linkitem-red.svg);
}

.fce-2 .col-50 .tx-felogin-pi1 label {
  float: none;
  font-size: 18px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #101211;
  margin-bottom: 9px;
}

.fce-2 .col-50 .tx-felogin-pi1 input[type="submit"] {
  margin-left: 0;
  margin-top: 20px;
}

/* FCE*/

.fce-2 {
  clear: both;
  overflow: hidden;
  padding: 35px;
  padding-top: 0;
}

.fce-2 .col-50 {
  float: left;
  width: 47%;
}

.fce-2 .col-50-right {
  float: right;
  width: 47%;
}


.fce-2-1 {
  clear: both;
  overflow: hidden;
  padding: 35px;
  padding-top: 0;
}

.fce-2-1 .col-66 {
  float: left;
  width: 55%;
}

.fce-2-1 .col-33 {
  float: right;
  width: 34%;
}

.fce-3-1 {
  margin-bottom: 35px;
  overflow: hidden;
}

.fce-3-1 .col-75 {
  float: left;
  width: 75%;
  padding-left: 35px;
}

.fce-3-1 .col-25 {
  float: right;
  width: 16%;
  font-size: 12px;
  padding: 15px 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
}

.fce-3-1 .col-25 h4 {
  color: #101211;
  background: none;
  padding: 0;
  padding-bottom: 13px;
}

.fce-3-1 .col-25 a {
  text-decoration: none;
}

.fce-3-1 .col-25 .category {
  display: block;
  color: #999999;
}

.fce-3-1 .col-25 ol {
  padding-bottom: 0;
}

.fce-3-1 .fce-2 {
  padding-left: 0;
  padding-right: 0;
}

.fce-3 {
  padding-top: 40px;
  overflow: hidden;
}

.fce-3 .col-33 {
  float: left;
  width: 32%;
  padding-right: 1%;
}

.box-blue {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #e0eaf3;
  background-color: rgba(108, 154, 198, 0.2);
  padding: 10% 8%;
  margin-bottom: 30px;
}

.box-blue h3 {
  padding-top: 0;
}

.box-grey {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
  padding: 10% 8%;
}

.box-grey h3 {
  padding-top: 0;
  margin-bottom: 25px;
}

.easy-steps {
  overflow: hidden;
  margin-top: 24px;
}

.easy-steps .step1,
.easy-steps .step2,
.easy-steps .step3,
.easy-steps .step4 {
  width: 22%;
  float: left;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  background-color: #e0eaf3;
  background-color: rgba(108, 154, 198, 0.2);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 30px;
  margin-right: 2.5%;
  padding-top: 24px;
}

.easy-steps .step1 .textbox,
.easy-steps .step2 .textbox,
.easy-steps .step3 .textbox,
.easy-steps .step4 .textbox {
  min-height: 161px;
  text-align: left;
  padding: 0 10%;
  margin-top: 27px;
}

.easy-steps .step1 .textbox h3,
.easy-steps .step2 .textbox h3,
.easy-steps .step3 .textbox h3,
.easy-steps .step4 .textbox h3 {
  font-size: 20px;
  color: #101211;
  padding-top: 0;
}

.easy-steps .step1 .textbox p,
.easy-steps .step2 .textbox p,
.easy-steps .step3 .textbox p,
.easy-steps .step4 .textbox p {
  font-size: 15px;
  margin-bottom: 20px;
}

.easy-steps .step1 {
  margin-left: 2%;
}

.easy-steps .step1 .icon-1 {
  width: 63px;
  height: 63px;
  display: inline-block;
  background-image: url(../images/icon-number1.png);
  background-repeat: no-repeat;
}

.easy-steps .step2 .icon-2 {
  width: 63px;
  height: 63px;
  display: inline-block;
  background-image: url(../images/icon-number2.png);
  background-repeat: no-repeat;
}

.easy-steps .step3 .icon-3 {
  width: 63px;
  height: 63px;
  display: inline-block;
  background-image: url(../images/icon-number3.png);
  background-repeat: no-repeat;
}

.easy-steps .step4 .icon-4 {
  width: 63px;
  height: 63px;
  display: inline-block;
  background-image: url(../images/icon-number4.png);
  background-repeat: no-repeat;
}

.box-blue {
  overflow: hidden;
}

.box-blue .easy-steps .step1,
.box-blue .easy-steps .step2,
.box-blue .easy-steps .step3,
.box-blue .easy-steps .step4 {
  padding-top: 25px;
}

.box-blue .easy-steps .step1 p,
.box-blue .easy-steps .step2 p,
.box-blue .easy-steps .step3 p,
.box-blue .easy-steps .step4 p {
  margin-bottom: 20px;
}

.box-blue .easy-steps .step1 p a,
.box-blue .easy-steps .step2 p a,
.box-blue .easy-steps .step3 p a,
.box-blue .easy-steps .step4 p a {
  color: #6699CC;
}

.box-blue .easy-steps .icon-1,
.box-blue .easy-steps .icon-2,
.box-blue .easy-steps .icon-3,
.box-blue .easy-steps .icon-4 {
  display: inline-block;
  width: 63px;
  height: 63px;
  background-repeat: no-repeat;
}

.box-blue .easy-steps .step1 .icon-1 {
  background-image: url(../images/icon-number1.png);
}

.box-blue .easy-steps .step2 .icon-2 {
  background-image: url(../images/icon-number2.png);
}

.box-blue .easy-steps .step3 .icon-3 {
  background-image: url(../images/icon-number3.png);
}

.box-blue .easy-steps .step4 .icon-4 {
  background-image: url(../images/icon-number4.png);
}

/* marketplace */

.sort-by {
  padding: 20px 0 0 35px;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
}

.sort-by .active-sort-title {
  width: 33%;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #e2091b;
}

.sort-by .filter-button {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6c9ac6;
  overflow: hidden;
}

.sort-by .filter-button span {
  display: block;
  padding: 3px 23px 3px 17px;
}

.sort-by .filter-button-active {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6c9ac6;
  overflow: hidden;
}

.sort-by .filter-button-active span {
  display: block;
  color: #fff;
  padding: 3px 23px 3px 17px;
  background-color: #6c9ac6;
}

.app-list {
  overflow: hidden;
}

.app-list h3 {
  font-family: TheSerif, verdana, sans-serif;
  font-size: 26px;
  line-height: 120%;
  color: #e2091b;
  margin-bottom: 33px;
}

.featured-app {
  padding: 15px 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.featured-app .app-pic {
  padding-right: 15px;
}

.featured-app h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 143%;
  color: #3f4040;
  margin: 0;
  padding-top: 0;
}

.featured-app h2 {
  color: #e2091b;
  padding-top: 5px;
}

.featured-app .button-grey {
  width: 140%;
  display: block;
  background-color: rgba(16, 18, 17, 0.05);
  background-position: 24px 23px;
  padding: 18px 25px;
  padding-left: 40px;
  margin-left: -20px;
}

.app-item {
  overflow: hidden;
}

.app-item h4 {
  font-size: 16px;
  color: #101211;
  padding-bottom: 0;
  padding-top: 0;
}

.app-item .category {
  color: #636564;
  font-size: 13px;
  margin-bottom: 5px;
}

.app-item .app-description {
  float: left;
  width: 190px;
  font-size: 13px;
  line-height: 117%;
  padding-top: 8px;
}

.app-item .app-description p {
  margin-bottom: 12px;
}

.app-pic {
  float: left;
  margin-right: 5px;
}


/* app single view */

.app-single-view {
  position: relative;
}

.app-single-view .main {
  padding-bottom: 80px;
}

.app-single-view .main .related-files {
  margin-left: 10px;
  padding-top: 8px;
}

.app-single-view .main .related-files .pdf {
  font-family: TheSerif, verdana, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #e2091b;
  text-decoration: none;
  background-image: url(../images/linkitem-red.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
}

.app-single-view .main .related-files .svg .pdf {
  background-image: url(../images/linkitem-red.svg);
  background-repeat: no-repeat;
}

.app-single-view .button-back {
  color: #e2091b;
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
  text-decoration: none;
  background-image: url("../images/symbol-back.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  left: 35px;
}

.app-single-view .svg .button-back {
  background-image: url("../images/symbol-back.svg");
  background-repeat: no-repeat;
}

.app-single-view .app-details {
  width: 21%;
  float: left;
  font-size: 12px;
  margin-right: 35px;
  margin-left: 35px;
  margin-top: 50px;
}

.app-single-view .app-details .app-detail-image {
  margin-bottom: 30px;
}

.app-single-view .app-details .meta-information {
  overflow: hidden;
  padding-left: 1px;
}

.app-single-view .app-details .meta-information .label {
  clear: both;
  float: left;
  display: block;
  width: 35%;
  font-weight: bold;
  margin: 0;
}

.app-single-view .app-details .meta-information .text {
  float: right;
  width: 62%;
}

.app-single-view .app-details .copyright {
  overflow: visible;
  line-height: 110%;
}

.app-single-view .overlay {
  right: 0;
}

.app-single-view #scrollbox {
  width: 655px;
}



.fce-50 {
  overflow: hidden;
}

.fce-50 .col-50 {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}

.fce-50 .col-50.right {
  float: right;
}


/* langSelect Login-Seite */

#langSelect ul li {
  line-height: 130%;
  margin-left: 0px;
  padding: 0 0;
}

:root #langSelect ul li {
  line-height: 0% \ ;
}

.content #langSelect a {
  font-weight: normal;
}

/*------------------------------------*\
 $ddselect
 \*------------------------------------*/
.dd-select {
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  box-shadow: 0px 0px 3px 3px rgba(155, 155, 155, 0.3);
  margin: 10px 2px;
  cursor: pointer;
}
.dd-select a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
  cursor: pointer;
}
.dd-desc {
  color: #666;
  display: block;
  overflow: hidden;
  font-weight: normal;
  cursor: pointer;
}
.dd-option-selected .dd-desc {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
  cursor: pointer;
}
.dd-selected {
  overflow: hidden;
  display: block;
  font-weight: bold;
  padding-left: 10px;
}
.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.dd-pointer-down {
  border: solid 5px transparent;
  border-top: solid 5px #000;
  cursor: pointer;
}
.dd-pointer-up {
  border: solid 5px transparent !important;
  border-bottom: solid 5px #000 !important;
  margin-top: -8px;
  cursor: pointer;
}
.dd-options {
  list-style: none;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  position: relative;
  z-index: 2000;
  margin: 0 0 0 3px;
  padding: 00;
  background: #fff;
  overflow: visible;
  box-shadow: 0px 0px 3px 3px rgba(155, 155, 155, 0.3);
  background: #eaeaea;
}
.dd-options:before {
  content: '';
  position: absolute;
  border-width: 6px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(155, 155, 155, 0.3) transparent;
  top: -14px;
  right: 8px;
}
.dd-options:after {
  content: '';
  position: absolute;
  border-width: 6px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #eaeaea transparent;
  top: -12px;
  right: 8px;
}
.dd-options li {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.dd-option {
  margin: 0px;
  padding: 3px 0 3px 13px;
  display: block;
  xoverflow: hidden;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.dd-options li a {
  display: block;
  xposition: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  xbackground-image: url(data:image/png;base64,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);
}
.dd-option:hover, .dd-option-hover, .dd-option-selected.dd-option-hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 1%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 100%);
  background: linear-gradient(top, #ffffff 1%,#ffffff 100%);
  xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-option-selected {
  background: #c6e1ec;
  background: -moz-linear-gradient(top, #c6e1ec 1%, #c6e1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c6e1ec), color-stop(100%,#c6e1ec));
  background: -webkit-linear-gradient(top, #c6e1ec 1%,#c6e1ec 100%);
  background: -o-linear-gradient(top, #c6e1ec 1%,#c6e1ec 100%);
  background: -ms-linear-gradient(top, #c6e1ec 1%,#c6e1ec 100%);
  background: linear-gradient(top, #c6e1ec 1%,#c6e1ec 100%);
  xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1ec', endColorstr='#c6e1ec',GradientType=0 );
  color: #000;
  text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.dd-option-image, .dd-selected-image {
  margin-right: 5px;
  max-width: 64px;
}
.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}
.dd-container {
  position: relative;
  margin: 0px;
}
.dd-selected-text {
  color: #000;
  cursor: pointer !important;
}

x.no-boxshadow .dd-pointer-down, x.no-boxshadow .dd-pointer-up, .no-boxshadow .dd-options:before {
  display: none;
}

.no-boxshadow #langSelect ul li {
  line-height: 25%;
}

.no-boxshadow .dd-select a {
  display: table-row;
  z-index: 1000;
}

.no-boxshadow .dd-selected-text {
  z-index: 0;
}

.no-boxshadow .dd-select {
  border: 1px solid #ccc;
}

.no-boxshadow .dd-option-image, .no-boxshadow .dd-selected-image {
  margin-right: 13px;
  margin-left: 20px;
}

.no-boxshadow .dd-option {
  padding: 3px 0 3px 0px;
  border: 1px solid #ccc;
}

/*------------------------------------*\
 $fancybox
 \*------------------------------------*/

.fancybox-wrap {
  xwidth: 340px !important;
  xwhite-space: nowrap;
}

.fancybox-overlay {
  background-image: url(../images/fancybox-overlay.png) !important;
}

.fancybox-skin {
  background: #444 !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  moz-box-shadow: none !important;
  padding: 22px 25px 21px 24px !important;
}

.selectLanguage {
  width: 300px;
}

.fancybox-skin .title {
  font-family: TheSerif, verdana, sans-serif;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
}

.fancybox-skin li {
  list-style-image: url(../images/arrow-right-small.png) !important;
  padding-bottom: 10px;
  line-height: 14px;
}

.fancybox-skin a {
    background-image: url("../images/linkitem-red.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
}

.fancybox-close {
  background-image: url(../images/icon-close.png) !important;
  background-repeat: no-repeat;
  right: 15px;
  top: 15px;
  display: block;
  width: 27px;
  height: 27px;
  padding: 0 !important;
}








/* Seite Products */

.selectProducts {
    left: 372px;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
    top: -48px;
    width: 590px;
}

.filter {
    float: left;
    overflow: hidden;
    padding: 0 40px 0 0;
    text-align: center;
}

.search {
    float: right;
    margin-right: 0;
    text-align: right;
}

.selectProducts form {
  display: inline-block;
  width: auto;
}

.selectProducts button {
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: 0px;
  border: 0px;
  background: #92a1b4;
}

.selectProducts .filter button {
  background: #fff;
  border: 1px solid #6699CC;
  color: #6699CC;
}

.selectProducts input[type="text"] {
    -moz-box-sizing: border-box;
    border: 1px solid #CFD0D0;
    color: #878888;
    font-family: arial,sans-serif;
    font-size: 12px;
    height: 20px;
    margin: 0 2px 0 0;
    outline: 0 none;
    padding: 0 2px;
    width: 120px;
}

.selectProducts .search #clo {
    -moz-box-sizing: border-box;
    border: 1px solid #e2091b;
  width: 28px;
  height: 20px;
  overfloww: hidden;
  background: #e2091b;
  background-image: url("../images/icon-search_close.png");
  background-repeat: no-repeat;
  background-position: center;  
  color: transparent;
  outline: 0px;
  border: 0px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-top: 4px;
    font-family: arial, sans-serif;
    font-size: 12px;
}

.selectProducts .search #sea {
    -moz-box-sizing: border-box;
    border: 1px solid #e2091b;
  width: 28px;
  height: 20px;
  overfloww: hidden;
  background: #e2091b;
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-position: center;  
  color: transparent;
  outline: 0px;
  border: 0px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-top: 4px;
    font-family: arial, sans-serif;
    font-size: 12px;
}

.selectProducts .filter button:hover {
  background: #6699CC;
  color: #fff;
}

.selectProducts .filter button.active:hover {
  cursor: default;
}

.selectProducts button.active {
  background: #6699CC;
  color: #fff;
}

.results {
  margin-bottom: 13px;
  font-weight: bold;
}

.holder {
  clear: both;
  text-align: center;  
  padding-top: 1px;
}

.pagination {
    text-align: center !important;  
    background-color: #6699CC;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    outline: 0 none;
    padding: 3px 12px 5px 12px;
    white-space: nowrap;
    width: 160px; 
    margin: 15px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.pagination a {
  padding: 6px;
  color: #FFFFFF;
}

.jp-previous, .jp-next, .jp-first, .jp-last {
  cursor: pointer; font-size: 18px;
}

.jp-current, .jp-current:hover, .jp-disabled, .jp-disabled:hover {
  cursor: default;
  color: #92a1b4;
}

.jp-current {
  cursor: default; 
  text-decoration: none;
}

.products img {
  display: block;
  margin: 0 auto;
}

.product select {
  width: 100%;
  border: 0px;
  margin-top: -3px;
  cursor: pointer;
  background: #e5e7eb; /* Old browsers */
  background: -moz-linear-gradient(top,  #e5e7eb 0%, #fbfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e7eb), color-stop(100%,#fbfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e5e7eb 0%,#fbfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e5e7eb 0%,#fbfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e5e7eb 0%,#fbfcfc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e5e7eb 0%,#fbfcfc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7eb', endColorstr='#fbfcfc',GradientType=0 ); /* IE6-9 */
}

/* Nur Firefox */
@-moz-document url-prefix() {
.product select {
margin-top: -2px;
}
}

.product form {
  border-bottom: 1px solid #abadb3;
}


.bodytext { padding: 15px 52px 5px; max-width: 685px; }
.csc-firstHeader { padding: 15px 52px 5px; }
.fce-50 { padding: 15px 52px 5px; }

.col-50 h2 {
    font-family: TheSerif,verdana,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 22px 0 22px 0;
    padding: 0;
}

.tx-felogin-pi1 label {
    font-family: TheSerif,verdana,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 0;
    top: -9px;
    position: relative;
}

.tx-felogin-pi1 form fieldset input, .tx-felogin-pi1 form fieldset textarea {
    width: auto;
    padding: 9px 26px 9px 22px;
}

.tx-felogin-pi1 form fieldset input[type="submit"], .tx-felogin-pi1 form fieldset textarea[type="submit"] {
background-position: 30px 15px;
}

#langSelect a { text-decoration: none; }

.tx-felogin-pi1 input[type="text"],.tx-felogin-pi1 input[type="password"] {
background-image: none !important;
}  

.results {
    margin-bottom: 40px;
    margin-top: -40px;
}

#Grid {
    margin-left: 0;
    margin-right: 0;
    margin-top: -30px;
    width: 100%;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 5px;
}

.product {
    background-color: #FFFFFF;
    border: 1px solid #D1D5DD;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
    float: left;
    margin-bottom: 2%;
    margin-left: 0.9%;
    margin-right: 0.3%;
    width: 18.5%;
    margin-bottom: 18px;
    margin-left: 9px;
    margin-right: 3px;
    width: 179px;
}


.product p {
  color: #000;
  font-weight: bold;
  margin-bottom: 0px;
  background-color: #e2ebf4;
  background-color: rgba(108, 154, 198, 0.2);
  font-size: 14px;
  text-align: left;
  height: 20px;
  padding: 5px 10px 3px;
}

.product p a {
    background-image: url("../images/linkitem-red.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #000;
    display: inline-block;
    overflow: visible;
    padding: 0 2px 0 9px;
    text-decoration: none;
}

.products img {
    margin: 5px auto;
}


.filter span  {
display: none;
}

.filter form:first-child button {
  border-right: none;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.filter form:last-child button {
  border-left: none;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.csc-space-after-50 {margin-bottom: 0px !important;}

.csc-frame-frame1 a {
  width: auto;
  background-color: #ECECEC;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: url(../images/linkitem-red.png);
  background-position: 26px 14px;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #3f4040;
  font-size: 16px;
  font-family: TheSerif, verdana, sans-serif;
  text-decoration: none;
  padding: 10px 29px 10px 41px;
  margin-top: 25px;
  font-weight: bold;
}

.svg .csc-frame-frame1 a {
  background-image: url(../images/linkitem-red.svg);
}