p.more-info-button a, button.login { 
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 20px 5px 15px;
  border: 1px solid #314394;
  color: #314394;
  background-color:transparent;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
  -ms-transition: all 0.5s ease;
  -ms-transition-delay: .1s;
  -moz-transition: all 0.5s ease;
  -moz-transition-delay: .1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: .1s;
  transition: all 0.5s ease;
  transition-delay: .1s;
}

p.more-info-button a:after, button.login:after { 
  content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    padding-left: 5px;
}

p.more-info-button a:hover, button.login:hover { 
  background-color: #314394;
  color: #FFF;
  text-decoration: none;
}

p.row-title {
  color: #314394;
  display: inline-block;
  margin-right: 4px;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
}

p.row-title-link {
  float: left;
  display: inline-block;
  margin-right: 4px;
  font-weight: bold;
}

.row-title-link a {
  color: #0093d5;
  text-transform: uppercase;
}

.row-title-link a::after {
  content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none!important;
    font-size: 12px;
    padding-left: 5px;
}

p.link-with-arrow a {
  display: inline-block;
}

p.link-with-arrow a:after {
  content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    padding-left: 5px;
}

p.blau {
  color: #337AB7;
}

span.kapitaelchen {
  font-variant: small-caps;
}

/* Case Studies */

p.case-studies-der-kunde, p.case-studies-die-aufgabe, p.case-studies-die-loesung, p.case-studies-der-kundenvorteil {
  font-weight: bold;
  color: #008ad2;
  font-size: 18px;
  display: block;
  padding-left: 110px;
  height: 105px;
  padding-top: 70px;
  margin-top: 30px;
  box-sizing: border-box;
}

p.case-studies-der-kunde {
  background: url("../images/der-kunde.jpg") no-repeat left bottom;
}

p.case-studies-die-aufgabe {
  background: url("../images/die-aufgabe.jpg") no-repeat left bottom;
}

p.case-studies-die-loesung {
  background: url("../images/die-loesung.jpg") no-repeat left bottom;
}

p.case-studies-der-kundenvorteil {
  background: url("../images/der-kundenvorteil.jpg") no-repeat left bottom;
}

 
/* these are for showing alignment in RTE on the backend */
p.align-left { text-align: left; }
p.align-center { text-align: center; }
p.align-right { text-align: right; }
p.align-justify { text-align: justify; }